aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/qmllanguage.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/src/qmllanguage.qdoc')
-rw-r--r--src/qml/doc/src/qmllanguage.qdoc86
1 files changed, 0 insertions, 86 deletions
diff --git a/src/qml/doc/src/qmllanguage.qdoc b/src/qml/doc/src/qmllanguage.qdoc
deleted file mode 100644
index a4cc1845d8..0000000000
--- a/src/qml/doc/src/qmllanguage.qdoc
+++ /dev/null
@@ -1,86 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/
-**
-** This file is part of the documentation of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:FDL$
-** GNU Free Documentation License
-** Alternatively, this file may be used under the terms of the GNU Free
-** Documentation License version 1.3 as published by the Free Software
-** Foundation and appearing in the file included in the packaging of
-** this file.
-**
-** Other Usage
-** Alternatively, this file may be used in accordance with the terms
-** and conditions contained in a signed written agreement between you
-** and Nokia.
-**
-**
-**
-**
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-/*!
-\page qmllanguage.html
-\ingroup qt-gui-concepts
-\ingroup overviews
-\title QML
-\brief Provides a declarative language for building highly
-dynamic applications.
-
-QML is a declarative language for creating flexible and reusable types. The
-language features property binding, signal and handler event system, and a
-mechanism to bind to the Qt Framework. JavaScript expressions bind to properties
-to create dynamic applications.
-
-
-\list
- \li QML Introduction
-\endlist
-
-\section1 Types and Properties
- \list
- \li \l{QML Basic Types}{Basic Types}
- \li QML Types
- \li \l{QML Components}{Components}
- \li \l{Properties and Property Binding in QML}{Properties and Property Binding}
- \li \l{QML Syntax}
- \endlist
-
-\section1 Event System
- \list
- \li \l{QML Signal and Handler Event System}{Signal and Handler Event System}
- \endlist
-
-\section1 JavaScript Expressions
- \list
- \li \l{List of JavaScript Objects and Functions}
- \li \l{JavaScript Expressions in QML}{JavaScript Reference}
- \endlist
-
-\section1 Imports and Namespaces
- \list
- \li \l{QML Modules}{Modules}
- \endlist
-
-\section1 Managing QML Objects
- \list
- \li \l{Dynamic Object Management in QML}{Dynamic Object Management}
- \li \l{QML Performance}{Performance}
- \endlist
-
-\section1 Reference
- \list
- \li \l{QML Internationalization}{Internationalization}
- \li \l{QtQuickTest Reference Documentation}
- \li \l{Debugging QML}
- \li \l{QML Coding Conventions}{Coding Conventions}
- \li \l{QML Security}{Security Model}
- \li \l{QML Scope}{Scope Model}
- \li \l{QML Documents}{Documents}
- \endlist
-*/