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