Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. alternative of WebElement and WebElement Collection
Qt 6.11 is out! See what's new in the release blog

alternative of WebElement and WebElement Collection

Scheduled Pinned Locked Moved Solved QtWebEngine
6 Posts 2 Posters 1.4k 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.
  • A Offline
    A Offline
    Aminmlp
    wrote on last edited by
    #1

    typedef struct Glue
    {
    QUrl url;
    bool ok;
    Website website;
    QWaitCondition wait;
    QWebElement curr;
    QWebElement elm;
    QWebElementCollection elms;
    QString res;
    uint loadCounter;
    uint byteCounter;
    };

    I have above struct in my code that has WebElement and WebElement Collection. I want to use QwebEngine and QWebEngineView. what is the alternative of WebElement and WebElement Collection ? what is your tip?

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

      is there anyone that give me some tips?

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        You don't give enough details about what you are trying to achieve so it's highly unlikely that people will be able to help you.

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

        A 1 Reply Last reply
        0
        • SGaistS SGaist

          Hi,

          You don't give enough details about what you are trying to achieve so it's highly unlikely that people will be able to help you.

          A Offline
          A Offline
          Aminmlp
          wrote on last edited by
          #4

          @SGaist I solved my problem

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Would you mind sharing your solution ?

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

            A 1 Reply Last reply
            0
            • SGaistS SGaist

              Would you mind sharing your solution ?

              A Offline
              A Offline
              Aminmlp
              wrote on last edited by
              #6

              @SGaist ok. I have combined the old Qt with new version. now I can use both of them.This is done by manual addressing in VS2017.

              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