forked from IPKM/nmreval
begin work on gui
This commit is contained in:
8
src/gui_qt/dsc/glass_dialog.py
Normal file
8
src/gui_qt/dsc/glass_dialog.py
Normal file
@ -0,0 +1,8 @@
|
||||
from ..Qt import QtWidgets
|
||||
|
||||
|
||||
class TgCalculator(QtWidgets.QDialog):
|
||||
def __init__(self, parent=None):
|
||||
super().__init__(parent=parent)
|
||||
|
||||
|
Reference in New Issue
Block a user