https://github.com/andrewn/qtwebkit-js-example
Expose Qt objects as javascript objects in a QtWebKit view
https://github.com/andrewn/qtwebkit-js-example
Last synced: 9 months ago
JSON representation
Expose Qt objects as javascript objects in a QtWebKit view
- Host: GitHub
- URL: https://github.com/andrewn/qtwebkit-js-example
- Owner: andrewn
- Created: 2012-02-04T18:04:46.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-04T18:05:24.000Z (over 14 years ago)
- Last Synced: 2025-01-03T03:05:34.514Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 112 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a basic demo showing:
- a Qt app running full-screen
- exposing a javascript object from Qt
## app
The Qt app. You can compile it using Qt Creator.
The fullscreen call is in main.cpp
The javascript object is defined in main.qml
## server
A simple HTML page that outputs the contents of
the window.qt object