aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/stocqt/content/qmldir
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/content/qmldir
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/content/qmldir')
-rw-r--r--examples/quick/demos/stocqt/content/qmldir2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/quick/demos/stocqt/content/qmldir b/examples/quick/demos/stocqt/content/qmldir
index bcfa27b484..77f5ed3c56 100644
--- a/examples/quick/demos/stocqt/content/qmldir
+++ b/examples/quick/demos/stocqt/content/qmldir
@@ -8,3 +8,5 @@ StockListView 1.0 StockListView.qml
StockModel 1.0 StockModel.qml
StockSettingsPanel 1.0 StockSettingsPanel.qml
StockView 1.0 StockView.qml
+StockListDelegate 1.0 StockListDelegate.qml
+Banner 1.0 Banner.qml