I have a Qt mainwindow and MDI area as a central widget in it. When I add windows in the MDI area the title bar is taking up too much space. A dock widget in the main window has a decent sized title bar and small buttons. I want some thing like that.
Share
Every
QWidgetconstructor takes aQt::WindowFlagsparameter that handles this. It sounds like you want:If you installed the examples with Qt, run the “Window flags” example and you can play with the options to see what they do.