Skip to content

Various scripts showing functionality of the PySide implementation of QtWebkit

Notifications You must be signed in to change notification settings

lmortimer/QtWebKit-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic.py

The most basic demonstration of a QWebView.

event.py

Demonstrates how to listen for an event, specifically QWebFrame.loadFinished().

useragent.py

Defines a class which extends QWebPage, overrides setUserAgentForUrl() method, defines a custom user agent on all requests.

settings.py

Shows how to enable and disable various settings including the Web Inspector/Debugger, Javascript, Local Storage and Plugins (Flash).

map/map.py

Demonstrates passing data from Python into the Javascript context of the QWebView. Takes the location specified in the QLineEdit and passes it to the Google Map loaded in the HTML.

About

Various scripts showing functionality of the PySide implementation of QtWebkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages