Re: [Interest] QtQuickControls Slider and multitouch

2014-12-18 Thread Rutledge Shawn
On 17 Dec 2014, at 17:02, Nuno Santos nunosan...@imaginando.pt wrote: Hi Shawn, First of all thanks for your reply. As far as I understood, there are a couple of patches ready to integrate and I could probably integrate them myself on my current Qt. If that is correct, I really don’t

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-18 Thread Nuno Santos
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? Regards, Nuno On 18 Dec 2014, at 09:10,

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-18 Thread Rutledge Shawn
On 18 Dec 2014, at 10:16, Nuno Santos nunosan...@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

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-18 Thread Nuno Santos
Shawn, Great! Thanks One last question. Where can I find the source of the original Slider from QtQuickControls? I have looked on Src/qtdeclarative but couldn’t find it. Regards, Nuno On 18 Dec 2014, at 10:57, Rutledge Shawn shawn.rutle...@theqtcompany.com wrote: On 18 Dec 2014, at

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-18 Thread Nuno Santos
Forget it! I found it! :) ./qtquickcontrols/src/controls/Slider.qml On 18 Dec 2014, at 10:57, Rutledge Shawn shawn.rutle...@theqtcompany.com wrote: On 18 Dec 2014, at 10:16, Nuno Santos nunosan...@imaginando.pt wrote: Shawn, If you mean using a MultiPointTouchArea to implement a

[Interest] QtQuickControls Slider and multitouch

2014-12-17 Thread Nuno Santos
Hi, I have just stumble on the lack of multitouch support for the Slider element in Quick Controls. I can’t interact with more than one slider at once using the Slider element. I had my own version of Slider using a Multitouch area and it was working great. I have now switch to Slider from

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-17 Thread Rutledge Shawn
On 17 Dec 2014, at 12:35, Nuno Santos nunosan...@imaginando.pt wrote: Hi, I have just stumble on the lack of multitouch support for the Slider element in Quick Controls. I can’t interact with more than one slider at once using the Slider element. I had my own version of Slider using

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-17 Thread Nuno Santos
Hi Shawn, First of all thanks for your reply. As far as I understood, there are a couple of patches ready to integrate and I could probably integrate them myself on my current Qt. If that is correct, I really don’t want to change my default Qt behaviour because, otherwise I would need to