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"), |