Hi gusy,
I have to show a part of help text and do not want to create a custom class.
Is there a Qt class that can show a text in a scrollable area and display a close button.
Thanks,
Kacper
Hi gusy,
I have to show a part of help text and do not want to create a custom class.
Is there a Qt class that can show a text in a scrollable area and display a close button.
Thanks,
Kacper
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