On Thursday 25 October 2007, Flavio Coelho wrote:
> Sorry again for a quaestion that pyqt4 related.

So why don't you use the right mailing list?

> In my app I have an about window that is a tabbed qwidget. Much like Eric's
> about eric window.
>
> In pyqt3 to show it I would simply instantiate the widget, call its show
> method and then switvh to its execution loop, by calling its exec_loop()
> method. In pyqt4 this does not work since exec_loop doesnt exist anymore.
> How do I go about showing another window in PyQt4?

Use exec_() instead.

Phil
_______________________________________________
Eric mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to