<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jun 17, 2016 at 7:15 AM, Elvis Stansvik <span dir="ltr"><<a href="mailto:elvis.stansvik@orexplore.com" target="_blank">elvis.stansvik@orexplore.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>When you say "interaction bindings", do you mean like a pluggable event handler that you can set on your QWidget subclass, to handle your custom events?</div></div></div></div></blockquote><div><br></div><div>widget.bind(eventDescriptor,  observerMethod, modifierFlags)</div><div><br></div><div>where "eventDescriptor" describes the characteristics of the event to be captured, "observerMethod" is the method that will receive the event, and "modifierFlags" is for other details, e.g. whether to dispatch during the capture phase or the bubble phase, whether this binding should override existing bindings, etc.</div><div><br></div><div> - David</div><div><br></div><div><br></div></div></div></div>