eric6/WebBrowser/AutoScroll/AutoScroller.py

changeset 7781
607a6098cb44
parent 7533
88261c96484b
child 7923
91e843545d9a
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
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

eric ide

mercurial