> QWidget::rect() returns a copy of the widget's geometry rectangle, so > your setWidth() and setHeight will only modify the temporary objects > returned by them. To update a widgets geometry you can use the > setGeometry(), move() or resize() functions:
Using "resize(image_.width(), image_.height());" solved my problem. Thanks a lot. best regard Florian _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
