89 self.__membersBoundaries = {} |
89 self.__membersBoundaries = {} |
90 |
90 |
91 self.__activateOutline(self.__showOutline) |
91 self.__activateOutline(self.__showOutline) |
92 self.__activateCombos(not self.__showOutline) |
92 self.__activateCombos(not self.__showOutline) |
93 |
93 |
94 e5App().getObject("UserInterface").preferencesChanged.connect( |
94 ericApp().getObject("UserInterface").preferencesChanged.connect( |
95 self.__preferencesChanged) |
95 self.__preferencesChanged) |
96 |
96 |
97 def shutdownTimer(self): |
97 def shutdownTimer(self): |
98 """ |
98 """ |
99 Public method to stop and disconnect the timer. |
99 Public method to stop and disconnect the timer. |