[[qanda:topic_unsolved]] qtWebengine Screen Capture API
@raven-worx Ok, thank you for reply. So I guess its not possible?
View Article[[qanda:topic_unsolved]] How to generate translation file
Ignore the messages - it's coming from lupdate when it can't parse some code. The question is - is the ts file successfully created?
View Article[[qanda:topic_unsolved]] QWebEngineUrlRequestInterceptor cause webview crash
Hi, Today, I found my webView crashed the reason was because I delete QWebEngineUrlRequestInterceptor my interceptor is: #include "WebViewOrderInterceptor.h" #include <QUrl> #include...
View Article[[qanda:topic_unsolved]] How to run QtWebEngineProcess.app in Xcode debugger
I have a PyQt5 app that uses QWebEngineView (Qt 5.12.7 + PyQt 5.14.2). When running it on MacOS 10.15.4 via Xcode I see the following message in the Xcode debugger: QtWebEngineProcess[44593:11856356]...
View Article[[qanda:topic_unsolved]] PySide2 "Failed to parse extension manifest"
Re: [ERROR:extension_system_qt.cpp(122)] Failed to parse extension manifest.](/topic/110129/error-extension_system_qt-cpp-122-failed-to-parse-extension-manifest) This error is caused when you have QT...
View Article[[qanda:topic_unsolved]] ERROR:extension_system_qt.cpp(122)] Failed to parse...
@v-n-lee See: https://forum.qt.io/topic/113413/pyside2-failed-to-parse-extension-manifest
View Article[[qanda:topic_unsolved]] Segmentation Fault, PyQt5 Webdriver send_keys
Spent couple hours to try how to solve this problem, Using embeded QtWebEngine, instead of external browser, but when try to send_keys("some word") return "segmentation fault" but its OK when send_keys...
View Article[[qanda:topic_solved]] QtWebEngine signing issues
It's doesn't work form me, console output is: code object is not signed at all In subcomponent: Myapp/Contents/PlugIns/mediaservice/libqavfmediaplayer.dylib. but when i try sign with -deep, it's crash...
View Article[[qanda:topic_unsolved]] QtWebEngineProcess OSX codesign issues
I got the same propblem...
View Article[[qanda:topic_unsolved]] QWebEngineView not working on redirect urls
Hi, I was trying the simplebrowser application provided in the Examples of QT 5.14.2 I changed the qt url in the code to shorturl.at/gEJS6 which is shortened for https://www.google.com but loading it...
View Article[[qanda:topic_unsolved]] QWebEngineView does not work FORM...
On OSX10.13 and previous and on Windows App loads a local html file into a QWebEngineView. Local page displays as expected. There is a button to click defined with a FORM METHOD='POST' block When the...
View Article[[qanda:topic_unsolved]] Getting "Unknown module(s) in QT: webengine...
Maybe with QNetworkAccessManager
View Article[[qanda:topic_unsolved]] Qt Webengine featurePermissionRequested signal not...
I am trying to load a page https://webrtc.github.io/samples/src/content/getusermedia/getdisplaymedia which do WebRTC screen sharing, And I have to apply permission to capture the desktop using the code...
View Article[[qanda:topic_unsolved]] QWebEngineView error.
Hello, I'm using QT 5.14.2 with MSVC 2017 and have installed and included QWebEngineView in the myproject.pro and as well as in mainwindow.h. I also ran qmake QWebEngineView is showing up in auto...
View Article[[qanda:topic_unsolved]] Trying to render a website on my program..
@U7Development said in Trying to render a website on my program..: QT += core gui sql webengine As shown in the documentation (https://doc.qt.io/qt-5/qwebengineview.html) it needs to be QT += core gui...
View Article[[qanda:topic_unsolved]] QT HTTP client for upload file to server ?
@vikas-dhumal What is your question? To upload files do POST HTTP request. https://doc.qt.io/qt-5/qnetworkaccessmanager.html#post
View Article[[qanda:topic_solved]] Should I build with OpenGL (desktop/dynamic) or...
@gencer I also met this problem. but it not fall back to software opengl, it show black screen.
View Article[[qanda:topic_unsolved]] Cannot sign in to google in QWebEngineView: This...
I'm a beginner to QT and I recently developed a simple desktop browser using QWebEngineView to view the google search page. Everything works fine but when I enter my email to sign in to my google...
View Article[[qanda:topic_unsolved]] WebEngine - How to draw an animated SVG above a...
On a Qt Quick interface, I need to show a complex animated SVG image. As the standard SVG module didn't support the SVG I want to show, I tried to use a WebEngineView as a component to achieve my...
View Article