eric5-sqlbrowser.py

changeset 18
3b1f5d872fd7
parent 15
f6ccc31d6e72
child 97
c4086afea02b
equal deleted inserted replaced
17:edde1fe80b3e 18:3b1f5d872fd7
3 3
4 # Copyright (c) 2009 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2009 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric4 SQL Browser 8 Eric5 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
48 options = [\ 48 options = [\
49 ("--config=configDir", 49 ("--config=configDir",
50 "use the given directory as the one containing the config files"), 50 "use the given directory as the one containing the config files"),
51 ] 51 ]
52 appinfo = Startup.makeAppInfo(sys.argv, 52 appinfo = Startup.makeAppInfo(sys.argv,
53 "Eric4 SQL Browser", 53 "Eric5 SQL Browser",
54 "connection", 54 "connection",
55 "SQL browser", 55 "SQL browser",
56 options) 56 options)
57 res = Startup.simpleAppStartup(sys.argv, 57 res = Startup.simpleAppStartup(sys.argv,
58 appinfo, 58 appinfo,

eric ide

mercurial