Quantcast
Channel: Qt DevNet forums: Qt WebKit
Browsing all 542 articles
Browse latest View live

qwebsettings font size issue

Hi, I’m having some troubles with font sizes rendered by qwebview. Shouldn’t the following two examples show the same font size? a) Set font size via qwebsettings: #include <QtGui>...

View Article


Building steps for new/old released webkit integration

Hi there, can you give me some advise, even better a procedure you usually use, to integrate and build new webkit released (i.e: 601.1.10.1 or last revision from https://trac.webkit.org/browser/trunk)...

View Article


Force PDF to always download

Hi everyone, I would like my browser using webkit to always force any pdf to download instead of being show with a pdf viewer due to the following bugs with Adobe Reader:...

View Article

[Qt 4.8.5] Jpeg/Gif Issue/problem

I am writing because I am trying to find the solution to a problem. I need to enable the display of gif and jpg images using 4.8.5 Qt version. I found many references to different links and information...

View Article

Tool to generate Code Layout of Qt WebKit 5.3.2

Hello all, I tried generating the code layout for 5.3.2 using GIT but it didn’t work out.Is there any other way(tool) to generate the code flow of my Qt Webkit..?

View Article


PluginsEnabled exist for QWebEngineSettings ?

Hi all, i’m actually doing an app, i’ve QT 5.4.0 and i need to use flash in a Chromium browser. My main.cpp : #include <QApplication> #include <QQmlApplicationEngine>...

View Article

[SOLVED] Question about addToJavaScriptWindowObject

Hi all, I have created a class whose function is going to be called from inside of a javascript. Here is my class: class web1: public QObject { public:     web1() {};  ...

View Article

addToJavaScriptWindowObject dosn´t work in Html5ApplicationViewer but in...

Hi, i have a problem with addToJavaScriptWindowObject. I started a project as HTML5 Application and then i tried to connect Javascript with Qt like this: #include <QApplication> #include...

View Article


QWebView don't interact correctly with AJAX

I’m developing a desktop application for accessing multiple instance of the Amazon Web Services site with different accounts for which i just need a basic interaction. For what i can understand the AWS...

View Article


process QWebPage content in background thread

Hi The Problem: I have QWebPage object with loaded page and after loading process I need to call QMainFrame::eveluateJavaScript() for this object frame. Evaluated script is complex so can takes a long...

View Article

SSL Authentication fails if you wait long enough before typing the credentials

1) Run Tab Browser Example (Qt5.3.1/qtwebkit-examples/examples/webkitwidgets/browser) 2) Enter an URL which needs authentication. (https://httpbin.org/basic-auth/user/passwd) Username: user Password:...

View Article

HTML5 Audio events with QWebView

Trying to get the hooks for the audio tag events in the HTML5 through QtWeKit. For that I created a sample application that just loads a html file through QwebView. The html file contains a HTML5 audio...

View Article

WARNING: Failure to find: qwebchannel.js

Trying to build the webchannel example in the 5.4 release, windows 64 bit. I’ve searched for this file on my entire hard drive and can’t find it. Where do I get it?

View Article


can't get QWebchannel demos to work

Using VS2013 (or QtCreator) , Win 7 64 bit. Using ChatServer and ChatClient-html. Start the server, then start chatclient.html in Chrome. I can type in a name in the client and press login, nothing...

View Article

Can I do this? Or is there a better way?

I’ve written an QGLWidget desktop image display and enhancement tool using OpenGL shaders. I would like to webify it and use WebGL for the “enhancements”. But because of the same domain issue (unless...

View Article


QWebView crash on Windows (not on Linux) - bug or not?

I’m developing an application that uses QWebView. It works fine on Linux (Ubuntu SDK) but fails on Windows. To identify the problem I ran the FancyBrowser example on Windows which also crashes....

View Article

QWebView not respecting html

QWebView does not seem to respect <thead> code for tables. Other attributes including CSS that I have tried seem to be working fine. Here’s what I’m doing: Create simple html code for a...

View Article


Qt5.4 webkit flash plugin not detected on Windows

Hello, I am trying to port a Qt5 web application from Linux/OSX to Windows. The application compiles and runs fine on Windows but I cannot get the flash plugin to work (works fine on Linux and OSX). I...

View Article

QWebView - How to concurrently support panning of an entire web page and...

Hi There I’ve run into a bit of an issue related to a whitelist Web Browser my company has been developing / maintaining for one of our product lines. The browser runs on top of Qt 4.8.6, using...

View Article

Problem converting html to pdf on Windows

This blogger says the code below works on linux but not Windows though I have not tried it on Linux myself: https://bharatikunal.wordpress.com/2010/01/ I realize this may be a windows problem but that...

View Article
Browsing all 542 articles
Browse latest View live