34 """ |
34 """ |
35 from Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog import \ |
35 from Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog import \ |
36 QRegExpWizardWindow |
36 QRegExpWizardWindow |
37 return QRegExpWizardWindow() |
37 return QRegExpWizardWindow() |
38 |
38 |
|
39 |
39 def main(): |
40 def main(): |
40 """ |
41 """ |
41 Main entry point into the application. |
42 Main entry point into the application. |
42 """ |
43 """ |
43 options = [\ |
44 options = [\ |
44 ("--config=configDir", |
45 ("--config=configDir", |
45 "use the given directory as the one containing the config files"), |
46 "use the given directory as the one containing the config files"), |
46 ] |
47 ] |
47 appinfo = Startup.makeAppInfo(sys.argv, |
48 appinfo = Startup.makeAppInfo(sys.argv, |
48 "Eric5 QRegExp", |
49 "Eric5 QRegExp", |
49 "", |
50 "", |
50 "Regexp editor for Qt's QRegExp class", |
51 "Regexp editor for Qt's QRegExp class", |