aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/stocqt/stocqt.qrc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2016-11-18 17:35:29 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2016-11-30 14:28:25 +0000
commit63c34dc6c1c6f24f8e83f295adc70fdcc392f8c5 (patch)
tree8081b7de90b5f2deab0fe74af7991229070dbc6c /examples/quick/demos/stocqt/stocqt.qrc
parent005857c492ff2a907987e5aed4c61163a6f3fc44 (diff)
StocQt example: Use QtQuick.Layouts instead of anchors
- Move the StockListView delegate and the top banner to separate files. - Use QtQuick.Layouts in place of anchors for most parts, improving code readability and app scalability. Change-Id: Ie8f13ef261bb343f15e9484bd15f8b94101daeb5 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/quick/demos/stocqt/stocqt.qrc')
-rw-r--r--examples/quick/demos/stocqt/stocqt.qrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/quick/demos/stocqt/stocqt.qrc b/examples/quick/demos/stocqt/stocqt.qrc
index 920e56d4d0..ab7772a62a 100644
--- a/examples/quick/demos/stocqt/stocqt.qrc
+++ b/examples/quick/demos/stocqt/stocqt.qrc
@@ -16,5 +16,7 @@
<file>content/StockInfo.qml</file>
<file>content/Settings.qml</file>
<file>content/+windows/Settings.qml</file>
+ <file>content/StockListDelegate.qml</file>
+ <file>content/Banner.qml</file>
</qresource>
</RCC>