Clean up StocQt demo
authorAlan Alpert <alan.alpert@nokia.com>
Tue, 24 Jul 2012 02:15:47 +0000 (12:15 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 24 Jul 2012 05:53:05 +0000 (07:53 +0200)
commita53253d89fc281d8754aeeaaa497cf42ce5d314e
tree44d2fbaaf0cd0b62a23e726f7517171d9ffb450a
parentc315908dc4331ee5f47012865842352ea0dd6ca4
Clean up StocQt demo

Rename, add cpp shell, add doc file, add project files.

Task-number: QTBUG-26235
Change-Id: I51c2abefbadbadbadae0abdde5a52f857bcdb68b
Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
23 files changed:
doc/src/images/qml-stocqt-demo-small.png [new file with mode: 0644]
examples/demos/demos.pro
examples/demos/stocqt/content/Button.qml [moved from examples/demos/stockchart/content/Button.qml with 100% similarity]
examples/demos/stocqt/content/DatePicker.qml [moved from examples/demos/stockchart/content/DatePicker.qml with 100% similarity]
examples/demos/stocqt/content/StockChart.qml [moved from examples/demos/stockchart/content/StockChart.qml with 100% similarity]
examples/demos/stocqt/content/StockListModel.qml [moved from examples/demos/stockchart/content/StockListModel.qml with 100% similarity]
examples/demos/stocqt/content/StockListView.qml [moved from examples/demos/stockchart/content/StockListView.qml with 100% similarity]
examples/demos/stocqt/content/StockModel.qml [moved from examples/demos/stockchart/content/StockModel.qml with 100% similarity]
examples/demos/stocqt/content/StockSettings.qml [moved from examples/demos/stockchart/content/StockSettings.qml with 100% similarity]
examples/demos/stocqt/content/StockView.qml [moved from examples/demos/stockchart/content/StockView.qml with 100% similarity]
examples/demos/stocqt/content/images/icon-calendar-anim.png [moved from examples/demos/stockchart/content/images/icon-calendar-anim.png with 100% similarity]
examples/demos/stocqt/content/images/icon-calendar.png [moved from examples/demos/stockchart/content/images/icon-calendar.png with 100% similarity]
examples/demos/stocqt/content/images/icon-items.png [moved from examples/demos/stockchart/content/images/icon-items.png with 100% similarity]
examples/demos/stocqt/content/images/icon-settings.png [moved from examples/demos/stockchart/content/images/icon-settings.png with 100% similarity]
examples/demos/stocqt/content/images/logo.png [moved from examples/demos/stockchart/content/images/logo.png with 100% similarity]
examples/demos/stocqt/content/images/stock-selected.png [moved from examples/demos/stockchart/content/images/stock-selected.png with 100% similarity]
examples/demos/stocqt/content/images/wheel-touch.png [moved from examples/demos/stockchart/content/images/wheel-touch.png with 100% similarity]
examples/demos/stocqt/content/images/wheel.png [moved from examples/demos/stockchart/content/images/wheel.png with 100% similarity]
examples/demos/stocqt/main.cpp [new file with mode: 0644]
examples/demos/stocqt/stocqt.pro [new file with mode: 0644]
examples/demos/stocqt/stocqt.qdoc [new file with mode: 0644]
examples/demos/stocqt/stocqt.qml [moved from examples/demos/stockchart/main.qml with 100% similarity]
examples/demos/stocqt/stocqt.qmlproject [new file with mode: 0644]