Bases: PyQt4.QtGui.QDialog
Generic dialog providing two lists. Items can be moved from one to the other
returns a copy the items in the first list
| Return type: | :class:~`list` <:class:~`str`> |
|---|---|
| Returns: |
returns a copy the items in the second list
| Return type: | :class:~`list` <:class:~`str`> |
|---|---|
| Returns: |
slot to be called when the “To1” button is pressed
slot to be called when the “To2” button is pressed
sets the items to be present in the first list
| Parameters: | list2 (:class:~`seq` <:class:~`str`>) – a sequence of strings |
|---|
sets the items to be present in the second list
| Parameters: | list2 (:class:~`seq` <:class:~`str`>) – a sequence of strings |
|---|