eric5_qregexp.py

changeset 945
8cd4d08fa9f6
parent 896
f855351d5e98
child 1509
c0b5e693b0eb
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
6 6
7 """ 7 """
8 Eric5 QRegExp 8 Eric5 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 """
14 14
15 import sys 15 import sys
16 16
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",

eric ide

mercurial