PDA

View Full Version : Style Sheet speed



^NyAw^
24th January 2008, 16:14
Hi,

I'm trying Style Sheet to change the style of my application.
The problem is that the speed of the application is reduced very much. The CPU is 50% when drawing some widgets.

Is this behaviour correct?

Thanks,

Brandybuck
24th January 2008, 18:40
There is additional overhead when using style sheets, but it shouldn't be that much. Avoid scaled pixmaps if you can.

Style sheets were meant to style just a few widgets, not the entire application. If you want to create a whole new style, then use the QStyle route instead of style sheets.