eric6/eric6_hexeditor.py

changeset 7380
c99320e859ca
parent 7360
9190402e4505
child 7781
607a6098cb44
equal deleted inserted replaced
7378:e44a53a41b5d 7380:c99320e859ca
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"),

eric ide

mercurial