127 self.__mHistory = [] |
127 self.__mHistory = [] |
128 self.__lastConfigurationPageName = "" |
128 self.__lastConfigurationPageName = "" |
129 |
129 |
130 self.__isPrivate = private |
130 self.__isPrivate = private |
131 |
131 |
132 ## self.__eventMouseButtons = Qt.NoButton |
132 self.__eventMouseButtons = Qt.NoButton |
133 ## self.__eventKeyboardModifiers = Qt.NoModifier |
133 self.__eventKeyboardModifiers = Qt.NoModifier |
134 ## |
134 |
135 if self.__initShortcutsOnly: |
135 if self.__initShortcutsOnly: |
136 self.__initActions() |
136 self.__initActions() |
137 else: |
137 else: |
138 if self.isPrivate(): |
138 if self.isPrivate(): |
139 self.__webProfile = QWebEngineProfile(self) |
139 self.__webProfile = QWebEngineProfile(self) |