https://github.com/kernelconcepts/qt-mini-browser
Simple Qt/QML based webkit browser
https://github.com/kernelconcepts/qt-mini-browser
Last synced: 5 months ago
JSON representation
Simple Qt/QML based webkit browser
- Host: GitHub
- URL: https://github.com/kernelconcepts/qt-mini-browser
- Owner: kernelconcepts
- License: gpl-3.0
- Created: 2018-07-13T10:33:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T16:13:15.000Z (almost 8 years ago)
- Last Synced: 2025-02-03T13:29:56.513Z (over 1 year ago)
- Language: QML
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qt-mini-browser
Simple Qt/QML based webkit browser
## Installation
The qt mini browser can be installed using `dpkg` as follows:
``` bash
dpkg -i qt-mini-browser_1.0.0_armhf.deb
apt install -f
```
## Usage
The browser can be started showing an initial page given by the first command line argument:
``` bash
qt-mini-browser https://kernelconcepts.de
```
To visit another page a physical keyboard has to be connected. `ALT+BACKSPACE` shows the url text field, which can be edited and confirmed by pressing `ENTER`.