Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
339fcf65
Commit
339fcf65
authored
Sep 22, 2015
by
eric pellegrini
Browse files
Updated the Main frame with the change in API
parent
84e9135e
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/GUI/MainFrame.py
View file @
339fcf65
...
...
@@ -292,7 +292,9 @@ or directly to the MDANSE mailing list:
f
=
RegistryViewer
(
self
)
f
.
Show
()
f
.
ShowModal
()
f
.
Destroy
()
def
on_open_api
(
self
,
event
):
...
...
@@ -330,7 +332,8 @@ or directly to the MDANSE mailing list:
from
MDANSE.GUI.UserDefinitionViewer
import
UserDefinitionViewer
f
=
UserDefinitionViewer
(
self
)
f
.
Show
()
f
.
ShowModal
()
f
.
Destroy
()
def
on_open_converter
(
self
,
event
):
...
...
@@ -370,9 +373,9 @@ or directly to the MDANSE mailing list:
def
on_set_preferences
(
self
,
event
):
from
MDANSE.GUI.PreferencesSettings
Dialog
import
PreferencesSettings
Dialog
from
MDANSE.GUI.PreferencesSettings
import
PreferencesSettings
d
=
PreferencesSettings
Dialog
(
self
)
d
=
PreferencesSettings
(
self
)
d
.
ShowModal
()
...
...
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