qt - How to change the text color of a QxtLabel -


I see (an extension library for QT) and can not change the text color of a QxTLabel; This is driving me crazy

QxTLabel extends QFrame. QFrame does not know anything about the text I tried to change the palette through the form editor, but it did not appear to do anything.

I also tried to change the style sheet but again, QFrame does not know about the text and the QCTL label, 'either is not giving anything.

Anything is jumping out for either QsTel label by me. idea?

Well, I was more difficult than expected, but eventually I got it:

< Previous> ui.myQxTLabel-> Set stylesheet ("queueframe {color: white}");

Earlier, I was trying to set foreground-color .


Comments