An open API service indexing awesome lists of open source software.

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

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