Snapshot/SnapshotTimer.py

changeset 6922
b5d830bdea12
parent 6911
8f4a050c6895
equal deleted inserted replaced
6920:9ed1423d5af8 6922:b5d830bdea12
12 from PyQt5.QtCore import pyqtSignal, Qt, QTimer, QRect 12 from PyQt5.QtCore import pyqtSignal, Qt, QTimer, QRect
13 from PyQt5.QtGui import QPainter, QPalette 13 from PyQt5.QtGui import QPainter, QPalette
14 from PyQt5.QtWidgets import QWidget, QApplication, QToolTip 14 from PyQt5.QtWidgets import QWidget, QApplication, QToolTip
15 15
16 from Globals import qVersionTuple 16 from Globals import qVersionTuple
17
17 18
18 class SnapshotTimer(QWidget): 19 class SnapshotTimer(QWidget):
19 """ 20 """
20 Class implementing the snapshot timer widget. 21 Class implementing the snapshot timer widget.
21 22

eric ide

mercurial