Results 1 to 4 of 4

Thread: glossy look

  1. #1
    Join Date
    Sep 2007
    Posts
    8
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default glossy look

    When I run my application everything looks very squared and stiff, Windows 95 style.
    But when I look at the images of the examples at the online reference they look much more modern with a curvy look and glossy button (well sort of)

    I'm running qt 4.3 on ubuntu 7.04 in kdevelop

  2. #2
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: glossy look

    What is your window manager theme? This has an effect on the look&feel of the app.
    If the theme is ok, then have you tried overriding the style?
    For instance:
    QApplication::setStyle(new QPlastiqueStyle());

  3. The following user says thank you to marcel for this useful post:

    sylvarant (20th September 2007)

  4. #3
    Join Date
    Sep 2007
    Posts
    8
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: glossy look

    thanx got it the plastique them now

  5. #4
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: glossy look

    If all Qt4 applications have a win95 look, it may be because of bad configuration. Move your Qt runtime configuration out of the way to see if it helps:

    mv ~/.config/Trolltech.conf ~/.config/Trolltech.conf.bak

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.