Uses of Class
io.qt.widgets.QLayout
Packages that use QLayout
-
Uses of QLayout in io.qt.designer
Methods in io.qt.designer that return QLayoutModifier and TypeMethodDescriptionprotected 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 QLayoutModifier and TypeMethodDescriptionabstract QLayout
QDesignerWidgetFactoryInterface.createLayout
(QWidget widget, QLayout layout, int type) -
Uses of QLayout in io.qt.widgets
Subclasses of QLayout in io.qt.widgetsModifier and TypeClassDescriptionclass
Lines up child widgets horizontally or verticallyclass
Manages forms of input widgets and their associated labelsclass
Lays out widgets in a gridclass
Lines up widgets horizontallyclass
Stack of widgets where only one widget is visible at a timeclass
Lines up widgets verticallyMethods in io.qt.widgets that return QLayoutModifier and TypeMethodDescriptionQLayout.layout()
QLayoutItem.Impl.layout()
default QLayout
QLayoutItem.layout()
QSpacerItem.layout()
final QLayout
QWidget.layout()
QWidgetItem.layout()
Methods in io.qt.widgets with parameters of type QLayoutModifier and TypeMethodDescriptionprotected final void
QLayout.addChildLayout
(QLayout l) final void
Overloaded function forQBoxLayout.addLayout(io.qt.widgets.QLayout, int)
withstretch = 0
.final void
final void
Overloaded function forQGridLayout.addLayout(io.qt.widgets.QLayout, int, int, io.qt.core.Qt.Alignment)
witharg__4 = new io.qt.core.Qt.Alignment(0)
.final void
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)
.final void
QGridLayout.addLayout
(QLayout arg__1, int row, int column, int rowSpan, int columnSpan, Qt.Alignment arg__6) final 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)
.final void
QGridLayout.addLayout
(QLayout arg__1, int row, int column, Qt.Alignment arg__4) final 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)
.final void
final void
final void
protected final boolean
QLayout.adoptLayout
(QLayout layout) final QFormLayout.ItemInfo
QFormLayout.getLayoutPosition
(QLayout layout) final void
QBoxLayout.insertLayout
(int index, QLayout layout) Overloaded function forQBoxLayout.insertLayout(int, io.qt.widgets.QLayout, int)
withstretch = 0
.final void
QBoxLayout.insertLayout
(int index, QLayout layout, int stretch) final void
final void
final void
final QWidget
QFormLayout.labelForField
(QLayout field) final void
final boolean
QLayout.setAlignment
(QLayout l, Qt.Alignment alignment) final boolean
QLayout.setAlignment
(QLayout l, Qt.AlignmentFlag... alignment) Overloaded function forsetAlignment(io.qt.widgets.QLayout, io.qt.core.Qt.Alignment)
.final void
QFormLayout.setLayout
(int row, QFormLayout.ItemRole role, QLayout layout) final void
final boolean
QBoxLayout.setStretchFactor
(QLayout l, int stretch) Constructors in io.qt.widgets with parameters of type QLayout -
Uses of QLayout in io.qt.widgets.tools
Methods in io.qt.widgets.tools that return QLayoutModifier and TypeMethodDescriptionfinal QLayout
QUiLoader.createLayout
(String className) Overloaded function forQUiLoader.createLayout(java.lang.String, io.qt.core.QObject, java.lang.String)
final QLayout
QUiLoader.createLayout
(String className, QObject parent) Overloaded function forQUiLoader.createLayout(java.lang.String, io.qt.core.QObject, java.lang.String)
withname = (String)null
.QUiLoader.createLayout
(String className, QObject parent, String name)