[PyQt] Re: [newb] simple example of file selection (Neal Becker)

Matt Smith melkor at orangepalantir.org
Sat Dec 20 14:39:12 GMT 2008


> Is there a simple example of a form including a file selection widget?  Would this be pure qt, or a kde thing?

I'm not sure what you mean by 'form' but if you want to select a file
you can use a QFileDialogue.  

http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qfiledialog.html

That static methods will let you get a filename, or you can make the
widget and include it in a layout.



More information about the PyQt mailing list