7228:6037ddba57aa | 7229:53054eb5b15a |
---|---|
10 # | 10 # |
11 # This code was ported from QupZilla. | 11 # This code was ported from QupZilla. |
12 # Copyright (C) David Rosca <nowrep@gmail.com> | 12 # Copyright (C) David Rosca <nowrep@gmail.com> |
13 # | 13 # |
14 | 14 |
15 from __future__ import unicode_literals | |
16 | 15 |
17 from PyQt5.QtCore import QPoint, QRect, QUrl | 16 from PyQt5.QtCore import QPoint, QRect, QUrl |
18 | 17 |
19 | 18 |
20 class WebHitTestResult(object): | 19 class WebHitTestResult(object): |