Qt 5.0.1 QWebView. Problem with showing JPGs
I have QtWebKit application on Windows. Everything works properly, but the kitchen sink… I have no idea why it doesn’t show JPGs. I have /imageformats directory with plugins in the root directory. It...
View Articlevideo tag handler in qt webkit
Where is video tag in HTML5 being handled in qt 4.8 webkit(version 2.2)?
View ArticleQWebPage/QWebFrame Slowing Down GUI
Hi I’m trying to do some preloading of web pages behind the scenes, and then cache everything to display later. I tried directly creating a QWebPage without displaying it, but that caused some pretty...
View ArticleDoes Qt WebKit work with ios yet in Qt 5.1 beta?
Hi all, I’m trying to use QWebView inside a Qt app I’m writing for iOS. The basic compilation worked fine but when I tried to add Qt += webkit to my pro file and build it but it said it can’t find the...
View ArticleHow to mimic in QWebKit something like "Inspect" in firebug?
Hello all i like to be able to mimic the function of firebug ( browser plugin ) inspect functionality . i found something that called inspector in webkit , but i have no idea how to implement it or if...
View ArticleQML WebView (QtWebKit 1.0) Help !!
I have a problem in a QML WebView, i need to make button to reload a page. I created the button with mouse area, i tried myWebView.reload but nothing happends! Can anyone help me with this, it’s drive...
View ArticleQML WebView 3.0 don't use the provided QQmlNetworkAccessManagerFactory
I have subclassed QQmlNetworkAccessManagerFactory because I want that the QML WebView item sends a custom user agent string. But it seems the WebView doesn’t use the custom...
View ArticleQWebView wait load
Hello all, i try to load some site, but QObject::connect(&view,SIGNAL(loadFinished(bool)),&loop,SLOT(quit())); does not work (slot never calls, but site displayed correclty). It’s...
View ArticleTrouble making search bar for browser
Hello! I am new to Qt and programming in general. If this thread is in the wrong section, just let me know. Ok, so basically I have been working on my own homemade browser, and I have encountered a...
View ArticleQWebKit, Qt 5.0.2, videos.
I have no idea how to include any video into pages that are shown by QWebView. Neither HTML5-video tag (with any codec) nor Flash-player doesn’t work. I’ve read that it can’t play HTML5 video (I’ve...
View ArticleWebkit 2 drawing
I have been going through the webkit 2 code. But I am not able to findout how the bitmaps are shared between the webprocess and the UI process. Can anybody point me to the appropriate class or share...
View ArticleInvalidArgument: POST requires exacty one file upload per request
I try to use QHttpMultiPart to post a file but there is a following errr: <Error> <Code>InvalidArgument</Code> <Message>POST requires exactly one...
View Articleqt 5.0.2, enabling html5 video audio support
Hi, I just want to share my experience after successfully patching and building qt 5.0.2 with HTML5 video/audio support. qt build system will automatically enable audio support if you have...
View ArticleQt webView issues in Qt 5
Hello, I got 3 issues when I’m trying to put QWebView in mainwindow.ui. I recorded this so you can view whats going on: My issues recorded [youtube.com] NOTE: Sorry for low sound,my microphone is broken.
View Articleusb programming and .net
i have this book that teaches usb programming in .net so can i use the .net in qt creator or qt IDE to call the functions of .net and if yes how to do that
View ArticleAccessing QWebInspector elements
Hello, I would like to extend QWebInspector context menu and add option ‘Copy XPath’, the same as we have in Chrome inspector. Currently I am stuck at retrieving any information about right-clicked...
View ArticleOpenSSL Websites are not working in the Demo QT Browser
Hi All, We are using AM3354 ARM Cortex-A8 Microprocessor. Now we are testing the prebuilt images and Root File System in the EVM. In the “browser” QT application of Matrix GUI, we tried to load the...
View ArticleQWebElement evaluateJavaScript doesn't work
Hello all, I have a code QWebView view; view.show(); QWebElement elem = view.page()->mainFrame()->documentElement(); QEventLoop loopLoad;...
View ArticleQWebView clear all cookies
Sorry for my many topics I have a code view.page()->networkAccessManager()->setCookieJar(0); But this code disable all cookies If i try that QList<QNetworkCookie> list;...
View ArticleQt 5, QtWebKit, Flash-plugin availability
How can I get information if Flash NPAPI plugin available for WebKit in program? I have following code ui->_client->settings()->setAttribute(QWebSettings::PluginsEnabled, true);...
View Article