Implements a widget for 'many of many' type selection. More...
Public Member Functions | |
| def | __init__ (self, InputDescription inputDescription) |
| def | addItem (self, x) |
| def | removeItem (self, x) |
| def | clear (self) |
| def | read (self) |
Public Attributes | |
| inputDescription | |
| layout | |
| selectedElements | |
| selectedList | |
| make list | |
| deselectedList | |
Implements a widget for 'many of many' type selection.
User can select an option from a dropdown and it will appear in a listView. By clicking on an option in the listView it will disappear and return to the dropdown.
| inputDescription.option | List of options. |