Results 1 to 2 of 2

Thread: "aqua" on widgets

  1. #1
    Join Date
    Aug 2007
    Posts
    275
    Thanks
    28
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default "aqua" on widgets

    Hi,

    I was looking at the widgets gallery and found "aqua" style widgets and love to use it but i wonder how?

    I used the plastique style with these and it work but not aqua
    Qt Code:
    1. QApplication::setStyle(QStyleFactory::create("plastique"));
    2. QApplication::setPalette(QApplication::style()->standardPalette());
    3. QApplication app(argc,argv);
    4. myApp *mainWin = new myApp ;
    5.  
    6. mainWin->show();
    To copy to clipboard, switch view to plain text mode 

    please show me the way on how can i use "aqua" style widgets

    baray98

  2. #2
    Join Date
    Jan 2006
    Location
    11 N 78 E
    Posts
    110
    Thanks
    10
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: "aqua" on widgets

    Penguin #395953 using Qt for open-source development on X11 using C++ and
    Python via PyQt

Similar Threads

  1. Qt3 - Multiple transparent widgets
    By bythesea in forum Qt Programming
    Replies: 4
    Last Post: 11th September 2009, 12:24
  2. New widgets after application begins
    By petty in forum Newbie
    Replies: 5
    Last Post: 8th May 2007, 13:10
  3. Performance in hiding/showing widgets
    By Paalrammer in forum Newbie
    Replies: 12
    Last Post: 14th February 2007, 19:57
  4. Replies: 11
    Last Post: 7th July 2006, 14:09
  5. Creating Widgets
    By hylke in forum Qt Programming
    Replies: 2
    Last Post: 5th February 2006, 09:37

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.