Hey guys,
I have the following code:
Code:
Widget w; w.show(); return a.exec();
The widget still shows up, without the title bars. I find this strange, can someone explain this to me? Thanks
Printable View
Hey guys,
I have the following code:
Code:
Widget w; w.show(); return a.exec();
The widget still shows up, without the title bars. I find this strange, can someone explain this to me? Thanks
Your region masks the whole widget, so of course it ist completely visible.
Ginsengelf