PyPO User Manual
GUI.ParameterForms.simpleInputWidgets.SimpleDropdown Class Reference

Implements a dropdown menu. More...

Inheritance diagram for GUI.ParameterForms.simpleInputWidgets.SimpleDropdown:

Public Member Functions

def __init__ (self, InputDescription inputDescription, dynamic=False)
 
def read (self)
 
def selectionChanged (self)
 
def currentIndex (self)
 
def clear (self)
 

Public Attributes

 inputDescription
 
 comboBox
 

Static Public Attributes

 selectionChangedSignal = Signal(int)
 

Detailed Description

Implements a dropdown menu.

Parameters
inputDescription.optionslist of strings providing the options for the dropdown.
dynamicSets "--Select item--" first option. This is used by
See also
DynamicDropdownWidget to provide a blank form by default.

The documentation for this class was generated from the following file: