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.

  • Using nomake in QT(4.8.7)

    Unsolved
    3
    0 Votes
    3 Posts
    21 Views
    A

    @jsulm Thankyou so much

  • Qt(4.8.7) vulnerabilities

    Unsolved
    1
    0 Votes
    1 Posts
    13 Views
    No one has replied
  • QWebView<Qt5.5> paste image in clipboard does not work

    Unsolved
    4
    0 Votes
    4 Posts
    1k 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.

  • Anyone interested in resurrecting QtWebKit?

    Unsolved
    1
    1 Votes
    1 Posts
    117 Views
    No one has replied
  • 0 Votes
    2 Posts
    349 Views
    R

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

  • 0 Votes
    5 Posts
    219 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
    532 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
    282 Views
    L

    thank you for suggest。i will try later。

  • Use autocompletion from website

    Locked Unsolved
    4
    0 Votes
    4 Posts
    164 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
    295 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
    144 Views
    No one has replied
  • Qt Webkit Dependent Libraries Version for 5.212

    Unsolved
    3
    0 Votes
    3 Posts
    251 Views
    B

    @JonB Thanks Jon for the info

  • Store website data in database

    Unsolved
    2
    0 Votes
    2 Posts
    290 Views
    SGaistS

    Hi,

    You have to do that in the slot where you receive the message.

  • Data via Qt Creator Console from WebSocket

    Unsolved
    7
    0 Votes
    7 Posts
    477 Views
    S

    @SGaist Now it worked. Thanks very much.

  • 0 Votes
    6 Posts
    392 Views
    JonBJ

    @zeroDawn
    That may actually be an OK combination then. You might Google for qt 5.11 qtwebkit.

    Your errors actually seem to come from the /usr/lib/libQt5Sensors.so.5.11.1 when linking, rather than from the QtWebKit stuff?

    The other Qt libraries being linked with are in /usr/lib64/ but libQt5Sensors.so.5.11.1 is in /usr/lib, I don't know whether that indicates a 32-/64-bit or other non-compatible mismatch?

    Do you know when it last compiled/linked successfully on such a system?

    I think I'll leave it at that, others may know better than I. I think it is possible your actual issue is with libQt5Sensors rather than the QtWebKit stuff.

  • Cannot compile nixnote2

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