mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[processing] Give an option for all file types to be used as input layer to processing algorithms.
This commit is contained in:
parent
1fca1ebe5d
commit
f89d27506d
@ -63,7 +63,7 @@ class InputLayerSelectorPanel(QtGui.QWidget):
|
||||
path = ''
|
||||
|
||||
filename = QtGui.QFileDialog.getOpenFileName(self, self.param.description, path,
|
||||
self.param.getFileFilter())
|
||||
'All files(*.*);;' + self.param.getFileFilter())
|
||||
if filename:
|
||||
self.text.addItem(filename, filename)
|
||||
self.text.setCurrentIndex(self.text.count() - 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user