043bca132ef6b1d2ee501b74585356801a5772f7
[profile/ivi/qtdeclarative.git] / examples / quick / canvas / contents / Stocks.qml
1 /****************************************************************************
2 **
3 ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
4 ** Contact: http://www.qt-project.org/
5 **
6 ** This file is part of the examples of the Qt Toolkit.
7 **
8 ** $QT_BEGIN_LICENSE:BSD$
9 ** You may use this file under the terms of the BSD license as follows:
10 **
11 ** "Redistribution and use in source and binary forms, with or without
12 ** modification, are permitted provided that the following conditions are
13 ** met:
14 **   * Redistributions of source code must retain the above copyright
15 **     notice, this list of conditions and the following disclaimer.
16 **   * Redistributions in binary form must reproduce the above copyright
17 **     notice, this list of conditions and the following disclaimer in
18 **     the documentation and/or other materials provided with the
19 **     distribution.
20 **   * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
21 **     the names of its contributors may be used to endorse or promote
22 **     products derived from this software without specific prior written
23 **     permission.
24 **
25 ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 ** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27 ** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
28 ** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29 ** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
30 ** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
31 ** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32 ** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33 ** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34 ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35 ** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
36 **
37 ** $QT_END_LICENSE$
38 **
39 ****************************************************************************/
40
41 import QtQuick 2.0
42
43 ListModel {
44     id:stocks
45     //Data from : http://en.wikipedia.org/wiki/NASDAQ-100
46
47     ListElement {name:"Activision Blizzard"; stockId:"ATVI"}
48     ListElement {name:"Adobe Systems Incorporated"; stockId:"ADBE"}
49     ListElement {name:"Akamai Technologies, Inc"; stockId:"AKAM"}
50     ListElement {name:"Alexion Pharmaceuticals"; stockId:"ALXN"}
51     ListElement {name:"Altera Corporation"; stockId:"ALTR"}
52     ListElement {name:"Amazon.com, Inc."; stockId:"AMZN"}
53     ListElement {name:"Amgen Inc."; stockId:"AMGN"}
54     ListElement {name:"Apollo Group, Inc."; stockId:"APOL"}
55     ListElement {name:"Apple Inc."; stockId:"AAPL"}
56     ListElement {name:"Applied Materials, Inc."; stockId:"AMAT"}
57     ListElement {name:"Autodesk, Inc."; stockId:"ADSK"}
58     ListElement {name:"Automatic Data Processing, Inc."; stockId:"ADP"}
59     ListElement {name:"Baidu.com, Inc."; stockId:"BIDU"}
60     ListElement {name:"Bed Bath & Beyond Inc."; stockId:"BBBY"}
61     ListElement {name:"Biogen Idec, Inc"; stockId:"BIIB"}
62     ListElement {name:"BMC Software, Inc."; stockId:"BMC"}
63     ListElement {name:"Broadcom Corporation"; stockId:"BRCM"}
64     ListElement {name:"C. H. Robinson Worldwide, Inc."; stockId:"CHRW"}
65     ListElement {name:"CA, Inc."; stockId:"CA"}
66     ListElement {name:"Celgene Corporation"; stockId:"CELG"}
67     ListElement {name:"Cephalon, Inc."; stockId:"CEPH"}
68     ListElement {name:"Cerner Corporation"; stockId:"CERN"}
69     ListElement {name:"Check Point Software Technologies Ltd."; stockId:"CHKP"}
70     ListElement {name:"Cisco Systems, Inc."; stockId:"CSCO"}
71     ListElement {name:"Citrix Systems, Inc."; stockId:"CTXS"}
72     ListElement {name:"Cognizant Technology Solutions Corporation"; stockId:"CTSH"}
73     ListElement {name:"Comcast Corporation"; stockId:"CMCSA"}
74     ListElement {name:"Costco Wholesale Corporation"; stockId:"COST"}
75     ListElement {name:"Ctrip.com International, Ltd."; stockId:"CTRP"}
76     ListElement {name:"Dell Inc."; stockId:"DELL"}
77     ListElement {name:"DENTSPLY International Inc."; stockId:"XRAY"}
78     ListElement {name:"DirecTV"; stockId:"DTV"}
79     ListElement {name:"Dollar Tree, Inc."; stockId:"DLTR"}
80     ListElement {name:"eBay Inc."; stockId:"EBAY"}
81     ListElement {name:"Electronic Arts Inc."; stockId:"ERTS"}
82     ListElement {name:"Expedia, Inc."; stockId:"EXPE"}
83     ListElement {name:"Expeditors International of Washington, Inc."; stockId:"EXPD"}
84     ListElement {name:"Express Scripts, Inc."; stockId:"ESRX"}
85     ListElement {name:"F5 Networks, Inc."; stockId:"FFIV"}
86     ListElement {name:"Fastenal Company"; stockId:"FAST"}
87     ListElement {name:"First Solar, Inc."; stockId:"FSLR"}
88     ListElement {name:"Fiserv, Inc."; stockId:"FISV"}
89     ListElement {name:"Flextronics International Ltd."; stockId:"FLEX"}
90     ListElement {name:"FLIR Systems, Inc."; stockId:"FLIR"}
91     ListElement {name:"Garmin Ltd."; stockId:"GRMN"}
92     ListElement {name:"Gilead Sciences, Inc."; stockId:"GILD"}
93     ListElement {name:"Google Inc."; stockId:"GOOG"}
94     ListElement {name:"Green Mountain Coffee Roasters, Inc."; stockId:"GMCR"}
95     ListElement {name:"Henry Schein, Inc."; stockId:"HSIC"}
96     ListElement {name:"Illumina, Inc."; stockId:"ILMN"}
97     ListElement {name:"Infosys Technologies"; stockId:"INFY"}
98     ListElement {name:"Intel Corporation"; stockId:"INTC"}
99     ListElement {name:"Intuit, Inc."; stockId:"INTU"}
100     ListElement {name:"Intuitive Surgical Inc."; stockId:"ISRG"}
101     ListElement {name:"Joy Global Inc."; stockId:"JOYG"}
102     ListElement {name:"KLA Tencor Corporation"; stockId:"KLAC"}
103     ListElement {name:"Lam Research Corporation"; stockId:"LRCX"}
104     ListElement {name:"Liberty Media Corporation, Interactive Series A"; stockId:"LINTA"}
105     ListElement {name:"Life Technologies Corporation"; stockId:"LIFE"}
106     ListElement {name:"Linear Technology Corporation"; stockId:"LLTC"}
107     ListElement {name:"Marvell Technology Group, Ltd."; stockId:"MRVL"}
108     ListElement {name:"Mattel, Inc."; stockId:"MAT"}
109     ListElement {name:"Maxim Integrated Products"; stockId:"MXIM"}
110     ListElement {name:"Microchip Technology Incorporated"; stockId:"MCHP"}
111     ListElement {name:"Micron Technology, Inc."; stockId:"MU"}
112     ListElement {name:"Microsoft Corporation"; stockId:"MSFT"}
113     ListElement {name:"Mylan, Inc."; stockId:"MYL"}
114     ListElement {name:"NetApp, Inc."; stockId:"NTAP"}
115     ListElement {name:"Netflix, Inc."; stockId:"NFLX"}
116     ListElement {name:"News Corporation, Ltd."; stockId:"NWSA"}
117     ListElement {name:"NII Holdings, Inc."; stockId:"NIHD"}
118     ListElement {name:"NVIDIA Corporation"; stockId:"NVDA"}
119     ListElement {name:"O'Reilly Automotive, Inc."; stockId:"ORLY"}
120     ListElement {name:"Oracle Corporation"; stockId:"ORCL"}
121     ListElement {name:"PACCAR Inc."; stockId:"PCAR"}
122     ListElement {name:"Paychex, Inc."; stockId:"PAYX"}
123     ListElement {name:"Priceline.com, Incorporated"; stockId:"PCLN"}
124     ListElement {name:"Qiagen N.V."; stockId:"QGEN"}
125     ListElement {name:"QUALCOMM Incorporated"; stockId:"QCOM"}
126     ListElement {name:"Research in Motion Limited"; stockId:"RIMM"}
127     ListElement {name:"Ross Stores Inc."; stockId:"ROST"}
128     ListElement {name:"SanDisk Corporation"; stockId:"SNDK"}
129     ListElement {name:"Seagate Technology Holdings"; stockId:"STX"}
130     ListElement {name:"Sears Holdings Corporation"; stockId:"SHLD"}
131     ListElement {name:"Sigma-Aldrich Corporation"; stockId:"SIAL"}
132     ListElement {name:"Staples Inc."; stockId:"SPLS"}
133     ListElement {name:"Starbucks Corporation"; stockId:"SBUX"}
134     ListElement {name:"Stericycle, Inc"; stockId:"SRCL"}
135     ListElement {name:"Symantec Corporation"; stockId:"SYMC"}
136     ListElement {name:"Teva Pharmaceutical Industries Ltd."; stockId:"TEVA"}
137     ListElement {name:"Urban Outfitters, Inc."; stockId:"URBN"}
138     ListElement {name:"VeriSign, Inc."; stockId:"VRSN"}
139     ListElement {name:"Vertex Pharmaceuticals"; stockId:"VRTX"}
140     ListElement {name:"Virgin Media, Inc."; stockId:"VMED"}
141     ListElement {name:"Vodafone Group, plc."; stockId:"VOD"}
142     ListElement {name:"Warner Chilcott, Ltd."; stockId:"WCRX"}
143     ListElement {name:"Whole Foods Market, Inc."; stockId:"WFM"}
144     ListElement {name:"Wynn Resorts Ltd."; stockId:"WYNN"}
145     ListElement {name:"Xilinx, Inc."; stockId:"XLNX"}
146     ListElement {name:"Yahoo! Inc."; stockId:"YHOO"}
147 }