playing video with Qt’s QtWebKit module
playing video with Qt’s QtWebKit module if you’re using Google Chrome ,When you open the following link https://d2pq0u4uni88oo.cloudfront.net/projects/79786/video-87361-h264_high.mp4 you’ll see a video...
View ArticleChanging Classes with jQuery sometime does not affected.
Hi, Following this thread http://stackoverflow.com/questions/195951/change-an-elements-css-class-with-javascript [stackoverflow.com], I use javascript frameworks and libraries in Peter Boughton answer...
View ArticleBlink fork, what's Qt position?
Last week, Google decided to fork WebKit as Blink for integration in Chrome. Does it impact Qt framework? If so, will Qt go for Blink or continue with WebKit? Announcement on Chromium blog:...
View ArticleQtWebKit 3: without QML?
Hello, I would like to use QtWebKit 3 (aka WebKit2 if I’m correct) with Qt 5. Currently, when porting a project from Qt 4 to Qt 5, it seems that QtWebKit 3 is not used. The simplest example found is...
View Articlecan Qt WebKit detect specific network card
i have a specific network USB card (like USB 3G), but PC realize it like USB device. I want to send request to that device (then that device will send request to server itself). Say simply, i dont want...
View ArticleAvoid automatic entity encoding
Hi, i couldn’t find any possibility or workaround to get the HTML source from a QWebView with preserved entities. So i hope someone can point me to something i’ve overseen ;) The problem is, when i set...
View Articlethe sound don't stop when QWebView window closed (loaded with youtube video)
I load a youtube video with QWebView by the following code ,when the video is playing I close the QWebView window ,but I still can hear the voice from that video even when QWebView window is closed, so...
View ArticleText field bug
Hi, I have a simple web view which contains a button and a hidden text field. When double click the button, the text field will show up, allow user to edit button text. Click outside the text field to...
View ArticleDisplay local flash.swf
Hi Guys I Have to display several local flash files in qml/webkit. At this point i fail while loading the first one for no particular reason. The Setup is easy: WebView { ...
View ArticleProblem with QtWebkit installation after building Qt5 on windows with...
Hello, I am trying to build Qt5 on windows using win32-msvc2102. The build seems to be going OK but when I try to run the youtubeview example I get the error: qrc:///youtubeview.qml:42:1: module...
View Article[Solved] Inspector disabled in Qt 4.x MinGW build?!
In the Visual Studio binary distribution of Qt, the WebKit inspector is enabled by default. However, in the MinGW builds (both in the binary distributions and when building from sources) it seems to be...
View Articlethreaded webkit rendering
Hi need to render a web page in a thread to avoid loose time in the main loop. I have tried with qwebpage rendering in a qimage in a thread but it’s seems it’s not possible. Is there any way to render...
View ArticleQt - Necessitas And QtWebkit Problem
Hi All, i’m using qt-Necessitas for Android.When i create a new qt-quick project, that s work fine, but when i try to use in file main.qml the qt – webkit i receive an error : “:module “QTWebKit” is...
View ArticleProblem in opening new window without bypassing credential prompt when every...
Guys, Am sub-classing QWebView class in following way. QWebView *WebView::createWindow(QWebPage::WebWindowType type) { Q_UNUSED(type); QWebView...
View ArticleQWebPage chooseFile function override problem
Hi all, I am trying to upload a file programmatically to an input type file. My goal is to press the choose file button on a website and instead of seeing the dialog insert a file with software. I...
View ArticleQwebview: check box graphics.
Hi all, I am using Qt 5.0.2 on windows 7. When I display a check box on a web view, the appearance is very crazy: http://db.tt/zPt1vEIt (disable visual style) and http://db.tt/zkYz2keD (enable visual...
View ArticleQGraphicsWebView rendering webpage issue
Hi Guys, I tried to render webpage using QGraphicsWebView here. Page is rendering but some how text is not rendered correctly. Am using QT 5, is it problem in QT 5 becoz above is perfectly rendering...
View ArticleQWebElement and MathMl tags
I have a HTML page with MathMl. I use QWebElement to parse it. I don’t want to render the MathMl with QtWebKit, I just to go through the DOM and look the tags and values. So, I do it, I get MathMl tag...
View ArticleQWebView Page Loading Issue in Release Mode with Windows
Hello All, I am facing very strange problem with QWebView, In my application I need to get web page source which have Japanese Characters. Here is my code void MainWindow::on_btnGetSource_clicked() {...
View ArticleQt 5: QtWebkit 3/WebKit2: Bridging C++ objects to Javascript and vice versa
Hello, I would like to expose C++ QObjects to Javascript code. With Qt 4.8 it was pretty straightforward. With Qt 5 also but by using/binding to the “old” WebKit1 (QtWebKit 2.0). Does this QObject...
View Article