Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Forum Updated on Feb 6th

    Unsolved Can QTWebkit display a web frame

    Qt WebKit
    3
    5
    1526
    Loading More Posts
    • 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.
    • G
      Gaalee last edited by

      Hi, quick question, can QTWebkit display a web frame ? Because i can't acces to QtWebEngine because i used QT(5.8)mingw. Is their really big differences between those modules ?

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to devnet,

        What do you mean by web frame ?

        Yes they are fundamentally different. QtWebKit uses Webkit as backend while QtWebEngine uses chromium.

        Just in case, you should take a look at @Konstantin-Tokarev QtWebKit reboot.

        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 Reply Quote 0
        • G
          Gaalee last edited by

          Forget about the web frame. My bad.

          I instaled QtWebKit with the "qtwebkit-tp5-qt58-mingw530-x86.zip" but when i tried to compile my program i have this error :
          cannot find -lQt5WebKitd
          collect2.exe:-1 : error: ld returned 1 exit status

          Sorry if it's not in the right place to explain my problem.

          K 1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Where exactly got it installed ?

            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 Reply Quote 0
            • K
              Konstantin Tokarev @Gaalee last edited by

              @Gaalee TP5 binaries don't include debug versions of DLLs. You can use release build now, or wait for updated binaries (maybe tomorrow)

              1 Reply Last reply Reply Quote 1
              • First post
                Last post