9 |
9 |
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 |
|
15 |
14 |
16 from PyQt5.QtCore import Qt, QObject, QRect, QEvent, QPoint |
15 from PyQt5.QtCore import Qt, QObject, QRect, QEvent, QPoint |
17 from PyQt5.QtWidgets import QApplication, QLabel |
16 from PyQt5.QtWidgets import QApplication, QLabel |
18 |
17 |
19 from .FrameScroller import FrameScroller |
18 from .FrameScroller import FrameScroller |