2021-04-26 06:22:35 +02:00
|
|
|
CONFIG += qskexample
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
Box.cpp \
|
|
|
|
BoxWithButtons.cpp \
|
|
|
|
CircularProgressBar.cpp \
|
2021-08-24 08:46:26 +02:00
|
|
|
CircularProgressBarSkinlet.cpp \
|
2022-07-14 14:26:45 +02:00
|
|
|
DashboardPage.cpp \
|
2021-04-26 06:22:35 +02:00
|
|
|
Diagram.cpp \
|
|
|
|
DiagramSkinlet.cpp \
|
2022-10-26 16:47:42 +02:00
|
|
|
EnergyMeter.cpp \
|
2021-08-26 17:02:31 +02:00
|
|
|
GraphicProvider.cpp \
|
2022-07-14 14:35:57 +02:00
|
|
|
GridBox.cpp \
|
2021-11-19 15:02:57 +01:00
|
|
|
LightDisplaySkinlet.cpp \
|
|
|
|
LightDisplay.cpp \
|
2021-09-24 14:47:56 +02:00
|
|
|
MainItem.cpp \
|
2021-04-26 06:22:35 +02:00
|
|
|
MenuBar.cpp \
|
|
|
|
MyDevices.cpp \
|
2022-07-14 14:35:57 +02:00
|
|
|
RoomsPage.cpp \
|
2021-04-26 06:22:35 +02:00
|
|
|
RoundedIcon.cpp \
|
|
|
|
Skin.cpp \
|
|
|
|
TopBar.cpp \
|
2021-08-04 18:55:18 +02:00
|
|
|
RoundButton.cpp \
|
|
|
|
UsageBox.cpp \
|
|
|
|
UsageDiagram.cpp \
|
2021-04-26 06:22:35 +02:00
|
|
|
MainWindow.cpp \
|
2021-08-04 18:55:18 +02:00
|
|
|
main.cpp \
|
2021-04-26 06:22:35 +02:00
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
nodes/DiagramDataNode.cpp \
|
2021-10-31 11:16:03 +01:00
|
|
|
nodes/DiagramSegmentsNode.cpp \
|
2021-11-19 15:02:57 +01:00
|
|
|
nodes/RadialTickmarksNode.cpp
|
2021-04-26 06:22:35 +02:00
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
Box.h \
|
|
|
|
BoxWithButtons.h \
|
|
|
|
CircularProgressBar.h \
|
2021-08-24 08:46:26 +02:00
|
|
|
CircularProgressBarSkinlet.h \
|
2021-04-26 06:22:35 +02:00
|
|
|
Diagram.h \
|
|
|
|
DiagramSkinlet.h \
|
2022-10-26 16:47:42 +02:00
|
|
|
EnergyMeter.h \
|
2021-08-26 17:02:31 +02:00
|
|
|
GraphicProvider.h \
|
2022-07-14 14:35:57 +02:00
|
|
|
GridBox.h \
|
2021-11-19 15:02:57 +01:00
|
|
|
LightDisplaySkinlet.h \
|
|
|
|
LightDisplay.h \
|
2022-07-14 14:26:45 +02:00
|
|
|
DashboardPage.h \
|
2021-09-24 14:47:56 +02:00
|
|
|
MainItem.h \
|
2021-04-26 06:22:35 +02:00
|
|
|
MainWindow.h \
|
|
|
|
MenuBar.h \
|
|
|
|
MyDevices.h \
|
2022-07-14 14:35:57 +02:00
|
|
|
RoomsPage.h \
|
2021-04-26 06:22:35 +02:00
|
|
|
RoundedIcon.h \
|
|
|
|
Skin.h \
|
|
|
|
TopBar.h \
|
2021-08-04 18:55:18 +02:00
|
|
|
RoundButton.h \
|
|
|
|
UsageBox.h \
|
2021-04-26 06:22:35 +02:00
|
|
|
UsageDiagram.h
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
nodes/DiagramDataNode.h \
|
2021-10-31 11:16:03 +01:00
|
|
|
nodes/DiagramSegmentsNode.h \
|
2021-11-19 15:02:57 +01:00
|
|
|
nodes/RadialTickmarksNode.h
|
2021-04-26 06:22:35 +02:00
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
images.qrc \
|
2022-06-04 17:56:14 +02:00
|
|
|
fonts.qrc
|