Hi:

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

this messages appear in the application output.


Qt Code:
  1. QPainter::setClipRegion: Painter not active
  2. QPainter::setWorldTransform: Painter not active
  3. QPainter::setClipping: Painter not active, state will be reset by begin
  4. QPainter::setClipRegion: Painter not active
  5. QPainter::setClipping: Painter not active, state will be reset by begin
  6. .
  7. .
  8. .
  9. QPainter::setWorldTransform: Painter not active
  10. QPainter::setClipping: Painter not active, state will be reset by begin
  11. QPainter::setClipping: Painter not active, state will be reset by begin
To copy to clipboard, switch view to plain text mode 

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

Thanks for any advice.