I'm writing an application using Qt/Embedded 4.4.3 on an S3C2443 (ARM 920T core) development board running Linux, and have got to the stage where I'm displaying a window with some QFrames containing some QLabels showing text.
I've been experimenting with the look of the app using stylesheets, and have found that if I try to set any type of gradient fill as the background or foreground colour on any of the widgets, the app freezes (using 100% CPU) before it gets a chance to display the window. Setting a solid background colour works fine, as does setting an image as the background. I've also tried drawing a gradient fill directly in the code using a QPainter, and that also works.
I've spent hours googling for this problem, but can't find a single mention of it anywhere.
Can anyone offer any help?
This post has been edited 1 times, last edit by "philgp" (Jun 14th 2010, 10:00am)