Results 1 to 3 of 3

Thread: skins in qt

  1. #1
    Join Date
    Nov 2010
    Posts
    1
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    Windows

    Question skins in qt

    how i can use skins in qt?

    like skn files
    Last edited by iformas; 27th November 2010 at 01:52.

  2. #2
    Join Date
    Aug 2009
    Location
    coimbatore,India
    Posts
    314
    Thanks
    37
    Thanked 47 Times in 43 Posts
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: skins in qt

    u can use style:
    Qt Code:
    1. QApplication::setStyle(new QWindowsStyle);
    To copy to clipboard, switch view to plain text mode 


    u may refer the following link for styling:
    http://doc.trolltech.com/4.5/paintsystem.html#styling
    Bala
    Last edited by BalaQT; 27th November 2010 at 04:28.

  3. #3
    Join Date
    May 2009
    Location
    USA
    Posts
    300
    Thanks
    82
    Thanked 11 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: skins in qt

    You can also use style sheets with setStyleSheet

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.