eric6/eric6_snap.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8143
2c730d5fd177
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
3 3
4 # Copyright (c) 2012 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2012 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric6 Snap. 8 eric Snap.
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 snapshot module and starts the Qt event loop. 11 of the snapshot module and starts the Qt event loop.
12 """ 12 """
13 13
60 ("--settings=settingsDir", 60 ("--settings=settingsDir",
61 "use the given directory to store the settings files"), 61 "use the given directory to store the settings files"),
62 ] 62 ]
63 appinfo = AppInfo.makeAppInfo( 63 appinfo = AppInfo.makeAppInfo(
64 sys.argv, 64 sys.argv,
65 "Eric6 Snap", 65 "eric Snap",
66 "", 66 "",
67 "Simple utility to do snapshots of the screen.", 67 "Simple utility to do snapshots of the screen.",
68 options) 68 options)
69 res = Startup.simpleAppStartup(sys.argv, 69 res = Startup.simpleAppStartup(sys.argv,
70 appinfo, 70 appinfo,

eric ide

mercurial