src/eric7/HelpViewer/HelpViewerImplQWE.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
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

eric ide

mercurial