java.lang.Object
io.qt.QtObject
io.qt.widgets.QStyleHintReturn
io.qt.widgets.QStyleHintReturnVariant
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Style hints that return a QVariant
Java wrapper for Qt class QStyleHintReturnVariant
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.widgets.QStyleHintReturn
QStyleHintReturn.HintReturnType
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescription -
Method Summary
Methods inherited from class io.qt.widgets.QStyleHintReturn
getType, getVersion, setType, setVersion, type, version
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QStyleHintReturnVariant
public QStyleHintReturnVariant()
-
-
Method Details
-
setVariant
The variant for style hints that return a QVariant
-
variant
The variant for style hints that return a QVariant
-
clone
Creates and returns a copy of this object.
- Overrides:
clone
in classQStyleHintReturn
-
getVariant
Kotlin property getter. In Java use
variant()
instead.
-