Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to let QDoubleSpinBox to store time only as its value.
Qt 6.11 is out! See what's new in the release blog

How to let QDoubleSpinBox to store time only as its value.

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 694 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.
  • AhtiA Offline
    AhtiA Offline
    Ahti
    wrote on last edited by
    #1

    how can i store time as the only value in QDoubleSpinBox ?

    i mean it should store value like this:

    6:00

    "6" being hour and "00" being minute.

    thanks.

    what is a signature ?? Lol

    jsulmJ 1 Reply Last reply
    0
    • AhtiA Ahti

      how can i store time as the only value in QDoubleSpinBox ?

      i mean it should store value like this:

      6:00

      "6" being hour and "00" being minute.

      thanks.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Ahti said in How to let QDoubleSpinBox to store time only as its value.:

      QDoubleSpinBox

      Why do you want to use QDoubleSpinBox for that? It is for floating point numbers not time.
      Why don't you use QTimeEdit?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      AhtiA 1 Reply Last reply
      4
      • jsulmJ jsulm

        @Ahti said in How to let QDoubleSpinBox to store time only as its value.:

        QDoubleSpinBox

        Why do you want to use QDoubleSpinBox for that? It is for floating point numbers not time.
        Why don't you use QTimeEdit?

        AhtiA Offline
        AhtiA Offline
        Ahti
        wrote on last edited by
        #3

        @jsulm I didn't know there would be something like QTimeEdit :)
        thanks brother

        walikum asalam ( May peace be on you ). :)

        what is a signature ?? Lol

        1 Reply Last reply
        1

        • Login

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