Quote Originally Posted by JeanC View Post
How does one make an app with multiple mainwindows?
For instance an app which has an editor with a mainmenu and toolbars besides it's own mainwindow. These functions are only for mainwindows.
QMainWindow is not limited to one instance.

And how does one call such a window modal, so that the user cannot switch to other windows?
See QWidget::windowModality.