webkitgetusermedia failed in qtwebkit2.3
Hi, I have build qtwebkit 2.3 enabling media-strem for webrtc and copied the generated .so files to the lib in the qt4.8.4. When i tries to run the fancy-browser in the qt example with webrtc enable...
View ArticleEnabling WebRTC : getusermedia is not working...
Hi everyone, In my project i want to enable webRTC in my browser. But i want use qt4.8 only. I can’t use qt5. so i have downloaded qtwekit2.3 which have the support for webRTC. I have complied it for...
View ArticleWebkit text rendering performance
I ran into a problem while using the QWebView to display text, which can be moved around in the view. After adding quite some text (some thousand characters) performance drops significantly. Movement...
View ArticleReload a page cause error on java script
Hi, I am developing a window application which use QTWebview. When I load the first page, everything is ok, but the second will throw an unknow js error. Try to load the second first, nothing happens,...
View ArticleQt WebKit in chroot
Hi, This is my first post regarding the Qt webkit, currently I want to the run the Qt web browser example application inside the chroot, so I have duplicated all the required resource inside the chroot...
View Articlewebkit with autocompleter
Hi all, I’m new to qt, I’m using a qtextedit with an autocompleter with a pop-list of string, now I need to use the same autocompleter on a qwebview, but I would like to know if there is a way to...
View ArticleHow to send text to a website from a Qt desktop application and get back...
I want to send plain text or html code to a website from a qt desktop application, the website must check it from spam, then retrieve results from website in desktop application. How can I do this? I...
View ArticleQWebView crashes in Release, works in debug
Hi all, here is my minimum example: QApplication app(argc, argv); QWebView *p_WebView = new QWebView(NULL); ...
View ArticleHelp with QtWebPage/Frame please
I have already seached the Forum but couldn’t find any hint to where my mistake may be. relevant code: view = new QWebView( splitter ); ...
View ArticleQtWebKit module won't be found?
Hello, I’m making my first QtQuick application. One of the features is using a WebView. I design my application on a Windows PC with Qt 4.8.4 library. Then I compile my application for a Linux platform...
View ArticleEnabling webRTC in qtWebKit
Hi, I am trying to build qtWebkit for qt4.8.4 in a linux system with webRTC enabled. for that i have run the build script as follows Tools/Scripts/build-webkit —qt —media-stream —media-source...
View ArticleJerky screen update on my STB running on cortex A9.
Hi All, I am running the a CSS content in html file with Qt demo browser 0.1 on my STB running on Cortex A9 processor with Qt 4.8.3. I am using directfb in the background for blitting. Though my dfb...
View ArticleUnder Windows can't access remote resources via xhr
I would like to write a Qt application which uses Webkit as its gui to get data from a server and display it. I got it working unter Linux and OS X without problems but under windows the XMLHttpRequest...
View ArticleCompiling Qt5 (5.0.1 & 5.0.2) in Release mode results WebKit linking errors
Hi all :) I’m trying to build Qt5 (5.0.1 & 5.0.2) in release mode and the build breaks when building QWebProcess with the following error1: ld: library not found for -lQt5WebKitWidgets I see it...
View ArticleQWebView Javascript to Flash SWF not working
PACCPL-334LAGYA:flash jbarne200$ cat SwfTest.as package { import flash.events.*; import flash.external.*; import...
View ArticleQWebFrame::toHtml() is encoding automatically!
Below is a testing php script, <?php echo $_GET['abc'], "<br/>"; echo htmlentities($_GET['abc']); ?> If I...
View ArticleQWebView & websockets & self-signed certificates
Hi, All. I have nginx webserver with proxying websockets. I generate CA certificates, and generate clients certificates, signed by CA certificates. In my application I subclass QNetworkAccessManager...
View Articleget QObject with javascript failed!
mainwindow.h #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> namespace Ui { class MainWindow; } class MainWindow : public QMainWindow {...
View ArticleThe checkbox can not work in qt5.0.1(Qt WebKit)
qt5.0.1(Qt WebKit) i complied the Qt\Qt5.0.1\5.0.1\mingw47_32\examples\webkitwidgets\browser and run zhe brower. but all the check box(check button an radio button) in the html page doesn’t work.
View ArticleAdding webkit webkitwidgets to .pro causes undefined references during linking.
Greetings: I am using Qt 5.0.0 on Redhat 6.3 I wanted to add a QWebView to a project I am currently working on. When I add ‘webkit’ and ‘webkitwidgets’ to the QT variable in the .pro file I am getting...
View Article