Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
630714f8
Commit
630714f8
authored
Jul 09, 2015
by
eric pellegrini
Browse files
small change in configurator
parent
33756860
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/App/GUI/Framework/Widgets/OutputFilesWidget.py
View file @
630714f8
...
@@ -43,10 +43,6 @@ from MDANSE.App.GUI.Framework.Widgets.IWidget import IWidget
...
@@ -43,10 +43,6 @@ from MDANSE.App.GUI.Framework.Widgets.IWidget import IWidget
class
OutputFilesWidget
(
IWidget
):
class
OutputFilesWidget
(
IWidget
):
type
=
"output_files"
type
=
"output_files"
def
initialize
(
self
):
self
.
_availableFormats
=
self
.
configurator
.
formats
def
add_widgets
(
self
):
def
add_widgets
(
self
):
...
@@ -63,7 +59,7 @@ class OutputFilesWidget(IWidget):
...
@@ -63,7 +59,7 @@ class OutputFilesWidget(IWidget):
self
.
_formats
=
wx
.
combo
.
ComboCtrl
(
self
.
_widgetPanel
,
value
=
"output formats"
,
style
=
wx
.
CB_READONLY
)
self
.
_formats
=
wx
.
combo
.
ComboCtrl
(
self
.
_widgetPanel
,
value
=
"output formats"
,
style
=
wx
.
CB_READONLY
)
tcp
=
ComboCheckbox
(
self
.
_
availableF
ormats
)
tcp
=
ComboCheckbox
(
self
.
_
configurator
.
f
ormats
)
self
.
_formats
.
SetPopupControl
(
tcp
)
self
.
_formats
.
SetPopupControl
(
tcp
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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