Hi guys,
Let's say I have QIcon object. How to check if the icon is "point.png" ?
Thanks.
Kacper
Hi guys,
Let's say I have QIcon object. How to check if the icon is "point.png" ?
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