summaryrefslogtreecommitdiff
path: root/DockWidgets/DistillationColumnStagewiseResults.py
diff options
context:
space:
mode:
Diffstat (limited to 'DockWidgets/DistillationColumnStagewiseResults.py')
-rw-r--r--DockWidgets/DistillationColumnStagewiseResults.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/DockWidgets/DistillationColumnStagewiseResults.py b/DockWidgets/DistillationColumnStagewiseResults.py
new file mode 100644
index 0000000..ed6fa8d
--- /dev/null
+++ b/DockWidgets/DistillationColumnStagewiseResults.py
@@ -0,0 +1,14 @@
+import os, sys
+
+from PyQt5.uic import loadUiType
+from PyQt5.QtWidgets import QWidget
+
+ui_dialog,_ = loadUiType('DockWidgets/DistillationColumnStagewiseResults.ui')
+
+
+class DistillationColumnStagewiseResults(QWidget,ui_dialog):
+
+ def __init__(self, parent=None):
+ QWidget.__init__(self, parent)
+ self.setupUi(self)
+ # self.setWindowTitle(self.parent.obj.name)