TakeRowResult Struct

struct QFormLayout ::TakeRowResult

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

公共变量

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.