QML Drag&放入网格

时间:2017-08-31 07:53:10

标签: drag-and-drop qml

我有一个项目(一个矩形),可以在网格的不同位置移动(参见下面的代码)。

决定矩形是在一个单元格还是另一个单元格中的参考是矩形的左上角(x = 0; y = 0)。我希望引用是矩形的中心。有什么想法吗?

找到以下代码:

Session["Product_ID"] = Product_ID; 
Session["Product_Name"] = Product_Name;
Session["Product_Price"] = Product_Price; Response.Redirect("PaymentGateway.aspx");

drag and drop reference

1 个答案:

答案 0 :(得分:2)

You have the Drag-attached property, which has the hotSpot - PointF类型的属性将js变量传递给本机模式。

将此属性设置为Qt.point(width / 2, height / 2)