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. QtWebkit vs. webkit
Forum Updated to NodeBB v4.3 + New Features

QtWebkit vs. webkit

Scheduled Pinned Locked Moved Qt WebKit
6 Posts 3 Posters 5.5k 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
    atena_2019
    wrote on last edited by
    #1

    hi
    what are the diffrences between QtWebkit in Qt and Qt port of webkit ? are they same thing ? for example if qtwebkit support css3 , can we understand that webkit support css3 or not ?

    thanks...

    1 Reply Last reply
    0
    • L Offline
      L Offline
      linus
      wrote on last edited by
      #2

      as the documentation states :"Qt WebKit is a web content rendering engine based on the open source WebKit project, featuring broad support for standard web technologies. QtWebKit is developed as a part of the WebKit community, which enables every new release of Qt WebKit to include the latest developments from the WebKit project."

      so depending on which version of the webkit the Qt is using you can expect the same features to be present in the Qtwebkit.

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dongdong
        wrote on last edited by
        #3

        There is a build-webit script in WebKit that can enable/disable some features, is there a one in qtwebkit? I have download qt-everywhere-opensource-src-4.7.2 & qt-everywhere-qt-everywhere-opensource-src-4.8.0, but can't find that script.

        Thanks

        1 Reply Last reply
        0
        • A Offline
          A Offline
          atena_2019
          wrote on last edited by
          #4

          thanks linus

          1 Reply Last reply
          0
          • A Offline
            A Offline
            atena_2019
            wrote on last edited by
            #5

            @dongdong:
            there is a class for enable/disable some features . the class is QWebSetting . for example for enabling javascript you code:
            QWebSettings::setAttribute ( QWebSettings::JavascriptEnabled , true);

            1 Reply Last reply
            0
            • D Offline
              D Offline
              dongdong
              wrote on last edited by
              #6

              @atena_2019:
              Thanks, But I want to remove some features at compiling time to make webkit a small size.

              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