choice2Dialog¶
-
class
ChiantiPy.Gui.gui_qt.
choice2Dialog
(items, label=None, parent=None)[source] [edit on github]¶ Bases:
PyQt4.QtGui.QDialog
Make a single or multiple selection from a list of items and another single or multiple selection from the same list.
Useful for picking numerators and denominators.
expects the input of an array of items, will select one or more from both widgets.
Methods Summary
accept
()reject
()Methods Documentation
-
accept
()[source] [edit on github]¶
-
reject
()[source] [edit on github]¶
-