3 |
3 |
4 # Copyright (c) 2013 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # Copyright (c) 2013 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> |
5 # |
5 # |
6 |
6 |
7 """ |
7 """ |
8 Eric6 QRegularExpression. |
8 eric QRegularExpression. |
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 QRegularExpression wizard module and starts the Qt event loop. This is |
11 of the QRegularExpression wizard module and starts the Qt event loop. This is |
12 a standalone version of the integrated QRegularExpression wizard. |
12 a standalone version of the integrated QRegularExpression wizard. |
13 """ |
13 """ |
63 ("--settings=settingsDir", |
63 ("--settings=settingsDir", |
64 "use the given directory to store the settings files"), |
64 "use the given directory to store the settings files"), |
65 ] |
65 ] |
66 appinfo = AppInfo.makeAppInfo( |
66 appinfo = AppInfo.makeAppInfo( |
67 sys.argv, |
67 sys.argv, |
68 "Eric6 QRegularExpression", |
68 "eric QRegularExpression", |
69 "", |
69 "", |
70 "Regexp editor for Qt's QRegularExpression class", |
70 "Regexp editor for Qt's QRegularExpression class", |
71 options) |
71 options) |
72 res = Startup.simpleAppStartup(sys.argv, |
72 res = Startup.simpleAppStartup(sys.argv, |
73 appinfo, |
73 appinfo, |