nmreval/src/gui_qt/dsc/glass_dialog.py

9 lines
147 B
Python
Raw Normal View History

2023-05-23 17:23:13 +00:00
from ..Qt import QtWidgets
class TgCalculator(QtWidgets.QDialog):
def __init__(self, parent=None):
super().__init__(parent=parent)