src/eric7/Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py

branch
eric7
changeset 11229
16a129d168f9
parent 11217
856628e8a303
equal deleted inserted replaced
11228:7d9e5c627e60 11229:16a129d168f9
33 ( 33 (
34 QCoreApplication.translate("FileDialogWizardDialog", "eric (pathlib.Path)"), 34 QCoreApplication.translate("FileDialogWizardDialog", "eric (pathlib.Path)"),
35 "eric_pathlib", 35 "eric_pathlib",
36 ), 36 ),
37 ) 37 )
38 PyQtTypes = ( 38 PyQtTypes = (("PyQt6", "pyqt6"),)
39 ("PyQt6", "pyqt6"),
40 )
41 39
42 def __init__(self, dialogVariant, parent=None): 40 def __init__(self, dialogVariant, parent=None):
43 """ 41 """
44 Constructor 42 Constructor
45 43

eric ide

mercurial