Hi guys,
I have recently concentrated on events, and would like to ask ths question:
I have an application of which, mainly, only the trayicon is visible; Howcan I count keyboard/mouse events when the app is running?
Thanks,
Kacper
Hi guys,
I have recently concentrated on events, and would like to ask ths question:
I have an application of which, mainly, only the trayicon is visible; Howcan I count keyboard/mouse events when the app is running?
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