PDA

View Full Version : cleanlooks style



waiter
16th January 2013, 09:57
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,?

wysota
16th January 2013, 14:22
Run "qmake -query QT_INSTALL_PLUGINS" and you'll be given the path to directory containing plugins.

waiter
24th January 2013, 08:59
accessible codecs designer iconengines imports qmltooling sqldrivers
bearer crypto graphicssystems imageformats inputmethods script


but I don't know which one contain style cleanlooks?????

wysota
24th January 2013, 12:03
It should be in "styles".

ChrisW67
24th January 2013, 21:06
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).

waiter
28th January 2013, 04:12
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"...

ChrisW67
28th January 2013, 23:44
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.