Hey guys,
I have the following code:
Qt Code:
Widget w; w.show(); return a.exec();To copy to clipboard, switch view to plain text mode
The widget still shows up, without the title bars. I find this strange, can someone explain this to me? Thanks
Hey guys,
I have the following code:
Qt Code:
Widget w; w.show(); return a.exec();To copy to clipboard, switch view to plain text mode
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
Bookmarks