E5Gui/E5Application.py

changeset 1131
7781e396c903
parent 945
8cd4d08fa9f6
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1130:3e9f0330f833 1131:7781e396c903
19 """ 19 """
20 Constructor 20 Constructor
21 21
22 @param argv command line arguments 22 @param argv command line arguments
23 """ 23 """
24 QApplication.__init__(self, argv) 24 super().__init__(argv)
25 25
26 self.__objectRegistry = {} 26 self.__objectRegistry = {}
27 self.__pluginObjectRegistry = {} 27 self.__pluginObjectRegistry = {}
28 28
29 def registerObject(self, name, object): 29 def registerObject(self, name, object):

eric ide

mercurial