/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance with the commercial license agreement provided with the ** Software or, alternatively, in accordance with the terms contained in ** a written agreement between you and The Qt Company. For licensing terms ** and conditions see https://www.qt.io/terms-conditions. For further ** information use the contact form at https://www.qt.io/contact-us. ** ** GNU General Public License Usage ** Alternatively, this file may be used under the terms of the GNU ** General Public License version 3 as published by the Free Software ** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT ** included in the packaging of this file. Please review the following ** information to ensure the GNU General Public License requirements will ** be met: https://www.gnu.org/licenses/gpl-3.0.html. ** ****************************************************************************/ import QtQuick 2.1 ListModel { ListElement { name: "Calculator with more info on something bla bla on Qt if you know" description: "his demo shows how to write a simple calculator application in QML and JavaScript." imageSource: "http://doc.qt.io/qt-4.8/images/qml-calculator-example-small.png" } ListElement { name: "RSS News Reader" description: "This demo shows how to write a RSS news reader in QML." imageSource: "http://doc.qt.io/qt-4.8/images/qml-rssnews-demo-small.png" } ListElement { name: "Twitter" description: "This demo shows how to write a mobile Twitter search client in QML. Use it to see what people think about Qt Quick!" imageSource: "http://doc.qt.io/qt-4.8/images/qml-twitter-demo-small.png" } ListElement { name: "Basic Drawing Example" description: "The Basic Drawing example shows how to display basic graphics primitives in a variety of styles using the QPainter class." imageSource: "http://doc.qt.io/qt-4.8/images/basicdrawing-example.png" } ListElement { name: "Border Layout Example" description: "The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules. The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules. The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules. The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules." imageSource: "http://doc.qt.io/qt-4.8/images/borderlayout-example.png" } }