eric6/eric6_plugininstall.py

changeset 7380
c99320e859ca
parent 7360
9190402e4505
child 7781
607a6098cb44
equal deleted inserted replaced
7378:e44a53a41b5d 7380:c99320e859ca
50 50
51 def main(): 51 def main():
52 """ 52 """
53 Main entry point into the application. 53 Main entry point into the application.
54 """ 54 """
55 from PyQt5.QtGui import QGuiApplication
56 QGuiApplication.setDesktopFileName("eric6_plugininstall.desktop")
57
55 options = [ 58 options = [
56 ("--config=configDir", 59 ("--config=configDir",
57 "use the given directory as the one containing the config files"), 60 "use the given directory as the one containing the config files"),
58 ("--settings=settingsDir", 61 ("--settings=settingsDir",
59 "use the given directory to store the settings files"), 62 "use the given directory to store the settings files"),

eric ide

mercurial