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 PyQt5.QtCore import Qt, QObject, QRect, QEvent, QPoint |
15 from PyQt6.QtCore import Qt, QObject, QRect, QEvent, QPoint |
16 from PyQt5.QtWidgets import QApplication, QLabel |
16 from PyQt6.QtWidgets import QApplication, QLabel |
17 |
17 |
18 from .FrameScroller import FrameScroller |
18 from .FrameScroller import FrameScroller |
19 |
19 |
20 import Preferences |
20 import Preferences |
21 import UI.PixmapCache |
21 import UI.PixmapCache |