[PyKDE] Problem with PyQt4 and Qt 4.1.1

Detlev Offenbach detlev at die-offenbachs.de
Sun Mar 5 15:37:21 GMT 2006


Am Sonntag, 5. März 2006 15:31 schrieb Phil Thompson:
> On Sunday 05 March 2006 2:16 pm, Detlev Offenbach wrote:
> > Hi,
> >
> > with Qt 4.1.1 Trolltech changed the signature for
> > QFileDialog.getExistingDirectory. The options parameter has a default
> > value of ShowDirsOnly. I need to open a file dialog, that shows the
> > contents of the directory as well. I tried it with the value 0 for
> > options and with QFileDialog.Options(0), but both gave me errors. What do
> > I have to do to succeed?
>
> QFileDialog.Option(0)
>

Thanks.

Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de




More information about the PyQt mailing list