Re: [PyQt] setting Popup windowFlag causes system to become unresponsive

2009-11-30 Thread Jugdish
Bug report filed here: http://bugreports.qt.nokia.com/browse/QTBUG-6355 On Fri, Nov 27, 2009 at 8:50 PM, Hans-Peter Jansen h...@urpla.net wrote: On Friday 27 November 2009, 19:34:31 Jugdish wrote: For some reason if I set the windowFlag Popup on a QListWidget, the widget takes modal focus

[PyQt] setting Popup windowFlag causes system to become unresponsive

2009-11-27 Thread Jugdish
For some reason if I set the windowFlag Popup on a QListWidget, the widget takes modal focus and it is impossible to give focus back to any widget. In fact, my entire system becomes unresponsive. Only the QListWidget responds to input, and I have no way of killing the process. Here is a very

Re: [PyQt] setting Popup windowFlag causes system to become unresponsive

2009-11-27 Thread Baz Walter
Jugdish wrote: For some reason if I set the windowFlag Popup on a QListWidget, the widget takes modal focus and it is impossible to give focus back to any widget. In fact, my entire system becomes unresponsive. Only the QListWidget responds to input, and I have no way of killing the process.

Re: [PyQt] setting Popup windowFlag causes system to become unresponsive

2009-11-27 Thread Hans-Peter Jansen
On Friday 27 November 2009, 19:34:31 Jugdish wrote: For some reason if I set the windowFlag Popup on a QListWidget, the widget takes modal focus and it is impossible to give focus back to any widget. In fact, my entire system becomes unresponsive. Only the QListWidget responds to input, and I