Skip to content

Provides a simple but highly configurable browser for use on Kiosk devices

License

Notifications You must be signed in to change notification settings

OSSystems/qt-kiosk-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7aa4794 · Dec 1, 2023

History

29 Commits
Oct 5, 2023
Dec 4, 2018
Dec 3, 2018
Dec 7, 2018
Dec 3, 2018
Dec 1, 2023
Dec 3, 2018
Dec 3, 2018
Dec 1, 2023
Dec 1, 2023
Dec 1, 2023
Dec 7, 2018
Dec 18, 2018
Dec 7, 2018
Nov 1, 2018
Dec 3, 2018

Repository files navigation

Qt Kiosk Browser

The Qt Kiosk Browser provides a simple browser which offers a nice set of features for use on a Kiosk device. It supports:

  • Out of box screen saver
  • Virtual Keyboard
  • Highly configurable

Below is a screenshot of it showing the Qt website:

Settings

The settings file must be a JSON file.

Available settings

ScreenSaverTimeout

Enter in screen saving mode after X milliseconds (0 to disable).

Defaults to 20 minutes.

RestartTimeout

After entering in screen saving mode, restart browser after X milliseconds (0 to disable).

Defaults to 3 minutes

WebEngineSettings

Configure browser properties and generic attributes, such as JavaScript support, focus behavior, and access to remote content.

Se all available properties at: https://doc.qt.io/qt-5.11/qml-qtwebengine-webenginesettings.html#properties

Example:

{
    "ScreenSaverTimeout": 10000,
    "RestartTimeout": 2000,

    "WebEngineSettings": {
        "javascriptEnabled": false
    }
}

About

Provides a simple but highly configurable browser for use on Kiosk devices

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published