-
Hello,
When using `QWebView` through deployment (using `QtIosCmake`), I had to manually add:
- `Q_IMPORT_PLUGIN(QWebViewModule)`
- `Q_INIT_RESOURCE(qmake_QtWebView)`
This has been found as fol…
-
Hello,
I wonder why you did not include QWebView in jlqml? any restriction that you tried to skip it?
-
We have code to render Markdown to HTML and display it in a QWebView pane. Now we need to hook it into some QPrintDialog to allow printing to PDF.
-
Hello,
I installed the plugin on macOS and on some startups (not all) I get this error message :
```
ImportError: cannot import name 'QWebView' from 'PyQt5.Qt' (/Users/jfv/.local/lib/python3.9/sit…
-
Using mingw version of QWebview 5.212.0alpha4 I cant show context menu on page using **customContextMenuRequested** signal.
```
QWebView *webview = new QWebView(this);
webview->setContextMenuPol…
-
Something as basic as
```
class SOME_EXPORT_API MyClass{
public:
void someOtherFunctions();
private:
QWebView m_view;
}
```
When compiled and the dll is loaded, even without making any…
-
As part of packaging Qt WebKit for Debian, I tried to enable tests running using ctest. This is what I get with `tst_qwebview` on amd64 (will probably happen on the other architectures too):
```
#0 …
-
when call ghost.show(), a web view will show, but I can't interact with it, even resize the window.
-
Reminiscent (or perhaps not) of #610, I'm running into issues with media controls for local audio (audio only) tracks. They often play automatically in one big burst as soon as the page loads (if ther…
-
tom@kudu:~$ modes_gui
Traceback (most recent call last):
File "/usr/local/bin/modes_gui", line 24, in
from PyQt4 import QtCore,QtGui,QtWebKit
ImportError: cannot import name QtWebKit
Wor…
n7tae updated
5 years ago