java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QStyleFactory
- All Implemented Interfaces:
QtObjectInterface
public class QStyleFactory extends QtObject
Creates QStyle objects
Java wrapper for Qt class QStyleFactory
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QStyleFactory()
protected
QStyleFactory(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description static QStyle
create(String arg__1)
static QStringList
keys()
-
Constructor Details
-
QStyleFactory
public QStyleFactory() -
QStyleFactory
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details