diff options
author | Leena Miettinen <riitta-leena.miettinen@digia.com> | 2013-06-18 17:30:17 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@digia.com> | 2013-06-19 16:21:42 +0200 |
commit | c469964ca5e8a624b13d45481e586f3619b27be5 (patch) | |
tree | 3fff9095181c6d3af2a31e483f5154ec9e94f491 /doc/src/qtquick | |
parent | 848741fda01359b0d26b394465fcf43748f3a8d5 (diff) | |
download | qt-creator-c469964ca5e8a624b13d45481e586f3619b27be5.tar.gz |
Doc: remove obsolete \if defined commands
The doc sources are no longer used for single-sourcing.
Change-Id: I934c88c19646d84b4de3c5787234148f947c4489
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'doc/src/qtquick')
-rw-r--r-- | doc/src/qtquick/qtquick-app-development.qdoc | 2 | ||||
-rw-r--r-- | doc/src/qtquick/qtquick-components.qdoc | 2 | ||||
-rw-r--r-- | doc/src/qtquick/qtquick-screens.qdoc | 14 |
3 files changed, 0 insertions, 18 deletions
diff --git a/doc/src/qtquick/qtquick-app-development.qdoc b/doc/src/qtquick/qtquick-app-development.qdoc index e3b40cd3be..61caacd9a8 100644 --- a/doc/src/qtquick/qtquick-app-development.qdoc +++ b/doc/src/qtquick/qtquick-app-development.qdoc @@ -64,11 +64,9 @@ \section1 Related Topics \list - \if defined(qcmanual) \li \l {Using Qt Quick Designer} \li \l {Creating Buttons} \li \l {Creating Scalable Buttons and Borders} - \endif \li \l {Exporting Designs from Graphics Software} \li \l {Using QML Modules with Plugins} diff --git a/doc/src/qtquick/qtquick-components.qdoc b/doc/src/qtquick/qtquick-components.qdoc index 05fb8f0fe5..5d453f0f70 100644 --- a/doc/src/qtquick/qtquick-components.qdoc +++ b/doc/src/qtquick/qtquick-components.qdoc @@ -109,7 +109,6 @@ \endlist - \if defined(qcmanual) The following sections contain examples of how to create some common components: @@ -130,5 +129,4 @@ top level when you are done editing the component. \image qmldesigner-breadcrumbs.png "Go into Component command" - \endif */ diff --git a/doc/src/qtquick/qtquick-screens.qdoc b/doc/src/qtquick/qtquick-screens.qdoc index 180f2d8e9d..e9b62f89d5 100644 --- a/doc/src/qtquick/qtquick-screens.qdoc +++ b/doc/src/qtquick/qtquick-screens.qdoc @@ -35,10 +35,8 @@ screens. Typically, the main qml file in a Qt Quick project specifies the main window of an application. - \if defined(qcmanual) The QML files in the project folder are displayed in \gui {QML Components} in the \gui Library pane. - \endif You can also use ready-made Qt Quick 1 Components (for Qt 4) to create screens with a native look and feel for a particular target platform. @@ -47,7 +45,6 @@ can install Qt Quick 1 Components as part of the Qt 4 SDK and the Qt Quick Controls as part of Qt 5.1, or later. - \if defined(qcmanual) \section1 Adding Components to Screens \list 1 @@ -60,7 +57,6 @@ For example, you can anchor components to a position on the screen. \endlist - \endif \section1 Using Data Models @@ -85,9 +81,7 @@ \l{http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-listmodel.html}{ListModel} and the delegate component that creates an instance for each item in the model are added automatically. You can edit item properties - \if defined(qcmanual) in the \gui Properties pane or - \endif in the code editor. You can also replace the default model and delegate with other, more complex models and delegates in the code editor. @@ -112,12 +106,9 @@ \endlist - \if defined(qcmanual) To lay out several items in a Column, Row, Grid, or Flow, select the items on the canvas, and then select \gui Layout in the context menu. - \endif - \section1 Using States @@ -127,7 +118,6 @@ controls, their properties and behavior and the available actions. For example, you can use states to create two screens. - \if defined(qcmanual) To add states, click the empty slot in the \gui States pane. Then modify the new state in the visual editor. @@ -136,8 +126,6 @@ The properties that you change in a state are highlighted with blue color. In the code editor, you can see the changes recorded as changes to the base state. - \endif - To keep the QML code clean, you should create a base state that contains all the types you will need in the application. You can then create states, @@ -160,7 +148,6 @@ \endlist - \if defined(qcmanual) To create screens for an application by using states: \list 1 @@ -195,7 +182,6 @@ \endqml \endlist - \endif */ |