Hi,
Did you try the "Descendant Selector", like:
QFrame YourClass
Matches all instances of YourClass that are descendants (children, grandchildren, etc.) of a QFrame.
Hi,
Did you try the "Descendant Selector", like:
QFrame YourClass
Matches all instances of YourClass that are descendants (children, grandchildren, etc.) of a QFrame.
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