https://github.com/equalsraf/webapp
A Qt based implementation of a WebApp container
https://github.com/equalsraf/webapp
Last synced: about 2 months ago
JSON representation
A Qt based implementation of a WebApp container
- Host: GitHub
- URL: https://github.com/equalsraf/webapp
- Owner: equalsraf
- Created: 2018-07-19T16:03:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T16:04:39.000Z (almost 8 years ago)
- Last Synced: 2025-01-16T22:46:53.311Z (over 1 year ago)
- Language: C++
- Size: 85.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WebApp is a web application container that turns web pages into desktop
applications.
# Build instructions
WebApp requires Qt and QJson to work. To build it use qmake.
For example in \*nix systems with make, you would:
$ qmake
$ make
# How does it work?
Just call
$ webapp
Each webapp is described as a JSon config file. Check the examples directory
for a few samples.
# Features
At this point the following features are supported:
* Restrict view to certain hosts, or wildcard domains
* Disable Javascript