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. Changing double click detection speed app-wise [Solved]

Changing double click detection speed app-wise [Solved]

Scheduled Pinned Locked Moved General and Desktop
3 Posts 1 Posters 4.7k 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.
  • ? This user is from outside of this forum
    ? This user is from outside of this forum
    Guest
    wrote on last edited by
    #1

    As far as I know, every OS has its own way of changing the time between two distinct clicks needed to consider them as a single double-click event. In my situation, meddling with this would interfere with other key applications, so...

    • Does anyone know if this can be achieved?
    • I suppose I'm dropping portability, so... what about doing it in Linux/X11?

    Any help would be greatly appreciated!! :)

    --

    1 Reply Last reply
    0
    • W Offline
      W Offline
      wladek
      wrote on last edited by
      #2

      Hi,

      But why not use the "QApplication::setDoubleClickInterval":http://doc.qt.nokia.com/latest/qapplication.html#doubleClickInterval-prop static function? Isn't this what you are looking for?

      Hope this helps,
      wladek

      1 Reply Last reply
      0
      • ? This user is from outside of this forum
        ? This user is from outside of this forum
        Guest
        wrote on last edited by
        #3

        Yes, that was exactly what I was looking for!! :D Thanks!!

        --

        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