0

I'm thinking about using Qt Quick to build desktop applications, since it looks more friendly for someone like me that is coming from web development using node.js, but is it possible to do AJAX and populate controls like a GridView only using QML?

Nathan Campos
  • 28,769
  • 59
  • 194
  • 300

1 Answers1

1

Is this what you are after:

http://qt-project.org/doc/qt-4.8/declarative-xml-xmlhttprequest-xmlhttprequest-example-qml.html

Or, for Qt5:

http://qt-project.org/doc/qt-5.1/qtqml/qtqml-javascript-qmlglobalobject.html

Community
  • 1
  • 1
hyde
  • 60,639
  • 21
  • 115
  • 176