PipxInterface/PipxSpecInputDialog.py

changeset 10
89e0e6e5ca7a
parent 9
2ab7d3ac8283
child 13
e0359a1339fe
--- a/PipxInterface/PipxSpecInputDialog.py	Wed Jun 26 18:40:48 2024 +0200
+++ b/PipxInterface/PipxSpecInputDialog.py	Thu Jun 27 15:42:50 2024 +0200
@@ -36,6 +36,7 @@
 
         self.setWindowTitle(title)
         self.specFilePicker.setMode(EricPathPickerModes.OPEN_FILE_MODE)
+        self.specFilePicker.setFilters(self.tr("JSON Files (*.json);;All Files (*)"))
 
         self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(False)
 

eric ide

mercurial