8000 GitHub - vivien/webviewer: Fullscreen QWebEngineView instance with remote control
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fullscreen QWebEngineView instance with remote control

Notifications You must be signed in to change notification settings

vivien/webviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebViewer

WebViewer is a QWebEngineView (i.e. Chromium) instance wrapper in a fullscreen window, with a remote control to set the URL.

Compile

WebViewer requires qt5-webengine and can be built with qmake and make:

$ qmake
$ make

Usage

You can see the different options then start a WebViewer with:

$ ./webviewer -h
$ ./webviewer

Set the URL from a terminal with:

$ echo http://demo.marpi.pl/spider/ | nc -u localhost 7755

About

Fullscreen QWebEngineView instance with remote control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0