[PyQt] browse for a directory

2005-05-10 Thread [EMAIL PROTECTED]
Hi people, I'm trying my first little app to create a small, simple application in Python (just to see how PyQt works and all) and I seem to get stuck. I want to make a front-end for ImageMagick's convert for my dad. He usually wants to send people pictures he made with his digital camera and he

Re: [PyQt] browse for a directory

2005-05-10 Thread Dan Sommers
On 10 May 2005 16:49:25 -0700, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: But I can't find any Qt widget that enables me to browse for a directory! ... Try QFileDialog.getExistingDirectory. HTH, Dan -- Dan Sommers http://www.tombstonezero.net/dan/ --