summaryrefslogtreecommitdiffstats
path: root/tradeshow/knx-demo/qml.qrc
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2018-04-23 09:03:28 +0200
committerAndrew O'Doherty <andrew.odoherty@qt.io>2018-04-26 08:03:03 +0000
commitefba3d85875b20bd40e93bc6d94aca1531f25aae (patch)
tree3a36d929d8b780c074506d8f5ef970a67b6e44a7 /tradeshow/knx-demo/qml.qrc
parent55df38263ee7902eff15ab452fa8bc222fcf07b3 (diff)
Add Qt KNX tradeshow demo application
Move from: http://code.qt.io/cgit/qt/qtknx.git/ Change-Id: I92de81ebb1505fe8c8349300321606ec7b2ea120 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'tradeshow/knx-demo/qml.qrc')
-rw-r--r--tradeshow/knx-demo/qml.qrc43
1 files changed, 43 insertions, 0 deletions
diff --git a/tradeshow/knx-demo/qml.qrc b/tradeshow/knx-demo/qml.qrc
new file mode 100644
index 0000000..850bc0d
--- /dev/null
+++ b/tradeshow/knx-demo/qml.qrc
@@ -0,0 +1,43 @@
+<RCC>
+ <qresource prefix="/">
+ <file>qtquickcontrols2.conf</file>
+ <file>ui/main.qml</file>
+ <file>ui/KnxBoardLayout.qml</file>
+ <file>ui/components/KnxSwitch.qml</file>
+ <file>ui/components/BlindSimulationView.qml</file>
+ <file>ui/components/ColorSlider.qml</file>
+ <file>ui/components/E1LedView.qml</file>
+ <file>ui/components/E2LedView.qml</file>
+ <file>ui/components/E3E4LedView.qml</file>
+ <file>ui/components/E5E6LedView.qml</file>
+ <file>ui/components/E7E8LedView.qml</file>
+ <file>ui/components/E9LedView.qml</file>
+ <file>ui/components/E10LedView.qml</file>
+ <file>ui/components/E11LedView.qml</file>
+ <file>ui/components/E12LedView.qml</file>
+ <file>ui/components/E13LedView.qml</file>
+ <file>ui/components/E14LedView.qml</file>
+ <file>images/ArrowDown.png</file>
+ <file>images/ArrowUp.png</file>
+ <file>images/icon_light.png</file>
+ <file>images/topBar.png</file>
+ <file>images/settings_icon.png</file>
+ <file>images/quit_icon.png</file>
+ <file>images/e1View.png</file>
+ <file>images/e2View.png</file>
+ <file>images/e3e4View.png</file>
+ <file>images/e5e6View.png</file>
+ <file>images/e10View.png</file>
+ <file>images/temperature_symbol.png</file>
+ <file>images/clock.png</file>
+ <file>images/Qt-logo-medium.png</file>
+ <file>images/rainbow.png</file>
+ <file>images/on_green.png</file>
+ <file>images/off.png</file>
+ <file>images/blind.png</file>
+ <file>images/blindCover.png</file>
+ <file>images/on_orange.png</file>
+ <file>images/stop_orange.png</file>
+ </qresource>
+ <qresource prefix="/examples"/>
+</RCC>