111 self.__rwhvqt = self.focusProxy() |
111 self.__rwhvqt = self.focusProxy() |
112 if self.__rwhvqt: |
112 if self.__rwhvqt: |
113 self.__rwhvqt.grabGesture(Qt.GestureType.PinchGesture) |
113 self.__rwhvqt.grabGesture(Qt.GestureType.PinchGesture) |
114 self.__rwhvqt.installEventFilter(self) |
114 self.__rwhvqt.installEventFilter(self) |
115 else: |
115 else: |
116 print("Focus proxy is null!") # __IGNORE_WARNING_M801__ |
116 print("Focus proxy is null!") # __IGNORE_WARNING_M-801__ |
117 |
117 |
118 def setLink(self, url): |
118 def setLink(self, url): |
119 """ |
119 """ |
120 Public method to set the URL of the document to be shown. |
120 Public method to set the URL of the document to be shown. |
121 |
121 |