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.
Bookmarks