libqxt

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 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...

Adding Qxt plugin to Designer

Hey guys, I'm having a problem with adding the Qxt library to Qt Designer. The error it gives is: Cannot load library C:/Qt/4.6.2/plugins/designer/QxtDesignerPlugins.dll; The specified module cannot be found. Any ideas on what the problem is? ...