Results 1 to 11 of 11

Thread: show the backgroundpixmap of QMenuBar??-Qt-3.3.6

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2006
    Location
    nanjing China
    Posts
    19
    Thanks
    3
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default show the backgroundpixmap of QMenuBar??-Qt-3.3.6

    hello,everyone!
    I have a problem between Qt-3.3.5 and Qt-3.3.6 .
    the codes like these:

    Qt Code:
    1. QPixmap app_Normal;
    2. app_Normal.convertFromImage(app_normal);
    3. menuwgt=new QFrame(this) ;
    4. menu1=new DMenuBar(menuwgt) ;
    5. menu1->setPaletteBackgroundPixmap(app_Normal);
    To copy to clipboard, switch view to plain text mode 

    it runs well when it's under FC5 ,but doesn't show the backgroundPixmap when in FC6,
    I don't know what's the problem with it??????

    it uses QT-3.3.5 in FC5 but QT-3.3.6 in FC6.

    Thanks
    Last edited by wysota; 3rd April 2007 at 09:19. Reason: reformatted to look better
    It is the same old story of not being grateful for what we have until we lose it..........

Similar Threads

  1. where could QPopupMenu show besides QMenuBar !
    By bigbigmoon in forum Newbie
    Replies: 4
    Last Post: 2nd November 2006, 01:03

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.