[Interest] Qt Quick UI Forms & item views: best practices
Kristoffersen, Even (NO14)
Even.Kristoffersen at Honeywell.com
Wed Jan 21 08:16:28 CET 2015
> From: Alexander Ivash
> Sent: 20. januar 2015 19:32
> To: interest at qt-project.org
> 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
More information about the Interest
mailing list