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"), |