Re: [Interest] QtQuick Mouse operation to connect two objects

2014-05-08 Thread Michael Sué
> (the idea behind: I create a connection between both objects) Maybe you can use Drag & Drop instead. - Michael. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QtQuick Mouse operation to connect two objects

2014-05-08 Thread Rutledge Shawn
On 8 May 2014, at 9:06 AM, Andreas Cord-Landwehr wrote: > Hi, I am looking for a proper way on how to apply a mouse press-release > operation on two QtQuick objects. For simplicity, say I have two rectangles > on the QtQuick scene. Now I want to press the mouse at one of them and > release it

[Interest] QtQuick Mouse operation to connect two objects

2014-05-08 Thread Andreas Cord-Landwehr
Hi, I am looking for a proper way on how to apply a mouse press-release operation on two QtQuick objects. For simplicity, say I have two rectangles on the QtQuick scene. Now I want to press the mouse at one of them and release it at the other rectangle. By this, I want to listen to the onPressed