TakeRowResult Class

(QFormLayout::TakeRowResult)

Contains the result of a QFormLayout::takeRow() call. 更多...

头文件: #include <TakeRowResult>
qmake: QT += widgets
开始支持版本: Qt 5.8

公有变量

QLayoutItem *fieldItem
QLayoutItem *labelItem

详细描述

Contains the result of a QFormLayout::takeRow() call.

参见 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.