02-08-2017, 08:54 AM
Is it possible to execute code when a button in a QM dialog is:
- right clicked (double also possible?)
- double clicked
- middle click (double also possible?)
Just like the event "BN_CLICKED" (when clicking on the lightning-bolt icon when a button is selected in the dialog editor), but now for the above mentioned events.
I tried "WM_RBUTTONDBLCLK" but it does not work for buttons.
It might have been covered in an older topic, but could not find it through search.
- right clicked (double also possible?)
- double clicked
- middle click (double also possible?)
Just like the event "BN_CLICKED" (when clicking on the lightning-bolt icon when a button is selected in the dialog editor), but now for the above mentioned events.
I tried "WM_RBUTTONDBLCLK" but it does not work for buttons.
It might have been covered in an older topic, but could not find it through search.