eric6/eric6_trpreviewer.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8143
2c730d5fd177
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
3 3
4 # Copyright (c) 2004 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2004 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric6 TR Previewer. 8 eric TR Previewer.
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 tr previewer and starts the Qt event loop. This is a standalone version 11 of the tr previewer and starts the Qt event loop. This is a standalone version
12 of the integrated tr previewer. 12 of the integrated tr previewer.
13 """ 13 """
74 "use the given directory as the one containing the config files"), 74 "use the given directory as the one containing the config files"),
75 ("--settings=settingsDir", 75 ("--settings=settingsDir",
76 "use the given directory to store the settings files"), 76 "use the given directory to store the settings files"),
77 ] 77 ]
78 appinfo = AppInfo.makeAppInfo(sys.argv, 78 appinfo = AppInfo.makeAppInfo(sys.argv,
79 "Eric6 TR Previewer", 79 "eric TR Previewer",
80 "file", 80 "file",
81 "TR file previewer", 81 "TR file previewer",
82 options) 82 options)
83 83
84 # set the library paths for plugins 84 # set the library paths for plugins

eric ide

mercurial