yaq-project / qtypes

Build Python Qt graphical user interfaces out of simple type objects.
GNU Lesser General Public License v3.0
0 stars 2 forks source link

Add a supress callbacks context manager to allow grouping changes #30

Closed ksunden closed 2 years ago

ksunden commented 2 years ago

Closes #29

ksunden commented 2 years ago

This may need adjustment for thread safety concerns... perhaps using a semaphore or thread local variable (depends on if we want suppression to affect all threads or just the thread that requested the suppression)