Hi,
1.Ignore move/change pos events ?
2. Create a tooltip style widget which can't be move; like, creatin a dialog and setting a flag to look as tooltip>
SOme ideas.
Hi,
1.Ignore move/change pos events ?
2. Create a tooltip style widget which can't be move; like, creatin a dialog and setting a flag to look as tooltip>
SOme ideas.
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