Hi,
I have found the answer.
1. In the messageBox the solution is simple:
Qt Code:
To copy to clipboard, switch view to plain text mode
Analogically we can use the HTML tags in the QTextItem to format item text.
Maverick
Hi,
I have found the answer.
1. In the messageBox the solution is simple:
Qt Code:
To copy to clipboard, switch view to plain text mode
Analogically we can use the HTML tags in the QTextItem to format item text.
Maverick
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