43 Function to create the main widget. |
43 Function to create the main widget. |
44 |
44 |
45 @param argv list of commandline parameters (list of strings) |
45 @param argv list of commandline parameters (list of strings) |
46 @return reference to the main widget (QWidget) |
46 @return reference to the main widget (QWidget) |
47 """ |
47 """ |
48 from Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog import \ |
48 from Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog import ( |
49 PyRegExpWizardWindow |
49 PyRegExpWizardWindow |
|
50 ) |
50 return PyRegExpWizardWindow() |
51 return PyRegExpWizardWindow() |
51 |
52 |
52 |
53 |
53 def main(): |
54 def main(): |
54 """ |
55 """ |