aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/stocqt/content/qmldir
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-01-27 12:07:50 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-01-27 14:18:04 +0000
commit67c4017054baf394062ab4f869d9ca9d299d3354 (patch)
tree378d13bbc1abb7bde11dc1160d9f89130bc9a958 /examples/quick/demos/stocqt/content/qmldir
parentafbfdcff3b3cd14f16736b7c84e04fe9ad61ef8d (diff)
stocqt example: Choose font depending on platform.
The example used the font "Open Sans" which is only available on UNIX platforms and causes it to look baroque on WinRT. Add a settings file specifying the font and override via file selector. Change-Id: I1a9284d928ac57289d75b5fb9477849ac518787b Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'examples/quick/demos/stocqt/content/qmldir')
-rw-r--r--examples/quick/demos/stocqt/content/qmldir10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/quick/demos/stocqt/content/qmldir b/examples/quick/demos/stocqt/content/qmldir
new file mode 100644
index 0000000000..bcfa27b484
--- /dev/null
+++ b/examples/quick/demos/stocqt/content/qmldir
@@ -0,0 +1,10 @@
+singleton Settings 1.0 Settings.qml
+Button 1.0 Button.qml
+CheckBox 1.0 CheckBox.qml
+StockChart 1.0 StockChart.qml
+StockInfo 1.0 StockInfo.qml
+StockListModel 1.0 StockListModel.qml
+StockListView 1.0 StockListView.qml
+StockModel 1.0 StockModel.qml
+StockSettingsPanel 1.0 StockSettingsPanel.qml
+StockView 1.0 StockView.qml