[PyKDE] newbie: QFileDialog

Eli Carter eli.carter at inet.com
Fri Aug 30 16:31:00 BST 2002


Boudewijn Rempt wrote:
> The easiest solution might be to use PyKDE's filedialog which should
> provide most of this kind of behaviour. I think it would be hard to achieve 
> what you want by just subclassing the existing dialog, since most of the 
> file-system browsing code is private to the class. You might end up having to 
> write your own filedialog that looks like the standard one.

For what I'm doing, I'd rather use QInputDialog.getText() than 
re-implement a file dialog. Call me lazy. ;)

Thanks for the information on that!

Eli
--------------------. "If it ain't broke now,
Eli Carter           \                  it will be soon." -- crypto-gram
eli.carter(a)inet.com `-------------------------------------------------




More information about the PyQt mailing list