[PyQt] Bug in QFileDialog.getSaveFileName

2011-03-01 Thread Martin Teichmann
Hello Phil, Hello List, Just a little bug report: the following small script raises a TypeError, unexpectedly so. Tested under Windows PyQt4 Version 4.8.3. import sip sip.setapi(QString, 2) # this line important from PyQt4 import QtGui app = QtGui.QApplication([])

Re: [PyQt] Bug in QFileDialog.getSaveFileName

2011-03-01 Thread Phil Thompson
On Tue, 1 Mar 2011 15:02:57 +0100, Martin Teichmann martin.teichm...@mbi-berlin.de wrote: Hello Phil, Hello List, Just a little bug report: the following small script raises a TypeError, unexpectedly so. Tested under Windows PyQt4 Version 4.8.3. import sip sip.setapi(QString, 2) # this

Re: [PyQt] Two QWebView == Segfault?

2011-03-01 Thread Hans-Peter Jansen
On Monday 28 February 2011, 23:22:23 Hans-Peter Jansen wrote: On Monday 28 February 2011, 23:15:44 Luca Beltrame wrote: In data lunedì 28 febbraio 2011 22:19:18, Hans-Peter Jansen ha scritto: Better make sure, that the sip and PyQt versions are compiled with the Qt libs in use. While

Re: [PyQt] Two QWebView == Segfault?

2011-03-01 Thread Robert Siemer
On 03/01/2011 05:19 AM, Hans-Peter Jansen wrote: On Monday 28 February 2011, 00:04:16 Robert Siemer wrote: On 02/28/2011 06:35 AM, David Boddie wrote: On Sun Feb 27 19:53:16 GMT 2011, Robert Siemer wrote: What am I doing wrong? – The segmentation fault does not come immediately. I have to

Re: [PyQt] Two QWebView == Segfault?

2011-03-01 Thread Hans-Peter Jansen
On Tuesday 01 March 2011, 19:43:22 Robert Siemer wrote: On 03/01/2011 05:19 AM, Hans-Peter Jansen wrote: On Monday 28 February 2011, 00:04:16 Robert Siemer wrote: On 02/28/2011 06:35 AM, David Boddie wrote: On Sun Feb 27 19:53:16 GMT 2011, Robert Siemer wrote: What am I doing wrong? – The

[PyQt] File Filtering using QFileSystemModel QTreeView

2011-03-01 Thread James Polk
hey guys, I've read all the documentation and for the life of me, I can't find the solution to initiate simple file filtering (by extension) in QFileSystemModel, and/or using QDirModel / QDir... I just want a Treeview of files and directory, but excluding certain files by their