Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Demo (solved)
Forum Update on Monday, May 27th 2025

Demo (solved)

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 626 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    houmingc
    wrote on last edited by
    #1

    I need to create one column video(media application given by user), 2rd column 1st row weather info, 2rd column 2rd row digital time and last row flights info.

    is there such similar demo? Need to know qt capability before developer dives deep into it

    1 Reply Last reply
    0
    • B Offline
      B Offline
      bladice
      wrote on last edited by
      #2

      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

      For some reason, non technical people use to think that every thing with buttons can be fixed by a programmer…

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved