Open Bachibouzouk opened 6 years ago
It would be nice to have more refined callbacks for the DashDaq components, and to have click for all of them.
click
Some ideas :
release
double_click
pressed
changed_ui
changed_programatically
More ideas can be found in PyQt4/5 QtCore
Maybe this is what the SetProps attribute is for?
SetProps
It would be nice to have more refined callbacks for the DashDaq components, and to have
click
for all of them.Some ideas :
release
(likeclick
but only fires when the mouse is released)double_click
pressed
(likeclick
but only when the mouse is pressed)changed_ui
vschanged_programatically
to distinguish between user input or other callbacksMore ideas can be found in PyQt4/5 QtCore
Maybe this is what the
SetProps
attribute is for?