<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2016-06-17 15:31 GMT+02:00 David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span>:<br><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"><span class="">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></span><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></div></div></blockquote><div><br></div><div>Ah, I see. Thanks for taking the time to describe. I think I'll do some experimentation.<br><br></div><div>Elvis<br> <br></div><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"><span class="HOEnZb"><font color="#888888"><div><br></div><div> - David</div><div><br></div><div><br></div></font></span></div></div></div>
</blockquote></div><br></div></div>