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. Handle all events that involve my widgets

Handle all events that involve my widgets

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 653 Views 2 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.
  • T Offline
    T Offline
    technovelist
    wrote on last edited by
    #1

    I'd like to be able to handle all the events that involve the widgets in my program, for the purpose of recording and replaying them. Is there a central place that I can insert code to do this?

    JKSHJ 1 Reply Last reply
    0
    • T technovelist

      I'd like to be able to handle all the events that involve the widgets in my program, for the purpose of recording and replaying them. Is there a central place that I can insert code to do this?

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi,

      @technovelist said:

      I'd like to be able to handle all the events that involve the widgets in my program, for the purpose of recording and replaying them. Is there a central place that I can insert code to do this?

      Yes, there is. See QCoreApplication::notify() and QObject::installEventFilter().

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      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