eric6/WebBrowser/AutoScroll/FrameScroller.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 frame scroller. 11 # This module is based on the Qupzilla frame 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 import math 16 import math
18 17
19 from PyQt5.QtCore import pyqtSlot, QObject, QTimer 18 from PyQt5.QtCore import pyqtSlot, QObject, QTimer
20 19

eric ide

mercurial