25 exeDisplayDataListTemplate, |
25 exeDisplayDataListTemplate, |
26 exeDisplayDataTemplate, |
26 exeDisplayDataTemplate, |
27 installDependenciesTemplate, |
27 installDependenciesTemplate, |
28 mainTemplate, |
28 mainTemplate, |
29 moduleSetupTemplate, |
29 moduleSetupTemplate, |
|
30 pluginTypeNameTemplate, |
30 pluginTypeTemplate, |
31 pluginTypeTemplate, |
31 pluginTypeNameTemplate, |
|
32 previewPixmapTemplate, |
32 previewPixmapTemplate, |
33 ) |
33 ) |
34 from .Ui_PluginWizardDialog import Ui_PluginWizardDialog |
34 from .Ui_PluginWizardDialog import Ui_PluginWizardDialog |
35 |
35 |
36 |
36 |
188 templateData["config2"] = "" |
188 templateData["config2"] = "" |
189 templateData["config3"] = "" |
189 templateData["config3"] = "" |
190 templateData["config4"] = "" |
190 templateData["config4"] = "" |
191 |
191 |
192 templateData["pluginType"] = ( |
192 templateData["pluginType"] = ( |
193 pluginTypeTemplate.format( |
193 pluginTypeTemplate.format(pluginType=self.pluginTypeCombo.currentText()) |
194 pluginType=self.pluginTypeCombo.currentText() |
|
195 ) |
|
196 if bool(self.pluginTypeCombo.currentText()) |
194 if bool(self.pluginTypeCombo.currentText()) |
197 else "" |
195 else "" |
198 ) |
196 ) |
199 |
197 |
200 if self.autoActivateCheckBox.isChecked(): |
198 if self.autoActivateCheckBox.isChecked(): |