eric6/eric6_trpreviewer.py

changeset 7380
c99320e859ca
parent 7360
9190402e4505
child 7781
607a6098cb44
equal deleted inserted replaced
7378:e44a53a41b5d 7380:c99320e859ca
65 """ 65 """
66 Main entry point into the application. 66 Main entry point into the application.
67 """ 67 """
68 global app 68 global app
69 69
70 from PyQt5.QtGui import QGuiApplication
71 QGuiApplication.setDesktopFileName("eric6_trpreviewer.desktop")
72
70 options = [ 73 options = [
71 ("--config=configDir", 74 ("--config=configDir",
72 "use the given directory as the one containing the config files"), 75 "use the given directory as the one containing the config files"),
73 ("--settings=settingsDir", 76 ("--settings=settingsDir",
74 "use the given directory to store the settings files"), 77 "use the given directory to store the settings files"),

eric ide

mercurial