Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QFormLayout::TakeRowResult Class Reference

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

#include <qformlayout.h>

+ Collaboration diagram for QFormLayout::TakeRowResult:

Public Attributes

QLayoutItemlabelItem
 
QLayoutItemfieldItem
 

Detailed Description

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

\inmodule QtWidgets

Since
5.8
See also
QFormLayout::takeRow()

Definition at line 54 of file qformlayout.h.

Member Data Documentation

◆ fieldItem

QLayoutItem* QFormLayout::TakeRowResult::fieldItem

Definition at line 56 of file qformlayout.h.

◆ labelItem

QLayoutItem* QFormLayout::TakeRowResult::labelItem

Definition at line 55 of file qformlayout.h.

Referenced by QFormLayout::takeRow().


The documentation for this class was generated from the following file: