aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/stocqt/doc/src/stocqt.qdoc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2017-11-30 10:24:37 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2018-01-31 08:27:04 +0000
commit283a0bba8bad0dc8c7f52ad827974895b3370a0e (patch)
tree3595ca4bc2e302558022bded0c480f3e0e76e7a0 /examples/quick/demos/stocqt/doc/src/stocqt.qdoc
parent6eaa95662c2d4ba287ac5d1de5ec49bd3a9f59e6 (diff)
Example: Switch to offine dataset
- Added offline dataset from quandl instead of the Google finance API - Reduced the no. of stocks - Removed the JS library as it was not required with the offline dataset - Updated documentation and application's image to reflect the change Task-number: QTBUG-64432 Change-Id: I4d117de71ab07bf9b2654f5d61afc3ed0e9ce084 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'examples/quick/demos/stocqt/doc/src/stocqt.qdoc')
-rw-r--r--examples/quick/demos/stocqt/doc/src/stocqt.qdoc13
1 files changed, 6 insertions, 7 deletions
diff --git a/examples/quick/demos/stocqt/doc/src/stocqt.qdoc b/examples/quick/demos/stocqt/doc/src/stocqt.qdoc
index c2fa4062cb..e324cf63b5 100644
--- a/examples/quick/demos/stocqt/doc/src/stocqt.qdoc
+++ b/examples/quick/demos/stocqt/doc/src/stocqt.qdoc
@@ -30,19 +30,18 @@
\ingroup qtquickdemos
\example demos/stocqt
\brief A configurable stock chart for the NASDAQ-100.
- \image qtquick-demo-stocqt.png
+ \borderedimage qtquick-demo-stocqt.png
The \e{StocQt} application presents a trend chart for the first stock in
- the list of NASDAQ-100 stocks maintained by it. It allows the user to
- choose another stock from the list, and fetches the required data for
- the selected stock by sending an \c XMLHttpRequest to
- http://finance.yahoo.com.
+ the list of NASDAQ-100 stocks. It allows the user to choose another stock
+ from the list, and fetches the required data from the offline dataset
+ using \c XMLHttpRequest.
The application uses several custom types such as Button, CheckBox,
StockChart, StockInfo, StockView, and so on. These types are used to
present the stock data in a readable form and also let the user customize
- the trend chart. For example, the user can choose to view the yearly,
- monthly, or daily trends in the stock price.
+ the trend chart. For example, the user can choose to view the weekly,
+ monthly, quarterly, or half yearly trends in the stock price.
The application uses the ObjectModel type to access the two visual data
models that it depends on.