How to change the text color of a QxtLabel
Posted
by dwj
on Stack Overflow
See other posts from Stack Overflow
or by dwj
Published on 2010-05-17T22:58:44Z
Indexed on
2010/05/17
23:00 UTC
Read the original article
Hit count: 269
I'm checking out libqxt (an extension library for Qt) and cannot change the text color of a QxTLabel; it's driving me nuts.
QxTLabel extends QFrame. QFrame doesn't know anything about text. I tried changing the palette via the Form Editor but that didn't appear to do anything either.
I also tried to change the style sheet but, again, QFrame doesn't know about text and QxTLabel isn't giving anything up either.
Nothing is jumping out at me from the full member list for QxTLabel either. Thoughts?
© Stack Overflow or respective owner