Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
i am working with a share point REST web service and was wondering if there are any examples of linking with these using Qt 5
There is no built-in module for handling web services in Qt. You can implement your own solution using QNetworkAccessManager, or use external projects like gSOAP, kd-soap or QtWebService.