slint/examples/iot-dashboard
Olivier Goffart 2f71547040 iot-dashboard: remove useless layout
This was fixed
2021-06-29 14:54:47 +02:00
..
images WIP iot-dashboard 2021-05-07 10:27:58 +02:00
.gitignore Added boilerplate for C++ iot dashboard 2021-05-17 11:12:08 +02:00
CMakeLists.txt Fix C++ iot-dashboard build with older CMake versions 2021-05-20 16:56:51 +02:00
dashboard.cpp Sync C++ iot-dashboard: Apply spacing to grid layout 2021-06-22 14:31:41 +02:00
dashboard.h Change the humidity in the iot dashboard to random values every four seconds 2021-05-18 13:07:26 +02:00
iot-dashboard.60 iot-dashboard: remove useless layout 2021-06-29 14:54:47 +02:00
main.60 iot-dashboard: layout adjustment 2021-06-22 14:26:54 +02:00
main.cpp Janitor: Fix typos in comments and user-facing strings 2021-06-28 08:32:25 +02:00
README Some more comments to iot-dashboard 2021-05-18 16:55:07 +02:00

This example is a clone of https://github.com/peter-ha/qskinny/tree/iot-dashboard/examples/iot-dashboard

The images are originating from that repository

The main.60 and iot-dashboard.60 files are basically a pure translation from
the C++ QSkinny code to self-contained .60.

Online preview:
https://sixtyfps.io/editor/preview.html?load_url=https://raw.githubusercontent.com/sixtyfpsui/sixtyfps/master/examples/iot-dashboard/main.60

The Example was also extended with .cpp code to show how to use the C++
interpreter to dynamically generate .60 files on the fly and to show different
widgets and their backend, forwarding all the properties from widgets to the
root so they can be changed by the backends.