Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Use autocompletion from website
Forum Updated to NodeBB v4.3 + New Features

Use autocompletion from website

Scheduled Pinned Locked Moved Unsolved Qt WebKit
4 Posts 3 Posters 727 Views 1 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.
  • S Offline
    S Offline
    Stephan Lorenzen
    wrote on 17 Nov 2023, 11:30 last edited by
    #1

    I want to write a GUI that uses the autocompletion of a website (here: de.finance.yahoo.com). As a result, I want a text field in my GUI where the user inputs a hint (e.g. "Ama"), and the webpage working invisibly in the background, extracting the autocompletion suggestions (e.g. "AMZN Amazon.com, Inc.") and suggesting them to the user in the GUI. In other words, i want to "steal" the autocompletion features of the website without the website being visible to the user. How can I extract the autocompletion suggestions from a QNetworkReply?

    I wrote downloadFinished(QNetworkReply *reply) but I am not able to access the autocompletion suggestions.

    J 1 Reply Last reply 17 Nov 2023, 12:08
    0
    • S Stephan Lorenzen
      17 Nov 2023, 11:30

      I want to write a GUI that uses the autocompletion of a website (here: de.finance.yahoo.com). As a result, I want a text field in my GUI where the user inputs a hint (e.g. "Ama"), and the webpage working invisibly in the background, extracting the autocompletion suggestions (e.g. "AMZN Amazon.com, Inc.") and suggesting them to the user in the GUI. In other words, i want to "steal" the autocompletion features of the website without the website being visible to the user. How can I extract the autocompletion suggestions from a QNetworkReply?

      I wrote downloadFinished(QNetworkReply *reply) but I am not able to access the autocompletion suggestions.

      J Offline
      J Offline
      JonB
      wrote on 17 Nov 2023, 12:08 last edited by
      #2

      @Stephan-Lorenzen
      I suggest you do not post this in Qt WebKit sub-forum, which is for a (now defunct) Qt web component.
      Your question belongs in the standard General and Desktop forum.

      S 1 Reply Last reply 17 Nov 2023, 12:09
      0
      • J JonB
        17 Nov 2023, 12:08

        @Stephan-Lorenzen
        I suggest you do not post this in Qt WebKit sub-forum, which is for a (now defunct) Qt web component.
        Your question belongs in the standard General and Desktop forum.

        S Offline
        S Offline
        Stephan Lorenzen
        wrote on 17 Nov 2023, 12:09 last edited by
        #3

        @JonB thanks

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 17 Nov 2023, 19:58 last edited by
          #4

          Duplicate

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • S SGaist locked this topic on 17 Nov 2023, 19:58

          1/4

          17 Nov 2023, 11:30

          • Login

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