Uses of Interface
io.qt.widgets.QLayoutItem
Packages that use QLayoutItem
-
Uses of QLayoutItem in io.qt.designer
Methods in io.qt.designer with parameters of type QLayoutItemModifier and TypeMethodDescriptionabstract intQDesignerLayoutDecorationExtension.Impl.indexOf(QLayoutItem item) SeeQDesignerLayoutDecorationExtension::indexOf(QLayoutItem*)const intQDesignerLayoutDecorationExtension.indexOf(QLayoutItem item) SeeQDesignerLayoutDecorationExtension::indexOf(QLayoutItem*)const -
Uses of QLayoutItem in io.qt.widgets
Classes in io.qt.widgets that implement QLayoutItemModifier and TypeClassDescriptionclassLines up child widgets horizontally or verticallyclassManages forms of input widgets and their associated labelsclassLays out widgets in a gridclassLines up widgets horizontallyclassThe base class of geometry managersclassBlank space in a layoutclassStack of widgets where only one widget is visible at a timeclassLines up widgets verticallyclassLayout item that represents a widgetMethods in io.qt.widgets that return QLayoutItemModifier and TypeMethodDescriptionfinal QLayoutItemQFormLayout.TakeRowResult.fieldItem()QBoxLayout.itemAt(int arg__1) QFormLayout.itemAt(int index) final QLayoutItemQFormLayout.itemAt(int row, QFormLayout.ItemRole role) QGridLayout.itemAt(int index) abstract QLayoutItemQLayout.itemAt(int index) QStackedLayout.itemAt(int arg__1) final QLayoutItemQGridLayout.itemAtPosition(int row, int column) final QLayoutItemQFormLayout.TakeRowResult.labelItem()final QLayoutItemQLayout.replaceWidget(QWidget from, QWidget to) Overloaded function forQLayout.replaceWidget(io.qt.widgets.QWidget, io.qt.widgets.QWidget, io.qt.core.Qt.FindChildOptions)withoptions = new io.qt.core.Qt.FindChildOptions(1).final QLayoutItemQLayout.replaceWidget(QWidget from, QWidget to, Qt.FindChildOption ... options) Overloaded function forQLayout.replaceWidget(io.qt.widgets.QWidget, io.qt.widgets.QWidget, io.qt.core.Qt.FindChildOptions).QLayout.replaceWidget(QWidget from, QWidget to, Qt.FindChildOptions options) QBoxLayout.takeAt(int arg__1) QFormLayout.takeAt(int index) QGridLayout.takeAt(int index) abstract QLayoutItemQLayout.takeAt(int index) QStackedLayout.takeAt(int arg__1) Methods in io.qt.widgets with parameters of type QLayoutItemModifier and TypeMethodDescriptionvoidQBoxLayout.addItem(QLayoutItem arg__1) voidQFormLayout.addItem(QLayoutItem item) voidQGridLayout.addItem(QLayoutItem arg__1) final voidQGridLayout.addItem(QLayoutItem item, int row, int column) Overloaded function forQGridLayout.addItem(io.qt.widgets.QLayoutItem, int, int, int, int, io.qt.core.Qt.Alignment)final voidQGridLayout.addItem(QLayoutItem item, int row, int column, int rowSpan) Overloaded function forQGridLayout.addItem(io.qt.widgets.QLayoutItem, int, int, int, int, io.qt.core.Qt.Alignment)final voidQGridLayout.addItem(QLayoutItem item, int row, int column, int rowSpan, int columnSpan) Overloaded function forQGridLayout.addItem(io.qt.widgets.QLayoutItem, int, int, int, int, io.qt.core.Qt.Alignment)witharg__6 = new io.qt.core.Qt.Alignment(0).final voidQGridLayout.addItem(QLayoutItem item, int row, int column, int rowSpan, int columnSpan, Qt.Alignment arg__6) final voidQGridLayout.addItem(QLayoutItem item, int row, int column, int rowSpan, int columnSpan, Qt.AlignmentFlag ... arg__6) Overloaded function forQGridLayout.addItem(io.qt.widgets.QLayoutItem, int, int, int, int, io.qt.core.Qt.Alignment).abstract voidQLayout.addItem(QLayoutItem arg__1) voidQStackedLayout.addItem(QLayoutItem item) intQLayout.indexOf(QLayoutItem arg__1) final voidQBoxLayout.insertItem(int index, QLayoutItem arg__2) final voidQLayout.removeItem(QLayoutItem arg__1) final voidQFormLayout.setItem(int row, QFormLayout.ItemRole role, QLayoutItem item) Constructors in io.qt.widgets with parameters of type QLayoutItemModifierConstructorDescriptionTakeRowResult(QLayoutItem labelItem, QLayoutItem fieldItem) SeeQFormLayout::TakeRowResult::TakeRowResult{QLayoutItem*, QLayoutItem*}