(48f65d8faa3ed41e94bdf7f1ed029a3a2bc32615)
#include "layout_propertysheet.h"
#include <QtDesigner/qextensionmanager.h>
#include <QtDesigner/abstractformeditor.h>
#include <qlayout_widget_p.h>
#include <QtDesigner/private/ui4_p.h>
#include <QtDesigner/private/formbuilderextra_p.h>
#include <QtWidgets/qformlayout.h>
#include <QtCore/qhash.h>
#include <QtCore/qdebug.h>
#include <QtCore/qtextstream.h>
#include <QtCore/qbytearray.h>
#include <QtCore/QRegularExpression>
Go to the source code of this file.
◆ getLayoutMargin()
| int getLayoutMargin |
( |
const QLayout * | l, |
|
|
LayoutPropertyType | type ) |
|
static |
◆ isIntegerList()
| bool isIntegerList |
( |
const QString & | s | ) |
|
|
static |
◆ layoutPropertyType()
| LayoutPropertyType layoutPropertyType |
( |
const QString & | name | ) |
|
|
static |
◆ setLayoutMargin()
| void setLayoutMargin |
( |
QLayout * | l, |
|
|
LayoutPropertyType | type, |
|
|
int | margin ) |
|
static |
◆ bottomMargin
| constexpr auto bottomMargin = "bottomMargin"_L1 |
|
staticconstexpr |
◆ boxStretchPropertyC
| constexpr auto boxStretchPropertyC = "stretch"_L1 |
|
staticconstexpr |
◆ gridColumnMinimumWidthPropertyC
| constexpr auto gridColumnMinimumWidthPropertyC = "columnMinimumWidth"_L1 |
|
staticconstexpr |
◆ gridColumnStretchPropertyC
| constexpr auto gridColumnStretchPropertyC = "columnStretch"_L1 |
|
staticconstexpr |
◆ gridRowMinimumHeightPropertyC
| constexpr auto gridRowMinimumHeightPropertyC = "rowMinimumHeight"_L1 |
|
staticconstexpr |
◆ gridRowStretchPropertyC
| constexpr auto gridRowStretchPropertyC = "rowStretch"_L1 |
|
staticconstexpr |
◆ horizontalSizeConstraint
| constexpr auto horizontalSizeConstraint = "horizontalSizeConstraint"_L1 |
|
staticconstexpr |
◆ horizontalSpacing
| constexpr auto horizontalSpacing = "horizontalSpacing"_L1 |
|
staticconstexpr |
◆ leftMargin
| constexpr auto leftMargin = "leftMargin"_L1 |
|
staticconstexpr |
◆ rightMargin
| constexpr auto rightMargin = "rightMargin"_L1 |
|
staticconstexpr |
◆ spacing
| constexpr auto spacing = "spacing"_L1 |
|
staticconstexpr |
◆ topMargin
| constexpr auto topMargin = "topMargin"_L1 |
|
staticconstexpr |
◆ verticalSizeConstraint
| constexpr auto verticalSizeConstraint = "verticalSizeConstraint"_L1 |
|
staticconstexpr |
◆ verticalSpacing
| constexpr auto verticalSpacing = "verticalSpacing"_L1 |
|
staticconstexpr |