CompoundPye
0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
|
A tab (Widget) in which the user can add components and connections between components and specify several circuit-parameters. More...
Inherits QWidget.
Public Member Functions | |
def | __init__ |
Initializes a TabCircuit-object. More... | |
def | initUI |
Initializes all Widgets (labels,buttons,etc.) that are shown in this tab. More... | |
def | do_load |
Pops up a file dialog for the user to load a circuit-file (text-file). More... | |
def | do_save |
Pops up a file dialog for the user to save the current content of the editor to a circuit-file (text-file). More... | |
A tab (Widget) in which the user can add components and connections between components and specify several circuit-parameters.
def CompoundPye.src.GUI.ui_tabs.TabCircuit.__init__ | ( | self, | |
parent | |||
) |
Initializes a TabCircuit-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.TabCircuit.do_load | ( | self | ) |
Pops up a file dialog for the user to load a circuit-file (text-file).
def CompoundPye.src.GUI.ui_tabs.TabCircuit.do_save | ( | self | ) |
Pops up a file dialog for the user to save the current content of the editor to a circuit-file (text-file).
def CompoundPye.src.GUI.ui_tabs.TabCircuit.initUI | ( | self | ) |
Initializes all Widgets (labels,buttons,etc.) that are shown in this tab.