On Freitag, 6. März 2009, klia wrote:
> Hey folks;
>
> How can i be able to select multiple files whenever i browse my directory
> using QfileDailoug?
>
> this is the code to call up the filedailoug
>
> files = QtGui.QFileDialog.getOpenFileName(self,  'Open file','/home/',
> ("Images (*.png *.tiff *.jpg)"))

Just use "getOpenFileNames(...)". See the docs for more details.

>
> Thank you



-- 
Detlev Offenbach
[email protected]

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to