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 extensions
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 doin
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 type
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
On Tue, 1 Mar 2011 15:02:57 +0100, Martin Teichmann
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 line important
> fr
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([])
QtGui.QFileDialog.getSaveFile