pyOMA.GUI.HelpersGUI#
Shared helper widgets and utilities for the pyOMA GUIs.
Functions
|
make qt application not crash on errors log the exception here then call the default handler |
|
Prompt for a filename (via canvas's supported filetypes) and save it. |
Classes
|
reimplementation of QDoubleSpinBox to delay the emit of the valueChanged signal by 1.5 seconds after the last change of the value this allows for a function to be directly connected to the signal without the need to check for further changes of the value else when the user clicks through the values it would emit a lot of signals and the connected funtion would run this many times note that you have to connect to valueChangedDelayed signal if you want to make use of this functionality valueChanged signal works as in QDoubleSpinBox |
|
Embeddable Matplotlib canvas widget for PyQt6 GUIs. |
closeEvent() prompts to save if self._dirty is True. |