Doc: add example pages for Qt Designer and Qt Linguist
authorLeena Miettinen <riitta-leena.miettinen@digia.com>
Tue, 4 Dec 2012 14:36:42 +0000 (15:36 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 4 Dec 2012 17:49:51 +0000 (18:49 +0100)
Move the example landing pages from example.qdoc in qtdoc
to the appropriate places in qtdoc.

Change-Id: Ieb5a2b001b1e20940903f3e53856bcbf8138ed76
Reviewed-by: David Schulz <david.schulz@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
src/designer/src/designer/doc/src/designer-examples.qdoc [new file with mode: 0644]
src/linguist/linguist/doc/src/linguist-examples.qdoc [new file with mode: 0644]

diff --git a/src/designer/src/designer/doc/src/designer-examples.qdoc b/src/designer/src/designer/doc/src/designer-examples.qdoc
new file mode 100644 (file)
index 0000000..8f3b277
--- /dev/null
@@ -0,0 +1,50 @@
+/****************************************************************************
+**
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** 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 Digia.  For licensing terms and
+** conditions see http://qt.digia.com/licensing.  For further information
+** use the contact form at http://qt.digia.com/contact-us.
+**
+** GNU Free Documentation License Usage
+** 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.  Please review the following information to ensure
+** the GNU Free Documentation License version 1.3 requirements
+** will be met: http://www.gnu.org/copyleft/fdl.html.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+    \group examples-designer.html
+    \ingroup all-examples
+    \title Qt Designer Examples
+    \brief Using Qt Designer to build your UI.
+
+    Qt Designer is a capable graphical user interface designer that lets you
+    create and configure forms without writing code. GUIs created with
+    Qt Designer can be compiled into an application or created at run-time.
+
+    \list
+    \li \l{designer/arthurplugin}{Arthur Plugin}
+    \li \l{designer/calculatorbuilder}{Calculator Builder}\raisedaster
+    \li \l{designer/calculatorform}{Calculator Form}\raisedaster
+    \li \l{designer/customwidgetplugin}{Custom Widget Plugin}\raisedaster
+    \li \l{designer/taskmenuextension}{Task Menu Extension}\raisedaster
+    \li \l{designer/containerextension}{Container Extension}\raisedaster
+    \li \l{designer/worldtimeclockbuilder}{World Time Clock Builder}\raisedaster
+    \li \l{designer/worldtimeclockplugin}{World Time Clock Plugin}\raisedaster
+    \endlist
+
+    Examples marked with an asterisk (*) are fully documented.
+*/
diff --git a/src/linguist/linguist/doc/src/linguist-examples.qdoc b/src/linguist/linguist/doc/src/linguist-examples.qdoc
new file mode 100644 (file)
index 0000000..85824f1
--- /dev/null
@@ -0,0 +1,45 @@
+/****************************************************************************
+**
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** 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 Digia.  For licensing terms and
+** conditions see http://qt.digia.com/licensing.  For further information
+** use the contact form at http://qt.digia.com/contact-us.
+**
+** GNU Free Documentation License Usage
+** 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.  Please review the following information to ensure
+** the GNU Free Documentation License version 1.3 requirements
+** will be met: http://www.gnu.org/copyleft/fdl.html.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+    \group examples-linguist.html
+    \ingroup all-examples
+    \ingroup internationalization
+    \title Qt Linguist Examples
+    \brief Using Qt Linguist to internationalize your Qt application.
+
+    Internationalization is a core feature of Qt. These examples show how to
+    access translation and localization facilities at run-time.
+
+    \list
+    \li \l{hellotr}{Hello tr()}\raisedaster
+    \li \l{arrowpad}{Arrow Pad}\raisedaster
+    \li \l{trollprint}{Troll Print}\raisedaster
+    \endlist
+
+    Examples marked with an asterisk (*) are fully documented.
+*/