-
The main page of it (http://jira.reactos.org/secure/Dashboard.jspa) doesn't show properly when logged in via the latest TP of QtWebKit. It shows up just fine in the legacy version of QtWebkit though.
-
QtWebKit has direct support for all important Web image formats:
* (A)PNG
* JPEG
* SVG
* GIF
* ICO
* BMP
* WebP (if built with libwebp)
However, it can also use additional image formats supp…
-
```
[ 79%] Linking CXX executable ../../../bin/jsc
/usr/lib/gcc/powerpc64-foxkit-linux-musl/8.3.0/../../../../powerpc64-foxkit-linux-musl/bin/ld: ../../../lib/../Source/JavaScriptCore/CMakeFiles/Jav…
-
Since Qt 5.6, there is no Qt Webkit, Qt WebEngine is the new replacement since Qt 5.4.
There isn't much of the code, but there is some. Unfortunately, Qt 5.4 is not available on some distributions, f…
-
I tried to install the Plugin on a recent QGIS version with Qt 5.15. and I got the following Error:
```
ModuleNotFoundError: No module named 'PyQt5.QtWebKitWidgets'
Python version: 3.10.9 (main…
-
[PhantomJS](http://phantomjs.org/) allows headless test against the QtWebKit.
You can find information how to integrate at
- [Blog](http://itkosmopolit.wordpress.com/2013/11/23/quick-start-of-runnin…
-
I just compiled the new alpha version (worked perfectly first time).. Thanks!
One thing I have noticed is that this version of QTWebkit uses a lot of memory when comparing to the official QT versio…
-
Apparently the only way to make this work is to rewrite all this to WebEngine.
https://wiki.qt.io/QtWebEngine/Porting_from_QtWebKit
-
I can suggest to turn the auth off until we either upgrade to QTWebEngine (based on Chromium) or start using WebSocket or QtWebKit Bridge to communicate with the toolkit not using http server.
-
Hi,
I am using Qt 5.4 and QtWebkit in application.
We are using codemirror textArea as query editor. We have observed that when we write anything in text area and do copy then it working but when we…