mdiArea "window bar " no show
-
I have main mdiArea window, with subwidows.
I have set the main window title...The problem the main mdiArea has no (standard) window bar to show the title.
'That is needed to minimize / close etc. the main window.
What did I missed in "main mdiArea code" to see the window title bar ?
setCentralWidget(m_mdiarea); m_mdiarea->setEnabled(true); m_mdiarea->setWindowTitle(" MDI area "); m_mdiarea->show(); m_mdiarea->setVisible(true); // test resize ?? m_mdiarea->activateWindow(); ```The attached picture shlud help to see "the problem". 