Hi,
I would like to show a dock widget border/frame. Right now when I create a dock widget it's space becomes a part of a main window and the border/frame is not shown. How can I show the frame/bevel/border of a dock widget?
Thanks
Hi,
I would like to show a dock widget border/frame. Right now when I create a dock widget it's space becomes a part of a main window and the border/frame is not shown. How can I show the frame/bevel/border of a dock widget?
Thanks
wysotaQt allows you to use everything you want
--------------------------------------------------------------------------------
#if defined(Q_OS_UNIX) && defined(QT_DEBUG)
abort(); // trap; generates core dump
#else
exit(1); // goodbye cruel world
#endif
Bookmarks