Results 1 to 7 of 7

Thread: cleanlooks style

  1. #1
    Join Date
    Mar 2012
    Location
    china
    Posts
    54
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    2

    Default cleanlooks style

    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,?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: cleanlooks style

    Run "qmake -query QT_INSTALL_PLUGINS" and you'll be given the path to directory containing plugins.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Mar 2012
    Location
    china
    Posts
    54
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    2

    Default Re: cleanlooks style

    accessible codecs designer iconengines imports qmltooling sqldrivers
    bearer crypto graphicssystems imageformats inputmethods script


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

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: cleanlooks style

    It should be in "styles".
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: cleanlooks style

    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).

  6. #6
    Join Date
    Mar 2012
    Location
    china
    Posts
    54
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    2

    Default Re: cleanlooks style

    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"...

  7. #7
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: cleanlooks style

    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.

Similar Threads

  1. Do Qt Style Sheets support List-style-image?
    By daiheitan in forum Qt Programming
    Replies: 6
    Last Post: 12th March 2010, 01:41
  2. Problems with Gradient style used through Style sheet on ARM platform
    By puneet.narsapur in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 25th January 2010, 12:48
  3. Custom Style based on Cleanlooks
    By Tux-Slack in forum Qt Programming
    Replies: 4
    Last Post: 21st September 2007, 10:22
  4. Replies: 1
    Last Post: 7th February 2007, 00:12
  5. Qt 4.2.2 Cleanlooks debug vs. release (Windows XP)
    By Byngl in forum Qt Programming
    Replies: 6
    Last Post: 25th January 2007, 12:56

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.