PDA

View Full Version : what will c++ developer benifit from qml?



hashb
22nd April 2012, 15:58
sometimes GUI design is boring and frustrating work,
QML seems can improve this situation, but it seems we also need to use javascript if we want to manipulate the items in QML
can we use only c++ and QML instead of javascript?

wysota
23rd April 2012, 12:01
I think you will (almost) always need a bit of javascript to glue C++ and QML together. The logic of the application can be implemented in C++ though.