eric6/eric6_sqlbrowser.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8143
2c730d5fd177
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
3 3
4 # Copyright (c) 2009 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2009 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric6 SQL Browser. 8 eric SQL Browser.
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 SQL browser and starts the Qt event loop. 11 of the SQL browser and starts the Qt event loop.
12 """ 12 """
13 13
66 "use the given directory as the one containing the config files"), 66 "use the given directory as the one containing the config files"),
67 ("--settings=settingsDir", 67 ("--settings=settingsDir",
68 "use the given directory to store the settings files"), 68 "use the given directory to store the settings files"),
69 ] 69 ]
70 appinfo = AppInfo.makeAppInfo(sys.argv, 70 appinfo = AppInfo.makeAppInfo(sys.argv,
71 "Eric6 SQL Browser", 71 "eric SQL Browser",
72 "connection", 72 "connection",
73 "SQL browser", 73 "SQL browser",
74 options) 74 options)
75 res = Startup.simpleAppStartup(sys.argv, 75 res = Startup.simpleAppStartup(sys.argv,
76 appinfo, 76 appinfo,

eric ide

mercurial