src/eric7/Snapshot/SnapshotTimer.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9221
bf71ee032bb4
child 9482
a2bc06a54d9d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
5 5
6 """ 6 """
7 Module implementing the snapshot timer widget. 7 Module implementing the snapshot timer widget.
8 """ 8 """
9 9
10 from PyQt6.QtCore import pyqtSignal, Qt, QTimer, QRect 10 from PyQt6.QtCore import QRect, Qt, QTimer, pyqtSignal
11 from PyQt6.QtGui import QPainter, QPalette 11 from PyQt6.QtGui import QPainter, QPalette
12 from PyQt6.QtWidgets import QWidget, QApplication, QToolTip 12 from PyQt6.QtWidgets import QApplication, QToolTip, QWidget
13 13
14 14
15 class SnapshotTimer(QWidget): 15 class SnapshotTimer(QWidget):
16 """ 16 """
17 Class implementing the snapshot timer widget. 17 Class implementing the snapshot timer widget.

eric ide

mercurial