java.lang.Object
io.qt.QtObject
io.qt.widgets.QFormLayout.TakeRowResult
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QFormLayout
Contains the result of a QFormLayout::takeRow() call
Java wrapper for Qt's class QFormLayout::TakeRowResult
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final QLayoutItem
final QLayoutItem
Kotlin property getter.final QLayoutItem
Kotlin property getter.final QLayoutItem
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
TakeRowResult
public TakeRowResult() -
TakeRowResult
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
getFieldItem
Kotlin property getter. In Java use
fieldItem()
instead. -
fieldItem
-
getLabelItem
Kotlin property getter. In Java use
labelItem()
instead. -
labelItem
-
clone
Creates and returns a copy of this object.
-