| 1 | from PyQt5.QtCore import QDateTime, Qt, QTimer |
| 2 | from PyQt5.QtWidgets import (QApplication, QCheckBox, QComboBox, QDateTimeEdit, |
| 3 | QDial, QDialog, QGridLayout, QGroupBox, QHBoxLayout, QLabel, QLineEdit, |
| 4 | QProgressBar, QPushButton, QRadioButton, QScrollBar, QSizePolicy, |
nothing calls this directly
no test coverage detected