Re: [PyQt] Strange observation

2013-06-21 Thread Phil Thompson
On Fri, 21 Jun 2013 18:54:15 +0200, Detlev Offenbach wrote: > Hello, > > there was a strange observation reported using eric5. The eric5 PySvn > plug-in has a dialog to ask the user for a password. This is embedded in > code like this > > cursor = QApplication.overrideCursor() >

[PyQt] Strange observation

2013-06-21 Thread Detlev Offenbach
Hello, there was a strange observation reported using eric5. The eric5 PySvn plug-in has a dialog to ask the user for a password. This is embedded in code like this cursor = QApplication.overrideCursor() if cursor is not None: QApplication.restoreOverrideCursor()

Re: [PyQt] QImage memory leak in 4.10.1

2013-06-21 Thread Phil Thompson
On Tue, 18 Jun 2013 19:14:35 -0400, Luke Campagnola wrote: > On Fri, May 24, 2013 at 1:42 PM, Phil Thompson > wrote: > >> On Thu, 23 May 2013 16:21:26 -0400, Luke Campagnola >> wrote: >> > Howdy, >> > I am using PyQt 4.10.1 (Py2.7-qt4.8.4-x32) on windows XP. It appears >> that >> > on this syste