[Eric] about dialog

Phil Thompson phil at riverbankcomputing.com
Thu Oct 25 17:58:05 BST 2007


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


More information about the Eric mailing list