-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.2.0, 5.2.1
-
None
-
64-bit Linux (Debian Wheezy) running XFCE (GTK+)
On XFCE (GTK+ issue?) a QMainWindow does not get window decorations if:
a) show() is called before layout is completed
b) layout results in resizing of a widget
A small but complete (and documented) test project is attached with 4 conditions. Just change the test_case index and re-run to see the different conditions.
When run on an identical system, but running the KDE desktop instead, the window decorations do appear. ie: not a problem on KDE.
This problem did not exist with Qt4.