Results 1 to 2 of 2

Thread: how do add a page in QToolBox

  1. #1
    Join Date
    Aug 2009
    Posts
    47
    Qt products
    Qt4 Qt/Embedded PyQt3 PyQt4
    Platforms
    Unix/X11 Symbian S60
    Thanks
    6
    Thanked 1 Time in 1 Post

    Unhappy how do add a page in QToolBox

    pls help me how to add a page in QtoolBox

  2. #2
    Join Date
    Dec 2007
    Posts
    628
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    3
    Thanked 89 Times in 87 Posts

    Default Re: how do add a page in QToolBox

    Use any of them :
    Qt Code:
    1. QToolBox::insertItem;
    2. QToolBox::addItem;
    To copy to clipboard, switch view to plain text mode 

Similar Threads

  1. Best way to open a Qt window from web page?
    By montylee in forum Qt Programming
    Replies: 9
    Last Post: 19th January 2009, 08:04
  2. QTabWidget remove a page at the page's request
    By thomaspu in forum Qt Programming
    Replies: 2
    Last Post: 29th December 2007, 20:45
  3. QToolBox and signal
    By mattia in forum Newbie
    Replies: 8
    Last Post: 27th December 2007, 16:45
  4. page faults
    By moowy in forum General Programming
    Replies: 2
    Last Post: 20th January 2007, 14:13
  5. QWidget display on 2 stack widget page
    By spawnwj in forum Qt Programming
    Replies: 3
    Last Post: 4th September 2006, 12:07

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
  •  
Qt is a trademark of The Qt Company.