开发者

How to change the text color of a QxtLabel

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 e开发者_高级运维xtends 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?


Well, that was harder to find than I expected but I eventually got it:

ui.myQxTLabel->setStyleSheet( "QFrame { color: white }" );

Previously, I was trying to set foreground-color.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜