Demo (solved)
-
-
Hi,
-For weather info you could use this API: http://www.worldweatheronline.com/free-weather-feed.aspx and show it in some labels.
-For digital time: there's a widget in qt to do that, so you can get system time using QTime, and refreshing it using a Qtimer every second connected to an specific slot with your update routine.
-For video: http://qt-project.org/doc/qt-5/multimedia-examples.html here you have a lot of examples.
Best Regards,
German Zapata Segura