123 Private method to display a dialog and get the code. |
123 Private method to display a dialog and get the code. |
124 |
124 |
125 @param editor reference to the current editor |
125 @param editor reference to the current editor |
126 @type Editor |
126 @type Editor |
127 @param variant variant of code to be generated |
127 @param variant variant of code to be generated |
128 (-1 = EricFileDialog, 0 = unknown, 5 = PyQt5) |
128 (-1 = EricFileDialog, 0 = unknown, 5 = PyQt5, 6 = PyQt6) |
129 @type int |
129 @type int |
130 @return the generated code (string) |
130 @return the generated code (string) |
131 """ |
131 """ |
132 from WizardPlugins.FileDialogWizard.FileDialogWizardDialog import ( |
132 from WizardPlugins.FileDialogWizard.FileDialogWizardDialog import ( |
133 FileDialogWizardDialog |
133 FileDialogWizardDialog |