I create QMainWindow with parent widget which is modal QDialog. QMainWindow created as modl window ontop of dialog and doesn't has active close, minimize buttons and has grayed(unaccessable) menu.
I suppose access to QMainWindow's menu restricted since there is QDialog with modal flag active. But I need to have a non modal QMainWindow with menu which can be accessed.
Is it possible? I use qt 4.5.2 and os x lion. Thanks!