CompoundPye
0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
|
A tab (Widget) in which the user can specify the output parameters of the simulation. More...
Inherits QWidget.
Public Member Functions | |
def | __init__ |
Initializes a TabOutput-object. More... | |
def | init_UI |
Initializes all Widgets (labels,buttons,etc.) that are shown in this tab. More... | |
def | set_value |
Sets the value for the given key in the parent GUI's values-dictionary. More... | |
def | choose_dir |
Calls a file dialog to let the user specify an output directory. More... | |
A tab (Widget) in which the user can specify the output parameters of the simulation.
def CompoundPye.src.GUI.ui_tabs.TabOutput.__init__ | ( | self, | |
parent | |||
) |
Initializes a TabOutput-object.
parent | Requires the parent MDM_GUI-object as parameter to access its dictionary in which all parameters are stored. |
def CompoundPye.src.GUI.ui_tabs.TabOutput.choose_dir | ( | self | ) |
Calls a file dialog to let the user specify an output directory.
def CompoundPye.src.GUI.ui_tabs.TabOutput.init_UI | ( | self | ) |
Initializes all Widgets (labels,buttons,etc.) that are shown in this tab.
def CompoundPye.src.GUI.ui_tabs.TabOutput.set_value | ( | self, | |
key, | |||
value | |||
) |
Sets the value for the given key in the parent GUI's values-dictionary.
key | Key of the value that is to be changed. |
value | New value for the given key. |