status-desktop/qt-example-app
Richard Ramos 49b6dd887a feat: example QT app 2021-10-08 14:13:10 -04:00
..
build
.gitignore
CMakeLists.txt
README.md
main.cpp
main.qml
qml.qrc

README.md

Example QT app

cd build
cmake ..
make
./test-qtapp

This example app just shows how to plug-in status-go in a qt-app. Also check status-cpp