Questions tagged as 'qtwebkit'

3
answers

How to run programs written in Python on windows hiding terminal feedback

I have the following situation: I have a program written in python that works with Gtk + webkit + flask. To run such a program I should log in to the CMD and type "python.py file" and it will starta my GUI application normally. Where according t...
asked by 23.12.2015 / 04:46
1
answer

How to use qtwebkit-plugins in my project?

QtWebkit-plugins is a library that provides features for QWebView , such as SpellCheck/Corretor ortografico and Notification Web API .    Read about on:       SpellCheck    Notification Web API...
asked by 04.03.2015 / 21:21
1
answer

How to customize "Notification Web API" in Qt?

I'm creating a simple browser using QtWebkit and added it the "support" for Notification Web API using QWebPage::setFeaturePermission . An example: function notifyMe() { if (Notification.permission === "granted") {...
asked by 03.03.2015 / 18:46
0
answers

How to use Geolocation API with QtWebkit?

You can use Geolocation API with Desktop applications using QWebView ?    I've tried Qt WebKit and HTML5 geolocation , but it does not work.    I tried it's the qt5 position api support for desktop app (like mac or windows) ,...
asked by 22.03.2015 / 19:33