eric6/eric6_qregexp.py

changeset 7380
c99320e859ca
parent 7360
9190402e4505
child 7775
4a1db75550bd
equal deleted inserted replaced
7378:e44a53a41b5d 7380:c99320e859ca
53 53
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
59 QGuiApplication.setDesktopFileName("eric6_qregexp.desktop")
60
58 options = [ 61 options = [
59 ("--config=configDir", 62 ("--config=configDir",
60 "use the given directory as the one containing the config files"), 63 "use the given directory as the one containing the config files"),
61 ("--settings=settingsDir", 64 ("--settings=settingsDir",
62 "use the given directory to store the settings files"), 65 "use the given directory to store the settings files"),

eric ide

mercurial