Hi,
I have simple question, but still can't find the 100% solution.
I need to change label's text color, let's say to red. I am changing the palette, but the text is always black. Do I have to use stylesheets for this?
Thanks,
Kacper
Hi,
I have simple question, but still can't find the 100% solution.
I need to change label's text color, let's say to red. I am changing the palette, but the text is always black. Do I have to use stylesheets for this?
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