Uses of Interface
io.qt.widgets.QLayoutItem
Package | Description |
---|---|
io.qt.designer | |
io.qt.widgets |
-
Uses of QLayoutItem in io.qt.designer
Methods in io.qt.designer with parameters of type QLayoutItem Modifier and Type Method Description abstract int
QDesignerLayoutDecorationExtension.Impl. indexOf(QLayoutItem item)
int
QDesignerLayoutDecorationExtension. indexOf(QLayoutItem item)
-
Uses of QLayoutItem in io.qt.widgets
Classes in io.qt.widgets that implement QLayoutItem 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
QLayout
The base class of geometry managersstatic class
QLayoutItem.Impl
Implementor class for interfaceQLayoutItem
class
QSpacerItem
Blank space in a layoutclass
QStackedLayout
Stack of widgets where only one widget is visible at a timeclass
QVBoxLayout
Lines up widgets verticallyclass
QWidgetItem
Layout item that represents a widgetMethods in io.qt.widgets that return QLayoutItem Modifier and Type Method Description QLayoutItem
QFormLayout.TakeRowResult. fieldItem()
QLayoutItem
QBoxLayout. itemAt(int arg__1)
QLayoutItem
QFormLayout. itemAt(int index)
QLayoutItem
QFormLayout. itemAt(int row, QFormLayout.ItemRole role)
QLayoutItem
QGridLayout. itemAt(int index)
abstract QLayoutItem
QLayout. itemAt(int index)
QLayoutItem
QStackedLayout. itemAt(int arg__1)
QLayoutItem
QGridLayout. itemAtPosition(int row, int column)
QLayoutItem
QFormLayout.TakeRowResult. labelItem()
QLayoutItem
QLayout. 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)
.QLayoutItem
QLayout. 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)
.QLayoutItem
QLayout. replaceWidget(QWidget from, QWidget to, Qt.FindChildOptions options)
QLayoutItem
QBoxLayout. takeAt(int arg__1)
QLayoutItem
QFormLayout. takeAt(int index)
QLayoutItem
QGridLayout. takeAt(int index)
abstract QLayoutItem
QLayout. takeAt(int index)
QLayoutItem
QStackedLayout. takeAt(int arg__1)
Methods in io.qt.widgets with parameters of type QLayoutItem Modifier and Type Method Description void
QBoxLayout. addItem(QLayoutItem arg__1)
void
QFormLayout. addItem(QLayoutItem item)
void
QGridLayout. addItem(QLayoutItem arg__1)
void
QGridLayout. addItem(QLayoutItem item, int row, int column)
Overloaded function forQGridLayout.addItem(io.qt.widgets.QLayoutItem, int, int, int, int, io.qt.core.Qt.Alignment)
void
QGridLayout. 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)
void
QGridLayout. 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)
.void
QGridLayout. addItem(QLayoutItem item, int row, int column, int rowSpan, int columnSpan, Qt.Alignment arg__6)
void
QGridLayout. 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 void
QLayout. addItem(QLayoutItem arg__1)
void
QStackedLayout. addItem(QLayoutItem item)
int
QLayout. indexOf(QLayoutItem arg__1)
void
QBoxLayout. insertItem(int index, QLayoutItem arg__2)
static QLayoutItem.MemberAccess
QLayoutItem.MemberAccess. of(QLayoutItem instance)
void
QLayout. removeItem(QLayoutItem arg__1)
void
QFormLayout. setItem(int row, QFormLayout.ItemRole role, QLayoutItem item)