[PyKDE] QtGui.qApp does not correlate with QCoreApplication.instance()

2006-07-03 Thread Arve Knudsen
Hi On Windows XP, with PyQt-4.0 and Qt-4.1.4 I am experiencing what must surely be a bug. Before I have instantiated any QApplication, QtGui.qApp already exists although QCoreApplication.instance() is None (as I would expect!). After I create my own QApplication, QCoreApplication.instance()

Re: [PyKDE] QtGui.qApp does not correlate with QCoreApplication.instance()

2006-07-03 Thread Phil Thompson
On Monday 03 July 2006 1:56 pm, Arve Knudsen wrote: Hi On Windows XP, with PyQt-4.0 and Qt-4.1.4 I am experiencing what must surely be a bug. Before I have instantiated any QApplication, QtGui.qApp already exists although QCoreApplication.instance() is None (as I would expect!). After I