QaterialHotReload
QaterialHotReload copied to clipboard
🔥 Qml Hot Reload software.

| Configuration | Status |
|---|---|
| Windows Installer | |
| Linux AppImage | |
| MacOs Dmg |
QaterialHotReload is an app that load a .qml file, and reloads it each time the file is saved on the system.
Preview
Open file

Open Folder

Typography Menu

Icon Menu

Color Menu

Theme Button

Import Path

Build & Execute
git clone https://github.com/OlivierLDff/QaterialHotReload
cd QaterialHotReload && mkdir build && cd build
cmake ..
cmake --build .
./QaterialHotReloadApp
Make sure Qt5 can be found by find_package.
- Either pass
-DCMAKE_PREFIX_PATH=/path/to/Qt/5.15.1/<binary>.<binary>can bemsvc2019_64,gcc_64,clang_64, ... - Or set environment variable
Qt5_DIR.
Dependencies
Author
Olivier Le Doeuff, [email protected]
License
QaterialHotReload is available under the MIT license. See the License file for more info.