eric6/eric6_sqlbrowser.py

changeset 7380
c99320e859ca
parent 7360
9190402e4505
child 7781
607a6098cb44
equal deleted inserted replaced
7378:e44a53a41b5d 7380:c99320e859ca
57 57
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
63 QGuiApplication.setDesktopFileName("eric6_sqlbrowser.desktop")
64
62 options = [ 65 options = [
63 ("--config=configDir", 66 ("--config=configDir",
64 "use the given directory as the one containing the config files"), 67 "use the given directory as the one containing the config files"),
65 ("--settings=settingsDir", 68 ("--settings=settingsDir",
66 "use the given directory to store the settings files"), 69 "use the given directory to store the settings files"),

eric ide

mercurial