Css && QCheckBox && embedded
-
Hi all,
I have a problem while setting a css for a QCheckBox in an embedded environment.
There is a QCheckBox ina QGroupBox and I want the QCheckBox text color white.
I'm using an external css file and the text I put in the css is:
@
QGroupBox QCheckBox {
color: white;
}@
This works fine when compiled for linux desktop (I see the white text and black check). When compiling for the embedded system (angstrom + beagleboard) I see that the check too is white and it's impossible to see if checked or unchecked.
Is there a solution?
Thanks