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
Timothy Ronald Holbrook
FishImager
Commits
74de407f
Commit
74de407f
authored
Nov 20, 2020
by
Timothy Ronald Holbrook
Browse files
Update FISHIMAGER.py
parent
d891f8c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
FISHIMAGER.py
View file @
74de407f
...
...
@@ -539,12 +539,9 @@ class Ui_MainWindow(object):
self
.
actionimage_viewer
.
setObjectName
(
"actionimage_viewer"
)
self
.
actionsave
=
QtWidgets
.
QAction
(
MainWindow
)
self
.
actionsave
.
setObjectName
(
"actionsave"
)
self
.
actionTof_data_loader
=
QtWidgets
.
QAction
(
MainWindow
)
self
.
actionTof_data_loader
.
setObjectName
(
"actionTof_data_loader"
)
self
.
menuFile
.
addAction
(
self
.
actionExit
)
self
.
menutools
.
addAction
(
self
.
actiontable_viewer
)
self
.
menutools
.
addAction
(
self
.
actionimage_viewer
)
self
.
menutools
.
addAction
(
self
.
actionTof_data_loader
)
self
.
menuhelp
.
addAction
(
self
.
actionread_me
)
self
.
menuhelp
.
addAction
(
self
.
actiondocumentation
)
self
.
menuhelp
.
addAction
(
self
.
actionabout
)
...
...
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