Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
I'd like to block signals temporarily on some UI elements.
It seems I need to block signals on every object that is within the widget I want disabled.
It would be nice to have an overload of QObject::blockSignals and QSignalBlocker that can recursively block signals on an object and all its children, so hat I can simply block them form the top-level widget that the children belong to.
Cheers