java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QFormLayout.TakeRowResult
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QFormLayout
public static class QFormLayout.TakeRowResult extends QtObject implements Cloneable
Contains the result of a QFormLayout::takeRow() call
Java wrapper for Qt class QFormLayout::TakeRowResult
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description TakeRowResult()
protected
TakeRowResult(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QFormLayout.TakeRowResult
clone()
QLayoutItem
fieldItem()
QLayoutItem
labelItem()
-
Constructor Details
-
TakeRowResult
public TakeRowResult() -
TakeRowResult
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details