io.qt.quick.controls.QQuickStyle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-quickcontrols-jre8 Show documentation
Show all versions of qtjambi-quickcontrols-jre8 Show documentation
Provides lightweight QML types for creating performant user interfaces for desktop, embedded, and mobile devices. These types employ a simple styling architecture and are very efficient.
package io.qt.quick.controls;
/**
* Java wrapper for Qt class QQuickStyle
*/
public final class QQuickStyle
{
static {
QtJambi_LibraryUtilities.initialize();
}
private QQuickStyle() throws java.lang.InstantiationError { throw new java.lang.InstantiationError("Cannot instantiate namespace QQuickStyle."); }
public native static void addStylePath(java.lang.String path);
public native static io.qt.core.QStringList availableStyles();
public native static java.lang.String name();
public native static java.lang.String path();
public native static void setFallbackStyle(java.lang.String style);
public native static void setStyle(java.lang.String style);
public native static io.qt.core.QStringList stylePathList();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy