PDA

View Full Version : QMainWindow



eGamer
29th June 2009, 13:44
i have a QMainWindow object that has tab view inside it.
each tab in the tab view contains its dockable tool bars.

is it possible make a new QMainWindow and add it to the tab view ?
i mean each view is a QMainWindow ?:confused:

nish
29th June 2009, 14:36
yes... qmainwindow is a qwidget... so it can be done..
tabwidget->addWidget(mainwindow);