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. Inactivity measurement and eventFilter() function.
Forum Updated to NodeBB v4.3 + New Features

Inactivity measurement and eventFilter() function.

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

    Hi, in a client / server software it is necessary to prevent that a user leaves the client open.
    So in order to have notice of from how much time no one event is fired I think to implement the function

    eventFilter().
    

    The problem is: the software has got a lot of forms so it is necessary to implement the funcion in each one or there is a way to have an event on mouse click or beyboard activity in the main form?

    Need programmers to hire?
    www.labcsp.com
    www.denisgottardello.it
    GMT+1
    Skype: mrdebug

    M 1 Reply Last reply
    0
    • mrdebugM mrdebug

      Hi, in a client / server software it is necessary to prevent that a user leaves the client open.
      So in order to have notice of from how much time no one event is fired I think to implement the function

      eventFilter().
      

      The problem is: the software has got a lot of forms so it is necessary to implement the funcion in each one or there is a way to have an event on mouse click or beyboard activity in the main form?

      M Offline
      M Offline
      mpergand
      wrote on last edited by
      #2

      @mrdebug
      Hi,
      You can install an event filter to QApplication directly.

      1 Reply Last reply
      2
      • mrdebugM mrdebug has marked this topic as solved on

      • Login

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