3 |
3 |
4 # Copyright (c) 2004 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # Copyright (c) 2004 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> |
5 # |
5 # |
6 |
6 |
7 """ |
7 """ |
8 Eric5 QRegExp. |
8 Eric6 QRegExp. |
9 |
9 |
10 This is the main Python script that performs the necessary initialization |
10 This is the main Python script that performs the necessary initialization |
11 of the QRegExp wizard module and starts the Qt event loop. This is a standalone |
11 of the QRegExp wizard module and starts the Qt event loop. This is a standalone |
12 version of the integrated QRegExp wizard. |
12 version of the integrated QRegExp wizard. |
13 """ |
13 """ |
52 options = [ |
52 options = [ |
53 ("--config=configDir", |
53 ("--config=configDir", |
54 "use the given directory as the one containing the config files"), |
54 "use the given directory as the one containing the config files"), |
55 ] |
55 ] |
56 appinfo = AppInfo.makeAppInfo(sys.argv, |
56 appinfo = AppInfo.makeAppInfo(sys.argv, |
57 "Eric5 QRegExp", |
57 "Eric6 QRegExp", |
58 "", |
58 "", |
59 "Regexp editor for Qt's QRegExp class", |
59 "Regexp editor for Qt's QRegExp class", |
60 options) |
60 options) |
61 res = Startup.simpleAppStartup(sys.argv, |
61 res = Startup.simpleAppStartup(sys.argv, |
62 appinfo, |
62 appinfo, |