Skip to content

Qt WebKit

Questions about Qt WebKit and related topics? Post here!
1.5k Topics 5.8k Posts
  • WebKit Status 2019

    Pinned
    8
    0 Votes
    8 Posts
    4k Views
    JKSHJ

    @kamui said in WebKit Status 2019:

    Would it be possible to pin this thread instead of the "WebKit Status 2017" ?

    Done

  • WebKit Status 2017

    Pinned
    4
    13 Votes
    4 Posts
    17k Views
    K

    Feature-wise comparison of QtWebKit reboot with official sources:

    https://github.com/annulen/webkit/wiki/Comparison-with-QtWebKit-5.6

    Note that we are very close to feature parity now, i.e. there are very little features that work with legacy QtWebKit and are not yet supported with reboot, and their number is constantly lowering.

  • Can I create a website homepage using QT?

    Unsolved
    3
    0 Votes
    3 Posts
    72 Views
    SGaistS

    Hi and welcome to devnet,

    Are you thinking about the WASM platform ?

  • 0 Votes
    2 Posts
    109 Views
    sierdzioS

    Yes, absolutely.

  • QT webkit compilation

    Unsolved
    1
    0 Votes
    1 Posts
    61 Views
    No one has replied
  • Anyone interested in resurrecting QtWebKit?

    Unsolved
    2
    1 Votes
    2 Posts
    424 Views
    K

    @elahav said in Anyone interested in resurrecting QtWebKit?:

    Unfortunately it is based on a version of WebKit that is considered old and riddled with security holes.

    This is not really true. It's master branch is currently based on WebKit upstream from 2023/12/18, which is quite in line with current WebKitGTK 2.44.x (though it may lack a few bug- and security fixes to be backported)

  • Qt Webkit: Javascript error causes page to not load

    Unsolved
    6
    0 Votes
    6 Posts
    213 Views
    JonBJ

    As I understand it, you visit a particular web page and get a JS error in an old browser. These things happen. The error means localStorage is not defined. If you try visiting that page via QWebEngine do you get that error?

  • Real Time Applications in Qt

    5
    0 Votes
    5 Posts
    9k Views
    jsulmJ

    @LS-KS said in Real Time Applications in Qt:

    Is there a way in Qt Framework to bind a cpu core to a Thread

    I don't think there is. You will have to use system calls to do this.

  • Qt(4.8.7) vulnerabilities

    Locked
    11
    0 Votes
    11 Posts
    795 Views
    Axel SpoerlA

    As said before, contact your account manager.
    I will lock this topic now.

  • Using nomake in QT(4.8.7)

    Solved
    3
    0 Votes
    3 Posts
    175 Views
    A

    @jsulm Thankyou so much

  • QWebView<Qt5.5> paste image in clipboard does not work

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    JonBJ

    @redstoneleo
    Just be aware/for anyone reading this: Your solution is doubtless useful/correct, but it is for QWebEngine. This thread is from a decade ago when that did not exist and is for QWebView, a different Qt web viewer engine which no longer exists/is supported.

  • 0 Votes
    2 Posts
    489 Views
    Ronel_qtmasterR

    @anshah it is simple, just ignore ssl errors and continue

  • 0 Votes
    5 Posts
    532 Views
    SGaistS

    @anshah all the ones listed under the Signals part of the class documentation.

    Crash ? I thought you only had an error.

  • 0 Votes
    2 Posts
    693 Views
    Christian EhrlicherC

    @Babitha said in How to avoid vulnerabilities issues in wkhtmltopdf build by using patched qt 4.8.7:

    How to avoid this

    Since Qt 4 is out of support since ages the only way is to fix it by yourself or find someone who you can pay for.

  • play mp4 video on qt performance high cpu than chrome

    Solved
    8
    0 Votes
    8 Posts
    643 Views
    L

    thank you for suggest。i will try later。

  • Use autocompletion from website

    Locked Unsolved
    4
    0 Votes
    4 Posts
    368 Views
    SGaistS

    Duplicate

  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    4 Views
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    40 Views
  • 0 Votes
    2 Posts
    444 Views
    JonBJ

    @anshah said in QFileDialog: Filter directory to include only filenames in QStringList:

    I just want to display the filenames in the QStringList

    I don't believe you can do that.

    To stay in one directory and only offer a passed-in list of filenames is not the job for a QFileDialog. You might just as well just present the user with a list of those filenames to pick from, and you don't need to bother showing a directory because you don't want the user to change it or navigate elsewhere.

  • Crash in chromium used by libQt6WebEngineCore 6.3.0

    Unsolved
    1
    0 Votes
    1 Posts
    235 Views
    No one has replied