Hi,
Please, once again read my question: Is there a built in Qt class that has features mentioned ?
I do know how to create such custom widget.
Kacper
Hi,
Please, once again read my question: Is there a built in Qt class that has features mentioned ?
I do know how to create such custom widget.
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
Hmm... QErrorMessage maybe?
maverick_pol (21st August 2008)
Almost what I need.
Thanks for the idea.
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