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. Can QTWebkit display a web frame
Forum Updated to NodeBB v4.3 + New Features

Can QTWebkit display a web frame

Scheduled Pinned Locked Moved Unsolved Qt WebKit
5 Posts 3 Posters 2.1k Views 2 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.
  • G Offline
    G Offline
    Gaalee
    wrote on last edited by
    #1

    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
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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
      0
      • G Offline
        G Offline
        Gaalee
        wrote on last edited by
        #3

        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
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          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
          0
          • G Gaalee

            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 Offline
            K Offline
            Konstantin Tokarev
            wrote on last edited by
            #5

            @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
            1

            • Login

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