10 # |
10 # |
11 # This module is based on the Qupzilla auto scroller. |
11 # This module is based on the Qupzilla auto scroller. |
12 # Copyright (C) 2014 David Rosca <nowrep@gmail.com> |
12 # Copyright (C) 2014 David Rosca <nowrep@gmail.com> |
13 # |
13 # |
14 |
14 |
15 from __future__ import unicode_literals |
|
16 |
15 |
17 from PyQt5.QtCore import Qt, QObject, QRect, QEvent, QPoint |
16 from PyQt5.QtCore import Qt, QObject, QRect, QEvent, QPoint |
18 from PyQt5.QtWidgets import QApplication, QLabel |
17 from PyQt5.QtWidgets import QApplication, QLabel |
19 |
18 |
20 from .FrameScroller import FrameScroller |
19 from .FrameScroller import FrameScroller |