HTML link, style, and script elements are erroneously removed by QWebKit from...
When I inspect the HTML loaded into webkit using the toHtml method (or the toOuterXml method) I find that the Qt webkit methods produce erroneous results for elements in the head element. For example,...
View Articleelide text in webkit
It is possible to configure the “QWebView” to work with “Elide” disabled (equivalent to Qt::ElideNone)? The “Elide” graphic texts being compressed (elieded) to fit inside the select. Example: I wish...
View ArticleQSS and QWebView
It is possible to customize the elements in the WebView using QSS? I’m trying to modify the style of the `QComboBox` is that the QWebView, but has no effect. I could only change the selector...
View ArticleWhy doesn't QtWebKit support MathML?
MathML is supporting in the WebKit. Not the whole standard, but basic tests look good. So, why doesn’t QtWebKit support it? If I make a custom build of QtWebKit using the last WebKit, can I use MathML?
View Article[solved] Qt 4.6.3: CSS? HTML5? JS?
Hi Can somebody quickly confirm which of these technologies are supported on the WebKit version that comes with Qt 4.6.3 on eLinux? I suspect CSS and JavaScript is supported but not HTML5, right?...
View Articleread data from website
In my website there is a table. I want to read the data from the 1st row 1st column of the table. Please tell me how can I read ? I have my QWebView. Please help. Thanks ...
View ArticleloadFinished() signal not emitted
I am cliking a link using the below code. Then QWebView is loading a different page. But loadFinished() signal is not emitted. How can I know whether the new page is loaded or not. Please help....
View ArticleSPAN VALUES ARE NOT COMING IN HTML
I am writing the page as html. where the span values are question mark. no values are displayed. out << m_WebView->page()->currentFrame()->toHtml() <<...
View ArticleloadFinished() signal not emitted for currentFrame()
I am trying to capture the loadFinished() signal of QWebFrame. check the snippet below connect(m_WebView->page()->currentFrame(), SIGNAL(loadFinished(bool)), this,...
View Article[SOLVED]Unknown module(s) in QT: webkitwidgets error
Hello guys i have downloaded Qt 5.0.2 for Linux 64-bit from here http://qt-project.org/downloads. And when i try to use webkitwidgets it’s give me that error: : error: Unknown module(s) in QT:...
View Articlehtml editing issue
I want to edit html. I tried with QTexEdit but QTextEdit doesn’t support html editing fully. Please tell me anyother way of editing html ? Please help.
View ArticleSpellChecker / speller - native Qt webkit
Is there any way to configure the “Spell Checker” of webkit in Qt? Either there is function in Webkit (or QT) and I should implement it? Thanks
View ArticleQtWebKit WebInspector remote debugging protocol dont implement "Input" group
Input group of commands is presenting in Tip-of-Tree part of protocol, as i have understood. This group providing a user-friendly mouse and keyboard events dispatch related commands, that i want to...
View ArticleQWebView only work inside Qt Creator on google Map
Hello, first of all thanks to read me (i’m not english so i’ll try my best). I am coding an application that use a QWebView to display maps on google maps, everything was fine until wednesday when the...
View Articlehow to use Qt webkit in command line interface
I want to have a CLI program to get a page’s dom tree and traversal it. like the following demo, http://qt-project.org/doc/qt-5.0/qtwebkitexamples/webkitwidgets-domtraversal.html but QT WebkitWidget...
View ArticleQT Webkit cannot play html5 video
I built the youtoubeview example, but I cannot play any video. All I get from youtube is text stating that an Adobe Flash Player or a browser supporting HTML5 is required, in front of a static noise...
View ArticleHow to let <input type="file"/> remember the last selected directory...
Create an app consuming Qt webkit, create a html file including <input type=“file”/>, run the app browse this html file, select a file by <input type=“file”/> element, close...
View ArticleQT webkit Access Violation Could not initialize egl display: error 12289 when...
I build a console app with QT 5.1, msvc 64 bit, console app. It is invoked from asp.net website or a windows service (running as admin) on windows 8 64 bit version. EDIT: checking the source, the error...
View ArticleQWebView check on valid load
Hello all, I have a trouble. In my app I use proxy, sometimes works completion signal to the load, but the page isn’t fully loaded. How i can check it? Try to find “</html>”?
View ArticleHow to use qwebkitplatformplugin?
how to use qwebkitplatformplugin in a QWebView? I have the following code: #include <QWebKitPlatformPlugin> MainWindow::MainWindow(QWidget *parent, bool new) : ...
View Article