QWebView: strange problem with embedded images
Hi there! I’m faced by very strange problem. I need to convert generated HTML-code into image. For that I use such code: QPixmap img(imgWidth, imgHeight); QPainter painter(&img);...
View ArticleQML WebVew (QtWebKit 3.0) shows content zoomed out, until dbclick.
Hi. Here is my problem. QML WebVew shows content zoomed out, until dbclick. But how can I make it 100% scale immediately after loading?
View ArticleHow to Pinch zoom in the browser using the QtWebkit?
I’d like to support Pinch zoom in the browser using the QtWebkit. There is a (Qtwebkit-examples/examples/webkitwidgets/browser) sample browser to sources of Qt5.1.1 . This browser does not seem to...
View ArticleUrl works under windows but no under Linux (QWebView)
Hi all, I have a trouble with QWebView. When i load this page https://desktop.pingone.com/, it works under windows but no under linux. I use qt 5.1.1 for both, i do not have any ssl errors on Linux....
View ArticleQML to develop HTML
Hi Everyone! I have a very newbie level question, so please bear with me. I am GPGPU programmer mainly adept with C++ and OpenCL (and OpenGL), and as unfortunate as my fate is, I am bound to develop...
View ArticleMac OSX qt5 Become a Native PrintDialog on QWebView
I have the trackpad QTouchEvent screen zooming on my mac and no printer support.. :-( I try from old qt4 sample code and other stuff or demo. Is this a mac problem? void BigFox::printPwd() { #ifndef...
View ArticleQWebView 4.8 on windows
I am using Qt 4.8. I successfully compiled application using QWebView on linux. After this I converted .pro file to Visual Studio 2010 project using qmake and compiled on windows. When I run on windows...
View ArticleEmbedded object not loaded when "display:none" style property is added
Hi all, my application (on linux desktop for now) is based on Qt 4.8 and displays a web page using the Webview object. I also have an NPAPI plug-in to handle objects like <object...
View ArticleForce URL in QWebView
Hi, I’d like to force domain loaded in QWebView. i.e. if the url doesn’t start by “http(s)://www.domain.xxx”, => then abort and load “http(s)://www.domain.xxx” For example, I tryed like this:...
View ArticleCompile Qt5.x + webkit without mmx support
Hi, In previous version of qt (4.x), one can configure qt with option -no-mmx. In newer versions, that option is no longer applicable. I have been mucking around the source code and couldn’t find a way...
View Articlecomment mettre en ligne un tutoriel crée avec Qt
Bonjour, je suis une débutante dans le langage C++ et Qt, je viens de créer avec Qt un tutoriel interactif sur les calculs de doses (pour des étudiants en soins infirmiers). Au fur et à mesure, il y a...
View ArticleENABLE_VIDEO and ENABLE_MEDIA_SOURCE in QtWebkit2.3
HI all, I’m trying to build QtWebkit2.3 (download from https://gitorious.org/webkit/qtwebkit-23) for Qt4.8 in a linux OS. I have run the build script as follows: Tools/Scripts/build-webkit —qt...
View Articleqt5.2 webview html5 drag&drop failed
i write a webpage with image drag and drop from a img tag to div…it works fine in chrome and other browser..with Qt4.8.4 webview it works fine too..but with qt5.2.0 webview it failed…i don’t kown why....
View ArticleQt Project with Cocoa Webview got a compilation error
Since Mac App Store doesn’t accept Qt webkit apps, I am trying to use webview of Cocoa in my Qt app. The problem is I failed to compile it with Qt5.1.1, but successful with Qt5.2.0, However, I cannot...
View Article[Solved]WebView can't load flash plugin to play swf file
hi I have stuck with this flash problem for days,my environment is windows 7 64bit, Qt5.2 32bit, adobe flash player 11 32bit and my code is like these: WebView { ...
View ArticleGet data from webpage upon clicks on links
Hi I have a webpage used as GUI. The contents of the page is filled with dynamic data from an SQL server by the php scripts in the webpage. When the user clicks a certain link I need to get the data...
View ArticleQt5 QWebView not properly responding to touch events
I’m using a simple kiosk web browser called WCGBrowser [github.com] written in PyQt5 using a QWebView, running on a Debian Testing machine with Qt5 version 5.1.1. The computer’s only input device is a...
View ArticleQtWebKit interim files and release doesn't get created in specified OUTPUT...
I am building qtwebkit 2.3 with commandline as, WEBKIT_OUTPUTDIR=`pwd`/qt485-rpi-qpa ../qtwebkit-23/Tools/Scripts/build-webkit —qt I am expecting it to create interim files and release output in...
View ArticleQtWebKit rotates glyphs in vertical layout
Hi Everyone, I would like to render Asian scripts in vertical mode. The WebKit version in PySide 1.2.1 (which we currently use) is AppleWebKit 534.34 does rot rencer it correctly. Even PyQt5 (5.1.1)...
View ArticleQt5, eglfs, WebKit2 ,Qml and Snowshoe
hi there I’ve been playing around with getting a browser with proper WebGL support to run on my i.IMX6Q target. I have already tried the browsers from qt5 examples, i.e. browser and fancybrowser. The...
View Article