Hi guys,
I would like to change toolbar's actions(buttons) background to red when action(button) gets mouseOver event. How to do this using style sheets?
QToolbar:: /*???*/
{
background: red;
}
Thanks.
Hi guys,
I would like to change toolbar's actions(buttons) background to red when action(button) gets mouseOver event. How to do this using style sheets?
QToolbar:: /*???*/
{
background: red;
}
Thanks.
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