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 |