QDoubleListDlg
¶
-
class
QDoubleListDlg
(parent=None, designMode=False, winTitle='', mainLabel='', label1='', label2='', list1=None, list2=None)[source]¶ Bases:
PyQt4.QtGui.QDialog
Generic dialog providing two lists. Items can be moved from one to the other
-
getAll1
()[source]¶ returns a copy the items in the first list
Return type: :class:~`list` <:class:~`str`> Returns:
-
getAll2
()[source]¶ returns a copy the items in the second list
Return type: :class:~`list` <:class:~`str`> Returns:
-
loadUi
(filename=None, path=None)¶
-