qskinny/examples/iotdashboard
Peter Hartmann 3a1a7c635c
Iot dashboard: Make circular progress bar a QskControl (#124)
* IOT example, circular progress bar: Use a pen instead of a brush

That way we don't have to draw two circles, and we can in addition
use a conical gradient.

* IOT example: Make circular progress bar a QskControl

... and internally use a QskPaintedNode for now. By doing this we
already have the API ready (similar to QskProgressBar) and can
swap the QskPaintedNode with an arc renderer at a later point in
time.
2021-08-24 08:46:26 +02:00
..
fonts iot-dashboard -> iotdashboard 2021-06-04 11:55:10 +02:00
images iot-dashboard -> iotdashboard 2021-06-04 11:55:10 +02:00
kirigami iot-dashboard -> iotdashboard 2021-06-04 11:55:10 +02:00
nodes using pragma once for the examples 2021-08-04 10:11:12 +02:00
Box.cpp layout code improved 2021-08-05 11:06:48 +02:00
Box.h QskSkinnable::subcontrolProxy added 2021-08-04 15:06:44 +02:00
BoxWithButtons.cpp using subControl proxies + other improvements 2021-08-04 18:55:18 +02:00
BoxWithButtons.h using subControl proxies + other improvements 2021-08-04 18:55:18 +02:00
CircularProgressBar.cpp Iot dashboard: Make circular progress bar a QskControl (#124) 2021-08-24 08:46:26 +02:00
CircularProgressBar.h Iot dashboard: Make circular progress bar a QskControl (#124) 2021-08-24 08:46:26 +02:00
CircularProgressBarSkinlet.cpp Iot dashboard: Make circular progress bar a QskControl (#124) 2021-08-24 08:46:26 +02:00
CircularProgressBarSkinlet.h Iot dashboard: Make circular progress bar a QskControl (#124) 2021-08-24 08:46:26 +02:00
Diagram.cpp uncrustified 2021-08-04 09:31:16 +02:00
Diagram.h using pragma once for the examples 2021-08-04 10:11:12 +02:00
DiagramSkinlet.cpp uncrustified 2021-08-04 09:31:16 +02:00
DiagramSkinlet.h using pragma once for the examples 2021-08-04 10:11:12 +02:00
LightIntensity.cpp using subControl proxies + other improvements 2021-08-04 18:55:18 +02:00
LightIntensity.h using subControl proxies + other improvements 2021-08-04 18:55:18 +02:00
MainContent.cpp layout code improved 2021-08-05 11:06:48 +02:00
MainContent.h Squashed commit of the following: 2021-08-04 15:06:04 +02:00
MainWindow.cpp using subControl proxies + other improvements 2021-08-04 18:55:18 +02:00
MainWindow.h using subControl proxies + other improvements 2021-08-04 18:55:18 +02:00
MenuBar.cpp using subControl proxies + other improvements 2021-08-04 18:55:18 +02:00
MenuBar.h using subControl proxies + other improvements 2021-08-04 18:55:18 +02:00
MyDevices.cpp using subControl proxies + other improvements 2021-08-04 18:55:18 +02:00
MyDevices.h using subControl proxies + other improvements 2021-08-04 18:55:18 +02:00
PieChart.cpp uncrustified 2021-08-04 09:31:16 +02:00
PieChart.h using pragma once for the examples 2021-08-04 10:11:12 +02:00
PieChartPainted.cpp Iot dashboard: Make circular progress bar a QskControl (#124) 2021-08-24 08:46:26 +02:00
PieChartPainted.h Squashed commit of the following: 2021-08-04 15:06:04 +02:00
PieChartSkinlet.cpp uncrustified 2021-08-04 09:31:16 +02:00
PieChartSkinlet.h using pragma once for the examples 2021-08-04 10:11:12 +02:00
RoundButton.cpp using subControl proxies + other improvements 2021-08-04 18:55:18 +02:00
RoundButton.h using subControl proxies + other improvements 2021-08-04 18:55:18 +02:00
RoundedIcon.cpp using subControl proxies + other improvements 2021-08-04 18:55:18 +02:00
RoundedIcon.h layout code improved 2021-08-05 11:06:48 +02:00
Skin.cpp Iot dashboard: Make circular progress bar a QskControl (#124) 2021-08-24 08:46:26 +02:00
Skin.h Iot dashboard: Make circular progress bar a QskControl (#124) 2021-08-24 08:46:26 +02:00
TopBar.cpp using subControl proxies + other improvements 2021-08-04 18:55:18 +02:00
TopBar.h layout code improved 2021-08-05 11:06:48 +02:00
UsageBox.cpp using subControl proxies + other improvements 2021-08-04 18:55:18 +02:00
UsageBox.h using subControl proxies + other improvements 2021-08-04 18:55:18 +02:00
UsageDiagram.cpp layout code improved 2021-08-05 11:06:48 +02:00
UsageDiagram.h layout code improved 2021-08-05 11:06:48 +02:00
fonts.qrc iot-dashboard -> iotdashboard 2021-06-04 11:55:10 +02:00
images.qrc iot-dashboard -> iotdashboard 2021-06-04 11:55:10 +02:00
iotdashboard.pro Iot dashboard: Make circular progress bar a QskControl (#124) 2021-08-24 08:46:26 +02:00
main.cpp layout code improved 2021-08-05 11:06:48 +02:00