PDA

View Full Version : QML usage



icek
5th August 2010, 17:02
Hi, I've just read some article about QML. It looks very promising to me. I looked on some examples in qtcreator snapshot and it seems easy to use. But I'm wondering whether it will be possible to use QML just as xaml in .NET, so I will define my data structures in C++, define properties etc. and then use QML to define how these data structures will display. Something like current Model/View principle.