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.