[Interest] QtQuickControls Slider and multitouch

Rutledge Shawn Shawn.Rutledge at theqtcompany.com
Thu Dec 18 11:57:14 CET 2014


On 18 Dec 2014, at 10:16, Nuno Santos <nunosantos at imaginando.pt> wrote:

> Shawn,
> 
> If you mean using a MultiPointTouchArea to implement a custom slider, that was what I have already done and it works.
> 
> But, let me understand if I missed something:
> 
> Is there anyway of using QtQuickControls Slider with MultiPointTouchArea? 

You can copy and modify it, but that’s basically the same as having your own custom slider, as long as you keep the API compatible between the two.  It is BSD licensed so that you can do that.  Then it will be easy to simply remove your copy from a later version of your app, assuming we add multi-point touch support to the slider in Controls later on.




More information about the Interest mailing list