eric6/WebBrowser/AutoScroll/AutoScroller.py

changeset 7229
53054eb5b15a
parent 6942
2602857055c5
child 7360
9190402e4505
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
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

eric ide

mercurial