Qt5.0.0 HTML5 Video
Hi, I’m developing a QtWebkit based application that will run on both OS X and Windows operating systems. I recently ported the project to Qt5.0.0 mostly for its better support of HTML5 video. Qt...
View ArticleQwebview - Mouse interaction is disabled but keyboard interaction works
Hello, I am loading remote desktop into Qwebview. It is successfully getting loaded. After loading, I am able to see mouse movements over loaded remote desktop, but not able to click icons with mouse...
View ArticleAny documentation for QWebSpellChecker?
I’ve found this class in QWebKitPlatformPlugin file in QtWebKit include directory. But there is no documentation on how to use it. How can it be used? This webkit separation in QML webKit and C++...
View ArticleDifference between QML WebKit & C++ WebKit?
Qt Docs says what there is two WebKit modules: Qt WebKit Classes for a WebKit2 based implementation and a new QML API. See also Qt WebKit Widgets in the add-on modules. Qt WebKit Widgets WebKit1 and...
View ArticleRead local file from QWebView using Ajax request
Hi, I am developing a Qt/C++ program which encapsulates an existing HTML5/JQuery web app. I used to make Ajax requests to read files from a server. But now, I would like Qt to read a file from the...
View ArticleQWebView set body onload=window.open..., it return undefined
I want to rewrite QWebPage *createWindow(QWebPage::WebWindowType type) to get the open event, but when the page is like below it not work. document\.write write “unfined”. If I call the function on a...
View ArticleQt 5: handling of CSS imports in QtHelp
Hi, I use QtHelp for my application’s help. It’s all very simple HTML and CSS code. In my help’s home page, I link a CSS file as follows: <link href="res/stylesheet.css"...
View ArticlePath to qt_webkit.pri
I am having a path issue when building qt/webkit/myapp for the ARM platform. When building WebKit for my host machine (not cross compiling), two qt_webkit.pri files are generated. – One lives in...
View ArticleHow to get the virtual keyboard to appear when a text field is tapped
Hello I am very new to Qt WebKit. Sorry if this is a very obvious question, but I’ve been trying to figure it out for a few hours and have made no progress. I have an embedded linux c++ application...
View ArticleWebRTC support in Qt WebKit
I am completly new to QT webkit . Recently there has been an increase in the applications using WebRTC framework. So I have to run teh same applications in Qt Webkit. Bascially there are 2 doubts 1....
View ArticleWebRTC support in Qt WebKit
I am completly new to QT webkit . Recently there has been an increase in the applications using WebRTC framework. So I have to run the same applications in Qt Webkit. Bascially there are 2 doubts 1....
View ArticleOverwrite the CSS style of a web page element
Hi, With Qt 4.8, I used to rely on the “@import” statement to import a CSS file into another, but for some (very annoying) reason it doesn’t work anymore in Qt 5 (see...
View ArticleQt5 QML QtWebKit 3.0 NO javaScriptWindowObjects ?
Hi i recently changed from qt4 to qt5. Now i wonder if this functionality is implemented in the new qtwebkit 3.0? I looked at the API...
View ArticleBreakpoint cannot be hit in web inspector when I ugrade from QtWebKit 4.7.2...
I used web inspector to debug Javascript codes. It worked well in QT4.7.2 and but not in 4.9.2. Anyone run into the issue? Please advise how I should solve it. Thanks in advance, Marshal
View ArticleHide source of HTML5 applications?
Hi, I just tried compiled the basic HTML5 application to try it out, but on Mac I can just click ‘Show Package Contents’ to get the HTML source code. As I want to develop a closed source application,...
View ArticleCrash application during call JavaScript function from Flash Player
Hi all. Crash application during call JavaScript function (with 2-3th times) from Flash Player Run debugger: SIGSEGV (Segmentation fault) last stack – Cannot access memory at address 0×0 else stack –...
View ArticleBuilding QTWeb (not Webkit)
Hi, I am trying to build QTWeb 3.7 and 3.7.5, without changing the code i get these errors: 1>main.obj : error LNK2019: unresolved external symbol “class QObject * __cdecl...
View ArticleQtWebKit Windows html5 video support
Hi everyone, We have an application using Qt-4.8.4 (via PySide) that uses QtWebkit and attempts to display a video via the HTML5 <video> tag. This works correctly on Linux and Mac OS X....
View ArticleBuild webkit with QT_NO_GRAPHICSVIEW
Hi, I have some problems building webkit in Qt 4.8 with the option QT_NO_GRAPHICSVIEW set. After applying the latest patch from here Compile with QT_NO_GRAPHICSVIEW [bugs.webkit.org] I got the whole...
View ArticleQWebView not recognized as type
Hello everyone, I did some searches to find a solution to my problem but have found none. My issue is, as the title states, that QWebView is not recognized as a type. I added “webkit” (without the...
View Article