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 """ |