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. Get URLs of active Browser windows

Get URLs of active Browser windows

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 971 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.
  • P Offline
    P Offline
    peili
    wrote on last edited by
    #1

    Are there any library to get alls the active urls what are opened in a browser.

    I have a certain webpage where a screenshot should be uploaded, the url looks like this: http://tld?identifier=12345
    So I am trying to read that identifier. I do not want the user to input 12345 in the desktop application.
    The desktop application should be smart enough to extract that information from the browser.

    Any idea?

    peili

    1 Reply Last reply
    0
    • JeroentjehomeJ Offline
      JeroentjehomeJ Offline
      Jeroentjehome
      wrote on last edited by
      #2

      Hi, Just some thought, never tested this ;-)
      You need a WINApi or MacAPI to list all the given applications running on your system. Then read the API's of those browsers how to read out the given open urls. It's a lot of coding I think, so maybe there's a third party already doing this.
      Good luck.
      Greetz

      Greetz, Jeroen

      1 Reply Last reply
      0
      • JeroentjehomeJ Offline
        JeroentjehomeJ Offline
        Jeroentjehome
        wrote on last edited by
        #3

        Or when you want to create a "browser" your self. Take a look at this:
        "Qt Webkit doc":http://qt-project.org/wiki/QtWebKit

        Greetz, Jeroen

        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