jambi-quickwidgets.6.8.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-quickwidgets Show documentation
Show all versions of qtjambi-quickwidgets Show documentation
Provides a C++ widget class for displaying a Qt Quick user interface.
The newest version!
/**
* Provides a C++ widget class for displaying a Qt Quick user interface.
*/
module qtjambi.quickwidgets {
requires java.base;
requires transitive qtjambi;
requires qtjambi.quick;
requires qtjambi.qml;
exports io.qt.quick.widgets;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy