Modern reimplementation of Workrave in Qt. It is designed to help with Repetitive Strain Injury (RSI), but in a much stricter way than the original Workrave implementation.
You can download one of the releases, extract it anywhere and open WorkraveQt
.
- Install a recent version of Qt (you can bypass the account requirement by setting
0.0.0.0
as a proxy) - (Optional) Configure Qt Creator
- Open
src/WorkraveQt.pro
in Qt Creator
To avoid using Qt's official setups that require an account you can use aqtinstall.
pip install aqtinstall
aqt install-qt windows desktop 5.12.12 win64_msvc2017_64
aqt install-tool windows desktop tools_qtcreator_gui
You can find more available Qt configurations here.