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 Python
  4. How to track user inactivity
Forum Updated to NodeBB v4.3 + New Features

How to track user inactivity

Scheduled Pinned Locked Moved Unsolved Qt for Python
4 Posts 2 Posters 518 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.
  • M Offline
    M Offline
    Mikeeeeee
    wrote on last edited by
    #1

    Hi!
    I have mach windows. How to track user inactivity?

    JonBJ 1 Reply Last reply
    0
    • M Mikeeeeee

      Hi!
      I have mach windows. How to track user inactivity?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @Mikeeeeee
      This question is very curt. Define what you mean.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        Mikeeeeee
        wrote on last edited by
        #3

        I would like to know if the mouse moves on my windows, if the mouse clicks on my windows, if the keyboard pressed with focus is on my windows.

        JonBJ 1 Reply Last reply
        0
        • M Mikeeeeee

          I would like to know if the mouse moves on my windows, if the mouse clicks on my windows, if the keyboard pressed with focus is on my windows.

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by JonB
          #4

          @Mikeeeeee
          So you will have to write code to detect exactly those things you want to monitor. Probably through an event filter. And if none arrive the user is inactive, in those terms. I don't know what else to say.

          1 Reply Last reply
          2

          • Login

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