Qt 6.11 is out! See what's new in the release
blog
What is qxtgui module?
General and Desktop
5
Posts
3
Posters
4.2k
Views
1
Watching
-
Does it supported by qt now or it was previously used?
-
QxtGui is part of "Qxt":http://libqxt.org/, a third-party library not created nor supported by Nokia.
-
How can i include those library in qtcreator?
-
You mean in the designer part? AFAIK, there is no designer plugin for the GUI elements in Qxt. However, you can use the widget promotion feature for most widget, as most of them are just extensions to existing widgets.
Qxt itself has quite decent documentation on how to use it in your project. It installs itself in such a way, that you can directly use it from your .pro file.