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 class QFormLayout::TakeRowResult
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
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()See
QFormLayout::TakeRowResult::
TakeRowResult()
-
-
Method Details
-
fieldItem
-
labelItem
-
clone
Creates and returns a copy of this object.
-
getFieldItem
Kotlin property getter. In Java use
fieldItem()
instead. -
getLabelItem
Kotlin property getter. In Java use
labelItem()
instead.
-