Re: [PyQt] PyQt 5.1 App doesn't exit after QQuickView closed

2013-08-27 Thread Glenn Ramsey
On 28/08/13 02:16, Phil Thompson wrote: On Tue, 27 Aug 2013 09:26:55 +1200, Glenn Ramsey wrote: Hi, In the following example, the application doesn't exit after the QQuickView window is closed. Is this the correct behaviour or is it a bug? This is using snapshot-693a95fde3fa on OSX 10.8.4 with

Re: [PyQt] PyQt 5.1 App doesn't exit after QQuickView closed

2013-08-27 Thread Phil Thompson
On Tue, 27 Aug 2013 09:26:55 +1200, Glenn Ramsey wrote: > Hi, > > In the following example, the application doesn't exit after the > QQuickView > window is closed. Is this the correct behaviour or is it a bug? This is > using > snapshot-693a95fde3fa on OSX 10.8.4 with Qt 5.1, PyQt 5.1 and macpo