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 flash Qcheckbox when a Qpushbotton is pressed
Forum Updated to NodeBB v4.3 + New Features

How to flash Qcheckbox when a Qpushbotton is pressed

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 559 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.
  • R Offline
    R Offline
    rockon209
    wrote on last edited by
    #1

    Hello Everyone,
    I want to check and immediately uncheck a Qcheckbox so that it feels like its flashing when i push a button. How I can do it
    Thanks in Advance

    FlotisableF 1 Reply Last reply
    0
    • R rockon209

      Hello Everyone,
      I want to check and immediately uncheck a Qcheckbox so that it feels like its flashing when i push a button. How I can do it
      Thanks in Advance

      FlotisableF Offline
      FlotisableF Offline
      Flotisable
      wrote on last edited by
      #2

      @rockon209
      this is my idea

      setup a QTimer
      connect QTimer's timeout signal to a slot that set the QCheckBox to unchecked
      set the QCheckBox to checked and start the QTimer when push the QPushBotton

      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