Results 1 to 4 of 4

Thread: Any external resource about QStyle library like QCleanlooksStyle .etc

  1. #1
    Join Date
    Jul 2012
    Posts
    12
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Smile Any external resource about QStyle library like QCleanlooksStyle .etc

    Hi there,
    As far as I learned,to set the windows style in Qt is to call function QApplication::setStyle() after adding certain includes.The libraries such as "QCleanlooksStyle","QMotifStyle" are complied and ready to be used when we start a new project.I wonder if there are others libraries resources published on the internet that I can download them and use, study them in my own application.just like use Qwt when we want to draw a chart.Thanks, if you help me I would be appreciate...

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

    Default Re: Any external resource about QStyle library like QCleanlooksStyle .etc

    The publicly available source code for the bundled styles should provide a more than adequate basis for study of how they work/are implemented.

    Qt style sheets are another mechanism you can use to tweak the appearance of your application without the level of effort required to write an entire custom style.

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

    Default Re: Any external resource about QStyle library like QCleanlooksStyle .etc

    You can also have a look at kde-look.org. There is a number of Qt widget styles available there as well (e.g. QtCurve).
    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.


  4. #4
    Join Date
    Jul 2012
    Posts
    12
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Any external resource about QStyle library like QCleanlooksStyle .etc

    Thanks bro, I am doing it ,but style sheet seems pretty complicate...
    Quote Originally Posted by ChrisW67 View Post
    The publicly available source code for the bundled styles should provide a more than adequate basis for study of how they work/are implemented.

    Qt style sheets are another mechanism you can use to tweak the appearance of your application without the level of effort required to write an entire custom style.
    Thanks , i would like to check it and learn..

Similar Threads

  1. Qt Creator How to add an external .a library in Qt Creator project via GUI?
    By DIMEDROLL in forum Qt Tools
    Replies: 1
    Last Post: 7th January 2012, 07:11
  2. Using external ANSI C library
    By npascual in forum Qt Programming
    Replies: 2
    Last Post: 5th May 2011, 12:02
  3. Qt Creator and using an external library under windows
    By QChristian in forum Installation and Deployment
    Replies: 1
    Last Post: 15th September 2010, 17:12
  4. Adding an external Library
    By afflictedd2 in forum Qt Programming
    Replies: 1
    Last Post: 13th December 2008, 05:51
  5. Replies: 2
    Last Post: 14th January 2008, 18:09

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.