Hello guys
i was wondering how can i be able to have multiple file selection whenever i browse my directory and choose files using Qfiledailoug
this is the code to lunch the file dailoug
files = QtGui.QFileDial og.getOpenFileN ame(self, 'Open file','/home/', ("Images (*.png *.tiff *.jpg)"))
Thank you
i was wondering how can i be able to have multiple file selection whenever i browse my directory and choose files using Qfiledailoug
this is the code to lunch the file dailoug
files = QtGui.QFileDial og.getOpenFileN ame(self, 'Open file','/home/', ("Images (*.png *.tiff *.jpg)"))
Thank you
Comment