PDA

View Full Version : QPainter stderr message in run time when using an slider element on low resolutions.



call_from
11th November 2010, 20:21
Hi:

When using a small resolution, such as 320x640 in nokia qt simulator.

this messages appear in the application output.





QPainter::setClipRegion: Painter not active
QPainter::setWorldTransform: Painter not active
QPainter::setClipping: Painter not active, state will be reset by begin
QPainter::setClipRegion: Painter not active
QPainter::setClipping: Painter not active, state will be reset by begin
.
.
.
QPainter::setWorldTransform: Painter not active
QPainter::setClipping: Painter not active, state will be reset by begin
QPainter::setClipping: Painter not active, state will be reset by begin


Thats happens when populating a QScrollArea and Clicking a QComboBox not empty.

Thanks for any advice.