ChiantiPy.Gui.gui_qt5 package¶
Submodules¶
ChiantiPy.Gui.gui_qt5.gui module¶
PyQt5 widget selection dialogs
-
class
ChiantiPy.Gui.gui_qt5.gui.
choice2Dialog
(items, label=None, parent=None, multi=True)¶ Bases:
PyQt5.QtWidgets.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.
-
accept
(self)¶
-
reject
(self)¶
-
ChiantiPy.Gui.gui_qt5.ui module¶
Module contents¶
PyQt5 selection dialog widgets