CompoundPye
0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
|
MDM_GUI is QtGui.QWidget which serves as frame for all the smaller widgets of the GUI (tabs and editors). More...
Inherits QWidget.
Public Member Functions | |
def | __init__ |
Initializes a MDM_GUI-object. More... | |
def | initUI |
Initializes the graphical Qt-objects of the GUI; this function is called automatically when a new Main_GUI-object is initialized. More... | |
def | center |
Function to put the GUI's window at the center of the screen (is called upon initialization). More... | |
def | closeEvent |
Pops up a dialog-window when the user wants to close the GUI's window. More... | |
Public Attributes | |
tab_list | |
holds all the tabs of the GUI. More... | |
MDM_GUI is QtGui.QWidget which serves as frame for all the smaller widgets of the GUI (tabs and editors).
It stores the values and parameters the user specified in the GUI. Most of the values get saved as defaults for the next session, only circuits and sensors need to be safed separately in text-files.
def CompoundPye.src.GUI.main_gui.Main_GUI.__init__ | ( | self, | |
parent_RunGUI | |||
) |
Initializes a MDM_GUI-object.
parent_RunGUI | Needs to be initiated with the parent RunGUI-object which holds this MDM_GUI-object. |
def CompoundPye.src.GUI.main_gui.Main_GUI.center | ( | self | ) |
Function to put the GUI's window at the center of the screen (is called upon initialization).
def CompoundPye.src.GUI.main_gui.Main_GUI.closeEvent | ( | self, | |
event | |||
) |
Pops up a dialog-window when the user wants to close the GUI's window.
def CompoundPye.src.GUI.main_gui.Main_GUI.initUI | ( | self | ) |
Initializes the graphical Qt-objects of the GUI; this function is called automatically when a new Main_GUI-object is initialized.
CompoundPye.src.GUI.main_gui.Main_GUI.tab_list |
holds all the tabs of the GUI.