> From: Alexander Ivash > Sent: 20. januar 2015 19:32 > To: [email protected] > Subject: [Interest] Qt Quick UI Forms & item views: best practices
> MouseArea {
> onClicked: root.onClicked(root.model.get(index)); /// this line makes
> QtCreator unhappy :(
> }
Shouldn’t that be root.itemClicked(root.model.get(index)); ?
-Even
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest
