سؤال

I am developing a client-side application, and I want to communicate with a server. Which requests are there? Which one is the best way?

I am using Qt and I want solution for QML.

هل كانت مفيدة؟

المحلول

QML provides a partial implementation of XMLHttpRequest: http://doc.qt.nokia.com/4.7/qdeclarativeglobalobject.html

If this is not sufficient, you can write an extension to use Qt's C++ network classes instead.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top