Mads Ipsen schrieb:
Could is be that you try to paint before the window is shown? You need to call show() before you can start painting. The following snippet generates an error similar to yours:
Hi,
This is not all of my Code. So there is a <show()> in my main source code. This Source Code only shows a sub-widget of a MDI Application.
However this window is shown, but without the picture. How do the program know in which widget shall the Pixmap be shown ? _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
