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.QRegExpWizard.QRegExpWizardDialog import \ |
48 from Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog import ( |
49 QRegExpWizardWindow |
49 QRegExpWizardWindow |
|
50 ) |
50 return QRegExpWizardWindow() |
51 return QRegExpWizardWindow() |
51 |
52 |
52 |
53 |
53 def main(): |
54 def main(): |
54 """ |
55 """ |