Uses of Class
io.qt.widgets.QLayout
Package | Description |
---|---|
io.qt.designer | |
io.qt.widgets |
-
Uses of QLayout in io.qt.designer
Methods in io.qt.designer that return QLayout Modifier and Type Method Description protected QLayout
QAbstractFormBuilder. createLayout(String layoutName, QObject parent, String name)
abstract QLayout
QDesignerWidgetFactoryInterface. createLayout(QWidget widget, QLayout layout, int type)
protected QLayout
QFormBuilder. createLayout(String layoutName, QObject parent, String name)
Methods in io.qt.designer with parameters of type QLayout Modifier and Type Method Description abstract QLayout
QDesignerWidgetFactoryInterface. createLayout(QWidget widget, QLayout layout, int type)
abstract List<QWidget>
QDesignerLayoutDecorationExtension.Impl. widgets(QLayout layout)
List<QWidget>
QDesignerLayoutDecorationExtension. widgets(QLayout layout)
-
Uses of QLayout in io.qt.widgets
Subclasses of QLayout in io.qt.widgets Modifier and Type Class Description class
QBoxLayout
Lines up child widgets horizontally or verticallyclass
QFormLayout
Manages forms of input widgets and their associated labelsclass
QGridLayout
Lays out widgets in a gridclass
QHBoxLayout
Lines up widgets horizontallyclass
QStackedLayout
Stack of widgets where only one widget is visible at a timeclass
QVBoxLayout
Lines up widgets verticallyMethods in io.qt.widgets that return QLayout Modifier and Type Method Description QLayout
QLayout. layout()
QLayout
QLayoutItem.Impl. layout()
See QLayoutItem::default QLayout
QLayoutItem. layout()
QLayout
QSpacerItem. layout()
See QLayoutItem::QLayout
QWidget. layout()
QLayout
QWidgetItem. layout()
See QLayoutItem::Methods in io.qt.widgets with parameters of type QLayout Modifier and Type Method Description protected void
QLayout. addChildLayout(QLayout l)
void
QBoxLayout. addLayout(QLayout layout)
Overloaded function forQBoxLayout.addLayout(io.qt.widgets.QLayout, int)
withstretch = 0
.void
QBoxLayout. addLayout(QLayout layout, int stretch)
void
QGridLayout. addLayout(QLayout arg__1, int row, int column)
Overloaded function forQGridLayout.addLayout(io.qt.widgets.QLayout, int, int, io.qt.core.Qt.Alignment)
witharg__4 = new io.qt.core.Qt.Alignment(0)
.void
QGridLayout. addLayout(QLayout arg__1, int row, int column, int rowSpan, int columnSpan)
Overloaded function forQGridLayout.addLayout(io.qt.widgets.QLayout, int, int, int, int, io.qt.core.Qt.Alignment)
witharg__6 = new io.qt.core.Qt.Alignment(0)
.void
QGridLayout. addLayout(QLayout arg__1, int row, int column, int rowSpan, int columnSpan, Qt.Alignment arg__6)
void
QGridLayout. addLayout(QLayout arg__1, int row, int column, int rowSpan, int columnSpan, Qt.AlignmentFlag... arg__6)
Overloaded function forQGridLayout.addLayout(io.qt.widgets.QLayout, int, int, int, int, io.qt.core.Qt.Alignment)
.void
QGridLayout. addLayout(QLayout arg__1, int row, int column, Qt.Alignment arg__4)
void
QGridLayout. addLayout(QLayout arg__1, int row, int column, Qt.AlignmentFlag... arg__4)
Overloaded function forQGridLayout.addLayout(io.qt.widgets.QLayout, int, int, io.qt.core.Qt.Alignment)
.void
QFormLayout. addRow(QLayout layout)
void
QFormLayout. addRow(QWidget label, QLayout field)
void
QFormLayout. addRow(String labelText, QLayout field)
protected boolean
QLayout. adoptLayout(QLayout layout)
QFormLayout.ItemInfo
QFormLayout. getLayoutPosition(QLayout layout)
void
QBoxLayout. insertLayout(int index, QLayout layout)
Overloaded function forQBoxLayout.insertLayout(int, io.qt.widgets.QLayout, int)
withstretch = 0
.void
QBoxLayout. insertLayout(int index, QLayout layout, int stretch)
void
QFormLayout. insertRow(int row, QLayout layout)
void
QFormLayout. insertRow(int row, QWidget label, QLayout field)
void
QFormLayout. insertRow(int row, String labelText, QLayout field)
QWidget
QFormLayout. labelForField(QLayout field)
void
QFormLayout. removeRow(QLayout layout)
boolean
QLayout. setAlignment(QLayout l, Qt.Alignment alignment)
boolean
QLayout. setAlignment(QLayout l, Qt.AlignmentFlag... alignment)
Overloaded function forsetAlignment(io.qt.widgets.QLayout, io.qt.core.Qt.Alignment)
.void
QFormLayout. setLayout(int row, QFormLayout.ItemRole role, QLayout layout)
void
QWidget. setLayout(QLayout arg__1)
boolean
QBoxLayout. setStretchFactor(QLayout l, int stretch)
QFormLayout.TakeRowResult
QFormLayout. takeRow(QLayout layout)
Constructors in io.qt.widgets with parameters of type QLayout Constructor Description QStackedLayout(QLayout parentLayout)