Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tomotools
tomwer
Commits
0b2e34dc
Commit
0b2e34dc
authored
Mar 12, 2019
by
Tomas Farago
Browse files
[FtseriesWidget] qt4 fix: create sigScanReady instance in the widget. Fai lassociation overwise
parent
e2092300
Changes
1
Hide whitespace changes
Inline
Side-by-side
tomwer/gui/ftserie/__init__.py
View file @
0b2e34dc
...
@@ -41,6 +41,8 @@ from tomwer.core.ftseries.ftseries import Ftseries
...
@@ -41,6 +41,8 @@ from tomwer.core.ftseries.ftseries import Ftseries
class
FtserieWidget
(
Ftseries
,
qt
.
QWidget
):
class
FtserieWidget
(
Ftseries
,
qt
.
QWidget
):
_sizeHint
=
qt
.
QSize
(
700
,
600
)
_sizeHint
=
qt
.
QSize
(
700
,
600
)
sigScanReady
=
qt
.
Signal
(
str
)
def
__init__
(
self
,
dir
=
None
,
parent
=
None
):
def
__init__
(
self
,
dir
=
None
,
parent
=
None
):
"""Widget which read the .hdf5 generated by octave and modify it.
"""Widget which read the .hdf5 generated by octave and modify it.
Then run a subprocess to call octave and run ftseries"""
Then run a subprocess to call octave and run ftseries"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment