hello, a easy question,,
I want to display cleanlooks style in linux,but I find different distr linux has different cleanlooks, and I want to replace the gui style plugin,anyone tell me where is the plugin,?
hello, a easy question,,
I want to display cleanlooks style in linux,but I find different distr linux has different cleanlooks, and I want to replace the gui style plugin,anyone tell me where is the plugin,?
Run "qmake -query QT_INSTALL_PLUGINS" and you'll be given the path to directory containing plugins.
accessible codecs designer iconengines imports qmltooling sqldrivers
bearer crypto graphicssystems imageformats inputmethods script
but I don't know which one contain style cleanlooks?????
The standard styles are built in to the GUI library. You will need to use another name for your replacement "cleanlooks" plugin to avoid collisions with the built-in version (or build Cleanlooks out of the GUI library).
but how to create the new style "cleanlooks" and then replace? I just want to use "cleanlooks",but I find some system has no "cleanlooks"...
Cleanlooks is available on Linux, Windows and Mac, but Qt can be deliberately built without it and it will not look identical on every system. The easiest option is to build it in to the Qt libraries you bundle with your application.
Bookmarks