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.