Unsolved Debian build - error: undefined reference to...
I had a look at the OpenSUSE 5.6 spec file for this. My other attempt at bulding qtwebchannel into a proper set of install files tried to mimic this. If I don't provid install files, everything get's...
View ArticleUnsolved Installing certificates or allowing certain hosts.
Loading should work this way, if you use the correct file format QSslSocket::addDefaultCaCertificates(certdata.pem) Look here: https://curl.haxx.se/docs/caextract.html You also need SSL error handling...
View Articlepdf viewer pepper plugin support
Using the demobrowser i was able to get the flash plugin working by installing it into /Library/Internet Plug-Ins/PepperFlashPlayer/PepperFlashPlayer.plugin I was wondering if there is a way to get pdf...
View ArticleUnsolved Get an url of clicked link in WebEngineView
Hi there! I've noticed, that in Qt 5.4 version in WebView there was a signal named navigationRequired, which had a clicked url in parameters. In new WebView and WebEngineView there is not such signal....
View ArticleUnsolved How can I get height of content in WebEngineView?
Hi there! I have a qml view with structure like: Column{ Rectangle, WebEngineView, another Rectangle }. It's very essential to know height of every element. I found out that I can't get true height of...
View ArticleUnsolved Emoji in QT 5.6 WebView
Tell me please, I have a html content with Emoji, I try to display it in QML using WebEngineView, but not all Emoji displayed. I have a Font that displays the Emoji, but I can not add this Font to...
View ArticleUnsolved Is there any way to get a qt web browser that can render pdf files?
Hello, I am looking for some way to get a basic web browser that can render pdf files. SO far the demos and applications I have found and tried do not render a PDF, some will let you download a pdf to...
View ArticleUnsolved Cannot find c:\Users\qt\work\install\lib\Qt5Widgetsd.lib when...
I downloaded Qt5.6 VS2013 32bit and try to run the official example of QtWebEngine. I just followed the instruction but When linking it gives out an error of LNK1104 file not found...
View ArticleQWebChannel - emitting a signal from JavaScript
Did you ever find a solution so that you don't have to call a function that then emits a signal? I am running into this problem as well and we have several functions. The closest I've found are...
View ArticleUnsolved QWebEngineView: a view renders the contents of another view rather...
Hi, In my application, I have two docked windows that each contain an instance of QWebEngineView. Now, everything works as expected on my development Windows 10 (virtual) machine, as shown here....
View ArticleUnsolved Cannot load pepper flash plugin in QtWebEngine with Qt5.6
@ThatDud3 Thanks a lot! I get it work now. It seems that the newest standalone pepflashplayer*.dll as official documentation writes does not work. My OS is 64bit but I'm targeting 32bit platform. I...
View ArticleUnsolved Text disappears in Flash (QT5.6)
Hello, While testing quicknanobrowser i found that flash content displayed wrong. Text disappears. How to fix that? (QT 5.6 win64)
View ArticleUnsolved Problem with running the application with QWebEngineView.
Have you checked http://doc.qt.io/qt-5/windows-deployment.html? It should contain all the information you need to deploy the sample program on Windows. Regarding the DLLs you mention, you don't need...
View ArticleUnsolved HTML Page Web Scraping
Hi, I wanted to know if anyone has been able, and if this capability exists, to use QWebEngine to perform basic text scraping from a page. For example, load an HTML page and then look for a table and...
View ArticleUnsolved QWebEnginePage HiDpi Problem?
I'm developing on a HiDpi screen. My screen's density is 216dpi. "Normal" screen densities are 96dpi. When I display an html page, it is about 4 times smaller (x and y directions both 2 times smaller)...
View ArticleUnsolved Could not grab pixels with alpha channel using QWebEngine in QT5.5
What I did is to call QWebEngineView::grab(), and I could not get pixels with transparency, it is always opaque, even html's background is transparent.
View ArticleUnsolved Prevent QWebEngineView from taking the focus?
I have a QWebEngineView object which I use to display some information, but I don't want it to take the focus. With WebKit, I used to solve that problem by calling setFocusPolicy() with Qt::NoFocus as...
View ArticleUnsolved Migration from QWebPage to QWebEnginePage, problem with createplugin
Hello, I'm currently doing the migration of my application based on QWebKit to QWebEngine. But, I'm encountering a problem with the "createplugin" method inside QWebEnginePage. It seems that the new...
View ArticleUnsolved QwebEnginePage - hdpi problem?
I'm developing on a hdpi screen. my screen density is 216dpi. when i display an html page, it is about 2 times smaller (x and y directions both 2 times smaller) than on a real webbrowser (chrome, ie,...
View ArticleUnsolved "eglCreatePbufferSurface failed with error "
Hi. I'm trying to get Qt WebEngine work with eglfs_kms. However, it emits the following error: [0101/000155:ERROR:gl_surface_qt.cpp(419)] eglCreatePbufferSurface failed with error...
View Article