62 Main entry point into the application. |
62 Main entry point into the application. |
63 """ |
63 """ |
64 global app |
64 global app |
65 |
65 |
66 from PyQt5.QtGui import QGuiApplication |
66 from PyQt5.QtGui import QGuiApplication |
67 QGuiApplication.setDesktopFileName("eric6_trpreviewer.desktop") |
67 QGuiApplication.setDesktopFileName("eric7_trpreviewer.desktop") |
68 |
68 |
69 options = [ |
69 options = [ |
70 ("--config=configDir", |
70 ("--config=configDir", |
71 "use the given directory as the one containing the config files"), |
71 "use the given directory as the one containing the config files"), |
72 ("--settings=settingsDir", |
72 ("--settings=settingsDir", |