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. Capture user active window and browser tabs

Capture user active window and browser tabs

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 2.3k 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
    mironcaius
    wrote on last edited by
    #1

    Hello,
    I have been searching for a solution to track user activity. this software timedoctor.com i think is using Qt libraries because i have found some dlls: QtCore4.dll, QtGui4.dll in the installation folder.
    I am looking for the exact functionality: track the title of each active window and track each website the user is visiting with support for multiple browsers and tabs.
    Can this be done with QT or i should use a different technology ?
    If yes, is their an example where i can start from ?
    Thanks

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      There was a recent discussion on this forum on how to extract the contents of widgets from a Qt application he had no control over. I think that is relevant to your question, so look it up.

      There is no ready made solution to do this kind of thing though.

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

        I have been searching but nothing. I am trying to get the title of other windows, like browsers, editors and track the time spent on each on from a qt application.
        Can this be done ?

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andre
          wrote on last edited by
          #4

          I think I misunderstood your question at first.

          You want to track what people are doing in their browsers, not in a Qt application. I am sorry, I thought you wanted to instrument a Qt based application.

          Well, the fact that the application you mention does this, implies that it is possible to do. Think however that the application uses platform specific functionality to do it. That is: while the application uses Qt, for this specific functionality, they probably use the windows API's. No part of Qt that I know of has this kind of functionality by default.

          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