selectorDialog¶
-
class
ChiantiPy.Gui.gui_qt.selectorDialog(items, label=None, parent=None)[source] [edit on github]¶ Bases:
PyQt4.QtGui.QDialogMake a single or multiple selection from a list of items.
expects the input of an array of items, will select one or more
Methods Summary
accept()reject()Methods Documentation
-
accept()[source] [edit on github]¶
-
reject()[source] [edit on github]¶
-