CompoundPye  0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
 All Classes Namespaces Functions Variables Pages
CompoundPye.src.GUI.ui_tabs Namespace Reference

This package contains several QWidgets which are integrated into the main graphical user interface MotionDetectorModel.GUI.mdm_gui.MDM_GUI as tabs. More...

Classes

class  TabOutput
 A tab (Widget) in which the user can specify the output parameters of the simulation. More...
 
class  TabSystem
 A tab (Widget) in which the user can specify several system-parameters. More...
 
class  TabSurroundings
 A tab (Widget) in which the user can specify several surroundings-parameters (dimension, size in pixel, etc.). More...
 
class  TabCircuit
 A tab (Widget) in which the user can add components and connections between components and specify several circuit-parameters. More...
 
class  TabSensors
 A tab (Widget) in which the user can add sensors and specify several sensor-parameters. More...
 

Functions

def clearLayout
 Removes and deletes all widgets from given layout. More...
 

Detailed Description

This package contains several QWidgets which are integrated into the main graphical user interface MotionDetectorModel.GUI.mdm_gui.MDM_GUI as tabs.

Author
Ilyas Kuhlemann ilyas.nosp@m.p.ku.nosp@m.@gmai.nosp@m.l.co.nosp@m.m
Date
15.01.15

Function Documentation

def CompoundPye.src.GUI.ui_tabs.clearLayout (   layout)

Removes and deletes all widgets from given layout.

COPIED FROM: http://stackoverflow.com/questions/9374063/pyqt4-remove-widgets-and-layout-as-well
USER: Avaris
DATE OF POST: Feb 21 '12 at 9:45
Parameters
layoutLayout that is to be cleared.