TakeRowResult Class

( QFormLayout::TakeRowResult )

Contains the result of a QFormLayout::takeRow () 调用。 更多...

头: #include <TakeRowResult>
qmake: QT += widgets
Since: Qt 5.8

公共变量

QLayoutItem * fieldItem
QLayoutItem * labelItem

详细描述

Contains the result of a QFormLayout::takeRow () 调用。

另请参阅 QFormLayout::takeRow ().

成员变量文档编制

QLayoutItem *TakeRowResult:: fieldItem

Contains the layout item corresponding to the field of the row.

QLayoutItem *TakeRowResult:: labelItem

Contains the layout item corresponding to the label of the row.