Normally I can simply click the maximize button of a QMainWindow to maximize it. However, with this simple project wrapped around my fairly involved GUI, the maximize button does nothing:
http://daviddoria.com/Uploads/qt/Maximize/
Can anyone explain why this ui file would not allow me to maximize the window? I have checked all of the items MaximumSize and they are all allowed to expand.
Any thoughts?
I installed KDE and it works fine. I had tried it on two different systems with gnome. I’d still like to hear an explanation if anyone has one, but at least I know it’s not something wrong with the Qt code.