QtBase  v6.3.1
Public Attributes | List of all members
QFormLayout::TakeRowResult Class Reference

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

#include <qformlayout.h>

Collaboration diagram for QFormLayout::TakeRowResult:
Collaboration graph
[legend]

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 90 of file qformlayout.h.

Member Data Documentation

◆ fieldItem

QLayoutItem* QFormLayout::TakeRowResult::fieldItem

Definition at line 92 of file qformlayout.h.

◆ labelItem

QLayoutItem* QFormLayout::TakeRowResult::labelItem

Definition at line 91 of file qformlayout.h.


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