From c7d56716224387860993d7b79b1524e534cb5b4b Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 4 Dec 2012 15:36:42 +0100 Subject: [PATCH] Doc: add example pages for Qt Designer and Qt Linguist Move the example landing pages from example.qdoc in qtdoc to the appropriate places in qtdoc. Change-Id: Ieb5a2b001b1e20940903f3e53856bcbf8138ed76 Reviewed-by: David Schulz Reviewed-by: Jerome Pasion --- .../src/designer/doc/src/designer-examples.qdoc | 50 ++++++++++++++++++++++ .../linguist/doc/src/linguist-examples.qdoc | 45 +++++++++++++++++++ 2 files changed, 95 insertions(+) create mode 100644 src/designer/src/designer/doc/src/designer-examples.qdoc create mode 100644 src/linguist/linguist/doc/src/linguist-examples.qdoc 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 index 0000000..8f3b277 --- /dev/null +++ b/src/designer/src/designer/doc/src/designer-examples.qdoc @@ -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 index 0000000..85824f1 --- /dev/null +++ b/src/linguist/linguist/doc/src/linguist-examples.qdoc @@ -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. +*/ -- 2.7.4