Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to do a clock
Qt 6.11 is out! See what's new in the release blog

How to do a clock

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 5 Posters 3.1k Views 1 Watching
  • 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.
  • S Offline
    S Offline
    spode
    wrote on last edited by
    #1

    how to do a digital clock, in which time is upgraded every minute?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DenisKormalev
      wrote on last edited by
      #2

      Can you elaborate? In short you need to use QLabel + QDateTime + QTimer, it will help you :)

      1 Reply Last reply
      0
      • H Offline
        H Offline
        HuXiKa
        wrote on last edited by
        #3

        "QLCDNumber?":http://doc.qt.nokia.com/latest/qlcdnumber.html

        If you can find faults of spelling in the text above, you can keep them.

        1 Reply Last reply
        0
        • EddyE Offline
          EddyE Offline
          Eddy
          wrote on last edited by
          #4

          on qt-apps there is an example :
          http://qt-apps.org/content/show.php/QDigitalClock?content=81242

          Qt Certified Specialist
          www.edalsolutions.be

          1 Reply Last reply
          0
          • D Offline
            D Offline
            dialingo
            wrote on last edited by
            #5

            Is QML an option?
            This analogue clock example comes with Qt.
            examples/declarative/toys/clocks
            You can easily tweak it to become digital. And you can make it look really really cool with a little help from a graphic artist.

            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