58 |
58 |
59 def main(): |
59 def main(): |
60 """ |
60 """ |
61 Main entry point into the application. |
61 Main entry point into the application. |
62 """ |
62 """ |
|
63 from PyQt5.QtGui import QGuiApplication |
|
64 QGuiApplication.setDesktopFileName("eric6_hexeditor.desktop") |
|
65 |
63 options = [ |
66 options = [ |
64 ("--config=configDir", |
67 ("--config=configDir", |
65 "use the given directory as the one containing the config files"), |
68 "use the given directory as the one containing the config files"), |
66 ("--settings=settingsDir", |
69 ("--settings=settingsDir", |
67 "use the given directory to store the settings files"), |
70 "use the given directory to store the settings files"), |