QFormLayout::TakeRowResult Struct

struct QFormLayout::TakeRowResult

包含QFormLayout::takeRow() 调用的结果。更多

公共变量

QLayoutItem *fieldItem
QLayoutItem *labelItem

详细说明

另请参阅 QFormLayout::takeRow().

成员变量文档

QLayoutItem *TakeRowResult::fieldItem

包含与该行字段相对应的布局项。

QLayoutItem *TakeRowResult::labelItem

包含与该行标签相对应的布局项。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.