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