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 Show documentation
Show all versions of qtjambi-quickcontrols 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.
The newest version!
package io.qt.quick.controls;
import io.qt.*;
/**
* Java wrapper for Qt header file QQuickStyle
*/
public final class QQuickStyle
{
static {
QtJambi_LibraryUtilities.initialize();
}
private QQuickStyle() throws java.lang.InstantiationError { throw new java.lang.InstantiationError("Cannot instantiate namespace QQuickStyle."); }
/**
* See QQuickStyle:: name()
* @return
*/
public native static java.lang.@NonNull String name();
/**
* See QQuickStyle:: setFallbackStyle(QString)
* @param style
*/
public native static void setFallbackStyle(java.lang.@NonNull String style);
/**
* See QQuickStyle:: setStyle(QString)
* @param style
*/
public native static void setStyle(java.lang.@NonNull String style);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy