aboutsummaryrefslogtreecommitdiff
path: root/eitControl.py
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2021-06-15 18:26:00 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2021-06-15 18:26:00 -0400
commit7084ce4538dcd9977ba6df0c48b7022270cee538 (patch)
treec03e719467d16176935dcd246c7912c1f2bfec87 /eitControl.py
parent82f11d25baa24ec6efc84e3e36ae155d3eeda122 (diff)
downloadqolab-7084ce4538dcd9977ba6df0c48b7022270cee538.tar.gz
qolab-7084ce4538dcd9977ba6df0c48b7022270cee538.zip
moved gui to the end of __init__
Diffstat (limited to 'eitControl.py')
-rw-r--r--eitControl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/eitControl.py b/eitControl.py
index 8bd9a61..d1a967b 100644
--- a/eitControl.py
+++ b/eitControl.py
@@ -57,6 +57,7 @@ class Experiment:
self.hardwareSetup(args)
# now we ready to do gui
+ self.guiSetup(root)
self.guiSweeper.cmdStart()