> 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.

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to