dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QFormLayout.TakeRowResult
qt
widgets
formlayout
QFormLayout
Undocumented in source.
class
QFormLayout
struct
TakeRowResult {
QLayoutItem
labelItem
;
QLayoutItem
fieldItem
;
}
Members
Variables
fieldItem
QLayoutItem
fieldItem
;
Undocumented in source.
labelItem
QLayoutItem
labelItem
;
Undocumented in source.
Meta
Source
See Implementation
qt
widgets
formlayout
QFormLayout
constructors
this
destructors
~this
enums
FieldGrowthPolicy
ItemRole
RowWrapPolicy
functions
addItem
addRow
count
expandingDirections
fieldGrowthPolicy
formAlignment
getItemPosition
getLayoutPosition
getWidgetPosition
hasHeightForWidth
heightForWidth
horizontalSpacing
insertRow
invalidate
itemAt
labelAlignment
labelForField
minimumSize
removeRow
rowCount
rowWrapPolicy
setFieldGrowthPolicy
setFormAlignment
setGeometry
setHorizontalSpacing
setItem
setLabelAlignment
setLayout
setRowWrapPolicy
setVerticalSpacing
setWidget
sizeHint
takeAt
takeRow
verticalSpacing
structs
TakeRowResult