Skip to content

Qt WebKit

Questions about Qt WebKit and related topics? Post here!
1.5k Topics 5.9k Posts
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • QWebView crashes when charging google maps

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    A
    hello there, I have the same problem. did you solve this? regards.
  • Performing Test Qt5Gui_PRIVATE_HEADER_FOUND - Failed

    Solved
    26
    0 Votes
    26 Posts
    8k Views
    R
    I don't know. Regardless, removing these files makes my problem go away.
  • Undefined reference error while building QT5.6 with webkit

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    I
    @Konstantin-Tokarev Thanks. Its the same error again. Maybe its because I copy webkit in QT folder and let qt build the webkit. I haven't tried building it separately. I will see if I could built it separately and soon update the status here.
  • error: cannot find -lQt5WebKitWidgetsd, cannot find -lQt5WebKitd

    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    The reasoning of QtWebEngine can be found here.
  • QtWebKitsWidgets/QtGraphicsWebView:No such file or directory

    Unsolved webkit
    11
    0 Votes
    11 Posts
    3k Views
    SGaistS
    Your installer based Qt has absolutely no idea of what you have on your system and you should in any case not mix libraries from different versions of Qt. There's no "Qt SDK" package in Ubuntu. You can start with qtbase5-dev and then add the dev packages corresponding to the modules you want to use.
  • qt.network.ssl: QSslSocket error when trying to open https but http work?...

    Solved
    2
    0 Votes
    2 Posts
    891 Views
    F
    @filipdns I found other dll working, then, no error any more.. https://github.com/KhoaTranProgrammer/SimpleWeather
  • Cache warnings on Windows 10, PyQt 5.7, after clicking url's in a QTextBrowser

    Unsolved
    5
    0 Votes
    5 Posts
    5k Views
    J
    Install Google Chrome, you can solve the problem: [0918/053926:ERROR:cache_util_win.cc(20)] Unable to move the cache: 5 [0918/053926:ERROR:cache_util.cc(134)] Unable to move cache folder C:\Users\edreamleo\AppData\Local\python\QtWebEngine\Default\GPUCache to C:\Users\edreamleo\AppData\Local\python\QtWebEngine\Default\old_GPUCache_000 [0918/053926:ERROR:cache_creator.cc(129)] Unable to create cache [0918/053926:ERROR:shader_disk_cache.cc(589)] Shader Cache Creation failed: -2
  • Custom Cursor in Qt Quick

    Unsolved
    2
    0 Votes
    2 Posts
    778 Views
    sierdzioS
    Use QCursor. You can't do it from QML, you need to do it in C++.
  • module "qtwebkit" is not installed

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    raven-worxR
    @Keivan the QtWebkit module has been removed along with Qt 5.6
  • Use of QtWebView with VS2015

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    SGaistS
    You can use the previous version of Qt where QtWebEngine was available with VS2015.
  • 0 Votes
    4 Posts
    1k Views
    K
    @aha_1980 Thank you. I have seen this use case.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    34 Views
    No one has replied
  • OEM GUI elements, patterns—cheat-sheet'ish visual library?

    Unsolved
    2
    0 Votes
    2 Posts
    810 Views
    sierdzioS
    You can check out the Qt Quick Controls 2 Gallery Example in Qt Creator. It shows all available components in one simple app. http://doc.qt.io/qt-5/qtquickcontrols2-gallery-example.html
  • This topic is deleted!

    Solved
    9
    0 Votes
    9 Posts
    46 Views
  • Links does not open in QWebView

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    V
    @Konstantin-Tokarev I'm afraid no, I'm not a JS dev. The problem is that JS code I posted in the first message does not work with errors https://cdn.3dmapping.cloud/18.1.4/javascript/orbitgt_3dm_sdk.js line 1: TypeError: a.call is not a function. (In 'a.call(this,t,e,n,r)', 'a.call' is an instance of ProxyObject) I was able to identify that calls Array.from() and Object.assign() are missed, but maybe there are more.
  • QT WebKit, disable HTTP2

    Unsolved
    2
    1 Votes
    2 Posts
    1k Views
    AndySA
    Hi @nlazovic-0, Using QWebView::load() that takes a QNetworkRequest would be the way to go as you can set whatever headers you want, so you can make the adjustments there. However, I would have thought that the server is at fault here as it is a request, it doesn't have to go to HTTP/2.
  • Adjust an SVG image to qlabel

    Unsolved
    4
    0 Votes
    4 Posts
    3k Views
    SGaistS
    You need to provide a bit more context. A minimal compilable example would be best with also a sample svg file that triggers this. By the way, which version of Qt are you using ? On what platform ?
  • Building modern qtwebkit on Ubuntu 16.04 32 bit

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    K
    You can build 18.04 package from sources https://packages.ubuntu.com/bionic/libqt5webkit5
  • qtwebkit-5.212 jquery datepicker problem

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    N
    I am using Windows 7 32 bit Home Basic, Windows 7 64bit Ultimate. There no errors in JS console, except unexpected results [image: e486b1f5-7e50-4a2f-bb86-6fa059e12a52.PNG] A bit later I figured out a dependence timezone on my PC: If set UTC, or "UTC - 4:00 Santiago", or "UTC+ 4:00 Tbilisi" all work fine. But if I set "UTC + 4:00 Baku", "UTC + 2:00 Minsk" or something between "UTC +4 Yerevan" and "UTC-3:30 Newfoundland", widget stop works