PDA

View Full Version : weather application for qt project



rapid84
18th January 2016, 17:13
Hi,
I want to import a weather information application into my ui project, but i am not sure how to do it. I just want to show the weather condition of my living city. What are your advices for this?

d_stranz
18th January 2016, 19:46
What are your advices for this?

Find a weather information server that exposes an API, and use that API to query the server for the weather information for your city. Parse the information returned from the server and display it in your app. There might be something in the networking examples here (http://doc.qt.io/qt-5/qtexamplesandtutorials.html) to help you.