Results 1 to 6 of 6

Thread: Qt creator sub-menu

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Mar 2011
    Location
    Hyderabad, India
    Posts
    1,882
    Thanks
    3
    Thanked 453 Times in 435 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    15

    Default Re: Qt creator sub-menu

    You will need to write a custom menu layout, using one or more of these widgets, QPushButton, QStackedLayout/QStackedWidget. You could use QGridLayout to create the custom container widget, or even use QMainWindow, with menu bars in QDockedWidgets, and display graph as central widget. Either ways fair understanding of Qt Layout system is required.
    When you know how to do it then you may do it wrong.
    When you don't know how to do it then it is not that you may do it wrong but you may not do it right.

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


Similar Threads

  1. Main menu Qt Creator disappeared
    By inger in forum Newbie
    Replies: 2
    Last Post: 7th May 2012, 09:35
  2. Replies: 1
    Last Post: 21st February 2012, 23:40
  3. Can I delete qt creator menu entry using plugins?
    By mrsomeonee in forum Qt Tools
    Replies: 5
    Last Post: 29th August 2011, 16:53
  4. centos 5.5: can see qt designer, but not qt creator on menu
    By nina pham in forum Installation and Deployment
    Replies: 0
    Last Post: 17th December 2010, 18:49
  5. Replies: 3
    Last Post: 5th March 2009, 07:27

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.