WebBrowser/Tools/WebHitTestResult.py

changeset 4917
682750cc7bd5
parent 4728
0367675d783d
child 4925
6534062014dc
equal deleted inserted replaced
4915:8081031061a2 4917:682750cc7bd5
13 # 13 #
14 14
15 from __future__ import unicode_literals 15 from __future__ import unicode_literals
16 16
17 from PyQt5.QtCore import QPoint, QRect, QUrl 17 from PyQt5.QtCore import QPoint, QRect, QUrl
18
18 19
19 class WebHitTestResult(object): 20 class WebHitTestResult(object):
20 """ 21 """
21 Class implementing an object for testing certain aspects of a web page. 22 Class implementing an object for testing certain aspects of a web page.
22 """ 23 """

eric ide

mercurial