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?
Asked
Active
Viewed 3,452 times
0

Nathan Campos
- 28,769
- 59
- 194
- 300
-
AJAX is just the standards for performing a `XMLHttpRequest`. – Nathan Campos Oct 17 '12 at 09:10
1 Answers
1