Qt 6.4
Qt Widgets
C++ Classes
QFormLayout
Qt 6.4.1 Reference Documentation
List of All Members for QFormLayout
This is the complete list of members for
QFormLayout
, including inherited members.
struct
TakeRowResult
enum
FieldGrowthPolicy
enum
ItemRole
QFormLayout
(QWidget *)
enum
RowWrapPolicy
~QFormLayout
()
addItem
(QLayoutItem *)
addRow
(QWidget *, QWidget *)
addRow
(QWidget *, QLayout *)
addRow
(const QString &, QWidget *)
addRow
(const QString &, QLayout *)
addRow
(QWidget *)
addRow
(QLayout *)
count
() const : int
expandingDirections
() const : Qt::Orientations
fieldGrowthPolicy
() const : QFormLayout::FieldGrowthPolicy
formAlignment
() const : Qt::Alignment
getItemPosition
(int, int *, QFormLayout::ItemRole *) const
getLayoutPosition
(QLayout *, int *, QFormLayout::ItemRole *) const
getWidgetPosition
(QWidget *, int *, QFormLayout::ItemRole *) const
hasHeightForWidth
() const : bool
heightForWidth
(int) const : int
horizontalSpacing
() const : int
insertRow
(int, QWidget *, QWidget *)
insertRow
(int, QWidget *, QLayout *)
insertRow
(int, const QString &, QWidget *)
insertRow
(int, const QString &, QLayout *)
insertRow
(int, QWidget *)
insertRow
(int, QLayout *)
invalidate
()
isRowVisible
(int) const : bool
isRowVisible
(QWidget *) const : bool
isRowVisible
(QLayout *) const : bool
itemAt
(int, QFormLayout::ItemRole) const : QLayoutItem *
itemAt
(int) const : QLayoutItem *
labelAlignment
() const : Qt::Alignment
labelForField
(QWidget *) const : QWidget *
labelForField
(QLayout *) const : QWidget *
minimumSize
() const : QSize
removeRow
(int)
removeRow
(QWidget *)
removeRow
(QLayout *)
rowCount
() const : int
rowWrapPolicy
() const : QFormLayout::RowWrapPolicy
setFieldGrowthPolicy
(QFormLayout::FieldGrowthPolicy)
setFormAlignment
(Qt::Alignment)
setGeometry
(const QRect &)
setHorizontalSpacing
(int)
setItem
(int, QFormLayout::ItemRole, QLayoutItem *)
setLabelAlignment
(Qt::Alignment)
setLayout
(int, QFormLayout::ItemRole, QLayout *)
setRowVisible
(int, bool)
setRowVisible
(QWidget *, bool)
setRowVisible
(QLayout *, bool)
setRowWrapPolicy
(QFormLayout::RowWrapPolicy)
setSpacing
(int)
setVerticalSpacing
(int)
setWidget
(int, QFormLayout::ItemRole, QWidget *)
sizeHint
() const : QSize
spacing
() const : int
takeAt
(int) : QLayoutItem *
takeRow
(int) : QFormLayout::TakeRowResult
takeRow
(QWidget *) : QFormLayout::TakeRowResult
takeRow
(QLayout *) : QFormLayout::TakeRowResult
verticalSpacing
() const : int