1
0
forked from IPKM/nmreval

begin work on gui

This commit is contained in:
Dominik Demuth
2023-05-23 19:23:13 +02:00
parent 685b9d2316
commit 09e415babf
3 changed files with 15 additions and 8 deletions

View File

@ -0,0 +1,8 @@
from ..Qt import QtWidgets
class TgCalculator(QtWidgets.QDialog):
def __init__(self, parent=None):
super().__init__(parent=parent)