Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for MCUs
  4. Tumbler Object: How to disable the editing through touch
Forum Update on Monday, May 27th 2025

Tumbler Object: How to disable the editing through touch

Scheduled Pinned Locked Moved Solved Qt for MCUs
qmltumbler
2 Posts 1 Posters 430 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.
  • P Offline
    P Offline
    Pavankumar S V
    wrote on 7 Nov 2022, 13:52 last edited by Pavankumar S V 11 Jul 2022, 14:00
    #1

    Hello,
    I have a Tumbler object used for updating time. The tumbler used for "seconds" updates continuously.
    And when the spinner of the tumbler is swiped up/down, the tumbler wheel spins. I want to disable this editing of the Tumbler spinner through touch. Please help me to know if there is any property to do this?

    P 1 Reply Last reply 8 Nov 2022, 07:01
    0
    • P Pavankumar S V
      7 Nov 2022, 13:52

      Hello,
      I have a Tumbler object used for updating time. The tumbler used for "seconds" updates continuously.
      And when the spinner of the tumbler is swiped up/down, the tumbler wheel spins. I want to disable this editing of the Tumbler spinner through touch. Please help me to know if there is any property to do this?

      P Offline
      P Offline
      Pavankumar S V
      wrote on 8 Nov 2022, 07:01 last edited by
      #2

      Problem Fixed:
      Tumbler inherits a property called "enabled" from "Item".
      This property holds whether the item receives mouse and keyboard events. By default this is true.
      Changing "enabled" to false solved the issue.

      1 Reply Last reply
      1

      1/2

      7 Nov 2022, 13:52

      • Login

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