Skip to content
Snippets Groups Projects
Commit 0b2e34dc authored by Tomas Farago's avatar Tomas Farago
Browse files

[FtseriesWidget] qt4 fix: create sigScanReady instance in the widget. Fai lassociation overwise

parent e2092300
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ from tomwer.core.ftseries.ftseries import Ftseries
class FtserieWidget(Ftseries, qt.QWidget):
_sizeHint = qt.QSize(700, 600)
sigScanReady = qt.Signal(str)
def __init__(self, dir=None, parent=None):
"""Widget which read the .hdf5 generated by octave and modify it.
Then run a subprocess to call octave and run ftseries"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment