eric7/eric7_sqlbrowser.py

branch
eric7
changeset 8314
e3642a6a1e71
parent 8312
800c432b34c8
child 8318
962bce857696
equal deleted inserted replaced
8313:dac33c7fce07 8314:e3642a6a1e71
54 def main(): 54 def main():
55 """ 55 """
56 Main entry point into the application. 56 Main entry point into the application.
57 """ 57 """
58 from PyQt5.QtGui import QGuiApplication 58 from PyQt5.QtGui import QGuiApplication
59 QGuiApplication.setDesktopFileName("eric6_sqlbrowser.desktop") 59 QGuiApplication.setDesktopFileName("eric7_sqlbrowser.desktop")
60 60
61 options = [ 61 options = [
62 ("--config=configDir", 62 ("--config=configDir",
63 "use the given directory as the one containing the config files"), 63 "use the given directory as the one containing the config files"),
64 ("--settings=settingsDir", 64 ("--settings=settingsDir",

eric ide

mercurial