Most voted "qtwebkit" questions
4 questions
Sort by count of
-
7
votes3
answers25438
viewsHow to run programs written in Python in windows by hiding terminal feedback
I have the following situation: I have a program written in python that works with Gtk + Webkit + flask. To run such program I must enter from CMD and type "python.py file" and it starts my GUI…
-
5
votes1
answer214
viewsHow to use qtwebkit-plugins in my project?
Qtwebkit-plugins is a library that provides functionalities for QWebView, as SpellCheck/Corretor ortografico and Notification Web API. Read about in: SpellCheck Notification Web API I tried to…
-
3
votes1
answer134
viewsHow to customize "Notification Web API" in Qt?
I am creating a simple browser using Qtwebkit and added in it the "support" for Notification Web API using the QWebPage::setFeaturePermission. An example: function notifyMe() { if…
-
2
votes0
answers111
viewsHow to use Geolocation API with Qtwebkit?
It is possible to use Geolocation API with desktop applications using QWebView? I tried to Qty Webkit and HTML5 Geolocation, but it doesn’t work. I tried to it’s the Qt5 position api support for…