[[qanda:topic_unsolved]] QtWebEngine link errors
ad5xj Aug 31, 2020, 8:05 AM I recently upgraded Mint to version 20 and recompiled an older application running on Mint 19.3. Now it gives me a new error: /usr/bin/ld:...
View Article[[qanda:topic_unsolved]] QWebEnginePage printToPdf footer
Hi, I think what you need is QPdfWriter. You can manipulate rich text content using QTextDocument and associated classes - how to approach the subject is written here.
View Article[[qanda:topic_unsolved]] [Reset WebEngineView user session
Re: Reset WebEngineView user session with python QWebEngineView and QWebEngineProfile Unable to start new sessions. SSO is still able to logon with previously signed in info. Expected: it should ask...
View Article[[qanda:topic_unsolved]] Pyside2 toHtml()?
Do not try to save to text or download the page using js, this is a lost cause (for security reasons). One workaround: put the content of the page within the GET parameters of a form:...
View Article[[qanda:topic_unsolved]] Embed Qt5 WebEngine inside Qt4 main application
@ionutc Best of luck, I would not have thought this will be possible/work. E.g. https://stackoverflow.com/questions/36430541/mixed-qt4-and-qt5-in-a-application
View Article[[qanda:topic_unsolved]] Compile errors
@David-Bryant said in Compile errors: ../../../../qtwebengine-everywhere-src-5.15.1/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/codecs/vp9/svc_rate_allocator.cc:143:65: warning: array...
View Article[[qanda:topic_unsolved]] How to open a web page on a stackedwidget
hi guys, does anyone have any idea how I could open a web page in an application screen in Qt, but not the main one, I have reviewed the documentation and the Qt examples but they all open the web page...
View Article[[qanda:topic_unsolved]] C++/QWebEngineView: How to obtain the link...
Look at void QWebEnginePage::triggerAction(WebAction action, bool) implementation void InContextPreviewView::onOpenLinkInNewWindow( bool ) { const auto & contextMenuData =...
View Article[[qanda:topic_unsolved]] QtWebEngine static compilation on Linux fails with...
I am receiving the following error when i am trying to compile QtWebEngine on my Manjaro Linux machine. Project ERROR: Missing archive files from linking pri Following is the configure summary with the...
View Article[[qanda:topic_unsolved]] Delay while storing cookies to disk
@JonB I was also very confused why it was getting delayed. I already tried searching the different forums and no one reported similar issues. Might have got introduced recently.. I am currently going...
View Article[[qanda:topic_unsolved]] Chromium/Qt password manager
I'm currently using QtWebEngine to make a browser. For daily usage, having to type in your credentials on every site over and over again, is a pita. Many sites don't support some 'remember me' feature....
View Article[[qanda:topic_unsolved]] QtWebEngine not foun windows 7
Es posible compilar con la version de qt 5.14.2 QtWebEngine con el sistema operativo windows 7 o es necesario windosw 10
View Article[[qanda:topic_unsolved]] QtWebEngine not working OSX without Command Line...
Hello, I'm trying to bundle QWebEnginePage into an OSX application (QT 5.13.2 and OSX 10.15.7). If I install the OSX Command Line dev tools, everything works as expected. However, if I don't have them...
View Article[[qanda:topic_unsolved]] How can I use the QT libraries to build an actual...
I want to put a computer that I have designed in Blender (3D modeling software) in my 3D environment and impose a real web browser on top of it. So what I want is to be able to return an image object...
View Article[[qanda:topic_unsolved]] QWebEnginePage- copy images and text to clipboard?
I should add that .triggerAction(QWebEnginePage.Copy) almost does what's wanted. It copies the area of the HTML that the user has selected, and this can be pasted. The only problem is that any images...
View Article[[qanda:topic_unsolved]] Qwebengine view get url and open in new dialog
hello i have question i have webpage opened with Qwebengine view now there are links in that webpage so when i double click or cick the link i want it to open in a new dialog.ui which has qwebengine...
View Article[[qanda:topic_unsolved]] Enabling webrtc
Hi All, I am using buildroot tool to build Qt5.15. How can I enable webRTC support from qt5webengine.mk file present in the qt5 package? Thanks.
View Article[[qanda:topic_unsolved]] Error logs on websites
When browsing a website, I have error logs ("qt.qpa.wayland: Setting cursor position is not possible on wayland" and "qt.qpa. wayland: Non-toplevel surfaces can't request window states ”) which pop out...
View Article[[qanda:topic_unsolved]] QWebEngineView no longer render html files with no...
@jsulm said in QWebEngineView no longer render html files with no .html extension: @JonB Sure, it could be documented (and should). I think it simply behaves like any web-broweser: if you enter an URL...
View Article[[qanda:topic_unsolved]] QWebEngine hinders github navigation by default
I'm working on a web browser and without changing any QWebEngineSettings, github can't load the necessary javascript. QWebEngines javascript output when visiting github The Content-Security-Policy...
View Article