"Download failed: connection refused" problem
Hello, I found this strange error, “Download failed: connection refused” when i start the demo application available in the example folder of Qt. Does anybody have experience this. The demo project is...
View Article[RESOLVED] Are WOFF fonts supported in QWebView in QT 5.1
Hi, My fonts are not displaying correctly and I think that is may be that fact that they are WOFF fonts from google. Does anyone know if WOFF fonts are supported out of the box in QT 5.1 or do I need...
View ArticleQueryStrings getting removed by QWebView
I have a Qurl that I am using to set the url of a webview. However the query string values are getting stripped by the webview. QUrl( "http://xxx.xxxxxxxxx.com/1502?touch=false" )...
View ArticleWebkit support for webRTC?
Hello, Totally new to QT, we are looking at different solutions to implement a “skype like” desktop application. One of the first things that came to mind to avoid developing a total native application...
View ArticleDisabling webkit
Hi. I made my first QT project (in QT5) and I have the exe up and running but the size of the needed DLLs is quite big. The 3 ICU DLLs are almost 50% of that, and since I don’t use web pages or js I...
View ArticleImplementation of NPN_GetAuthenticationInfo(..) in QtWebKit ???
Hello! I need info!!! In the QtWebKit I miss the callback for NPN_GetAuthenticationInfo(..) call for plugins. The method WebCore::PluginView::getAuthenticationInfo() is not implemented. Is there some...
View Articlehelp...about qtwebkit build in qt5
i really got a “icu yes” in the file config.summry but, when i run “build-webkit”, i got a “icu miss“message, and stopped my build. who know why? and ,i found that build-webkit get the icu configure by...
View ArticleQt 4.7.4: FancyBrowser crashes on page load
Hi all, on trying to find a bug in my application i’ve discovered the same behavior for FancyBrowser [Qt 4.7.4] When loading one of the following pages the browser instantly crashes:...
View ArticleQt5.2.1+EGLFS / WebKit2 running on i.MX6q ?
Hi, I’ve build Qt5.2.1+EGLFS for imx6qsabresd board, based on a yocto sysroot (master branch). I’m able to run most Qt examples, including the Qt5_cinematic_experience. Now, my focus is on WebKit:...
View ArticleNo Mention of WebEngine (Chromium) In Qt 5.3?
I was just perusing http://qt-project.org/wiki/New-Features-in-Qt-5.3 and noticed that it makes no mention of QWebEngine, Chromium, CEF, or anything, even as preview support. Does anybody know the...
View Articlecheck if url is an image
is there any way to check, using the webview, if the loaded page is an image or not?.. for example if i open this link image from google-search-image [phfg.fulcri.it] how can i check if it is an image?
View Article[Solved] how to use QML or Qt to open a web URL using android's or IOS's...
I am developing android/IOS SW using QML and Qt, and need to allow users to click on a web Url (or a related button) and then the SW immediately open a web browser like the native ones on android/IOS...
View ArticleQtWebKit 3.0 (QML) + Windows XP SP3 + graphics card OpenGL 1.x
My system: Windows XP Home SP3 Video: Mobile Intel 945 Express Chipset Family (latest driver) Qt 5.2.0 MSVC2010 (ANGLE) My graphics card in my netbook supports only OpenGL 1.4, so I try to use ANGLE....
View ArticleDetermining the device pixel density or scale factor
I was working with responsive images in Webkit and I came across this ‘deviceScaleFactor’ attribute with determines the pixel density on the target device. I was unable to find out how does Webkit...
View ArticleHow to make Qt5 QWebView transparent
We used to use trick http://blog.qt.digia.com/blog/2009/06/30/transparent-qwebview-or-qwebpage/ to make QWebView transparent with Qt4 as following, but same code give us blank background with Qt 5.2....
View ArticleRender html to image/qpicture
I am trying to render html data to qimage or qpicture using QWebPage/QWebFrame without QWebView: auto htmlData = R"( <!DOCTYPE html> <html> <body>...
View ArticleSimulating iput type="file" process
Hi all, I have a webpage where I have an input type=“file” section to upload selected images from the computer. So, as you know, user clicks on the button and a dialog box opens to select the images...
View ArticleAccess to WebKit Internal API
Hi, I am trying to access WebCore internal classes like the RenderObject but they are not exported symbols in the final Qt5Webkit.dll . Is there a simple/easy way to export all the symbols in the build...
View ArticleNot be able to play videos by using video tag in html5
I use Qt 5.2.1 for Windows 64-bit (VS 2012, 556 MB) which get from http://qt-project.org/downloads, and bulid the Brower demo; then I found it can’t paly the video. Anyone can give me a help, thanks!
View ArticleWebView display blank white screen
I’ve used the Webview to display the webpage within the my QtQuick app. But its showing the blank screen instead of displaying the webpage. Also it gives some warning saying “using qt quick 1 code...
View Article