Results 1 to 1 of 1

Thread: How to remove BackgroundPixmap from MacStyle QWizard?

  1. #1
    Join Date
    Sep 2011
    Posts
    37
    Thanks
    2
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Windows

    Default How to remove BackgroundPixmap from MacStyle QWizard?

    If you create a QWizard with MacStyle it wastes loads of space with a "background" image on the left of every page. I want to get rid of this images and the panel/frame that contains it, so I have more usable space. This doesn't work:

    setPixmap( QWizard::BackgroundPixmap, QPixmap() );

    I have spent hours searching and poking through the source, but I can't get an answer to this one, apart from calling:

    setWizardStyle(QWizard::ClassicStyle);

    Which is not what I want. I want to keep the Mac style.

    I tried listing all the children and selectively hiding them, but that didn't work.

    See also:
    http://stackoverflow.com/questions/6...-os-x/10917599

    Hoping someone can impart some wisdom.

    I am using Qt 4.8.5 on Mac OS X.

  2. The following user says thank you to AndyBrice for this useful post:


Similar Threads

  1. QWizard
    By Tamar in forum Newbie
    Replies: 8
    Last Post: 22nd February 2011, 13:01
  2. Help with QWizard
    By afflictedd2 in forum Qt Programming
    Replies: 3
    Last Post: 14th April 2009, 21:23
  3. QWizard
    By rmagro in forum Qt Programming
    Replies: 8
    Last Post: 26th September 2008, 20:41
  4. QWizard
    By steg90 in forum Qt Programming
    Replies: 6
    Last Post: 14th December 2007, 09:37
  5. show the backgroundpixmap of QMenuBar??-Qt-3.3.6
    By bigbigmoon in forum Newbie
    Replies: 10
    Last Post: 4th April 2007, 03:45

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.