quicknxs.ui package
Qt UI files.
Submodules
quicknxs.ui.binningtype_combobox module
- class quicknxs.ui.binningtype_combobox.BinningTypeSelection(on_change_handler=None, row=None, parent=None)[source]
Bases:
QComboBoxCombo box for binning types.
Initialize the BinningTypeSelection combo box.
- Parameters:
on_change_handler (Optional[Callable]) – A function to be called when the selection changes. It should accept two arguments: the new index and the row identifier.
row (Optional[int]) – An identifier for the row associated with this combo box, useful when the combo box is used in a table or list context.
parent (Optional[QWidget]) – The parent widget.
quicknxs.ui.compare_plots module
- class quicknxs.ui.compare_plots.CompareDialog(*args, **kwargs)[source]
Bases:
QDialogA simple dialog window with a CompareWidget.