TakeRowResult Struct

struct QFormLayout ::TakeRowResult

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

該結構在 Qt 5.8 引入。

公共變量

QLayoutItem * fieldItem
QLayoutItem * labelItem

詳細描述

另請參閱 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.