[PyKDE] Problems with KApplication.quit ()
Jim Bublitz
jbublitz at nwinternet.com
Wed Aug 27 20:12:00 BST 2003
About a year ago, Frederick Polgardy (apologies) posted a bug
report about PyKDE apps segfaulting at exit when using
KApplication.quit (). Closing the window using the title bar
button has always worked correctly (and still does).
In the original thread, Phil suggested the same method he used
with QApplication.quit(), which works, but "disables" the
KMainWindow.queryClose and KMainWindow.queryExit methods.
The fix I've implemented is in Python (in kdecore.py) rather than
C++, but should work correctly. A C++ implementation is
possible, but likely to be extremely difficult to get working.
The fix will be in 3.8 - looks like that will be available early
next week.
Jim
More information about the PyQt
mailing list