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)"))

Thank you
-- 
View this message in context: 
http://www.nabble.com/Qfiledailoug-multiple-file-selection-tp22369488p22369488.html
Sent from the PyQt mailing list archive at Nabble.com.

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

Reply via email to