aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtdesignstudio/examples
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-02-25 11:24:03 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-02-26 08:10:19 +0000
commit4cd4316a16c15cb0344ddd2bc84f43483913340c (patch)
tree65f4016367772827ee4beb9684e5f00e0163b299 /doc/qtdesignstudio/examples
parentfa59e02f89cc581f27095fb63134a6eb3c554f95 (diff)
Doc: Replace "pane" with "view"
...for anything listed in Window > Views, except "Output Pane". Task-number: QTCREATORBUG-23582 Change-Id: I1a46de22657dd5779d693a5078b5aca8b1b57a37 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'doc/qtdesignstudio/examples')
-rw-r--r--doc/qtdesignstudio/examples/doc/loginui1.qdoc4
-rw-r--r--doc/qtdesignstudio/examples/doc/loginui3.qdoc6
-rw-r--r--doc/qtdesignstudio/examples/doc/loginui4.qdoc8
3 files changed, 9 insertions, 9 deletions
diff --git a/doc/qtdesignstudio/examples/doc/loginui1.qdoc b/doc/qtdesignstudio/examples/doc/loginui1.qdoc
index 18a7d8d499..3be68658aa 100644
--- a/doc/qtdesignstudio/examples/doc/loginui1.qdoc
+++ b/doc/qtdesignstudio/examples/doc/loginui1.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2019 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Design Studio documentation.
@@ -79,7 +79,7 @@
\QDS creates a set of boilerplate files and folders that you need to create
a UI using Qt Quick and QML. The files are listed in the \uicontrol Project
- tab in the \uicontrol Navigator and in the \uicontrol Projects pane. For
+ tab in the \uicontrol Navigator and in the \uicontrol Projects view. For
more information, see \l {Viewing Project Files}.
\image loginui1-project-files.png
diff --git a/doc/qtdesignstudio/examples/doc/loginui3.qdoc b/doc/qtdesignstudio/examples/doc/loginui3.qdoc
index 1bfa856b3e..e4b143a7a6 100644
--- a/doc/qtdesignstudio/examples/doc/loginui3.qdoc
+++ b/doc/qtdesignstudio/examples/doc/loginui3.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2019 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Design Studio documentation.
@@ -117,9 +117,9 @@
components on the canvas:
\list 1
- \li In the \uicontrol States pane, select the \inlineimage plus.png
+ \li In the \uicontrol States view, select the \inlineimage plus.png
button.
- \image loginui3-login-state.png "States pane"
+ \image loginui3-login-state.png "States view"
\li Enter \e loginState as the state name.
\li Select \e verifyPasswordField in the \uicontrol Navigator,
and deselect the \uicontrol Visibility check box in
diff --git a/doc/qtdesignstudio/examples/doc/loginui4.qdoc b/doc/qtdesignstudio/examples/doc/loginui4.qdoc
index 66fd5886c5..93204d05f3 100644
--- a/doc/qtdesignstudio/examples/doc/loginui4.qdoc
+++ b/doc/qtdesignstudio/examples/doc/loginui4.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2019 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Design Studio documentation.
@@ -85,7 +85,7 @@
\list 1
\li Open \e {Screen01.ui.qml} in the Design mode for editing.
- \li In the \uicontrol States pane, select the \inlineimage close.png
+ \li In the \uicontrol States view, select the \inlineimage close.png
(\uicontrol Close) button in \e loginState and \e registerState
to remove the states.
\li In the \uicontrol {Text Editor}, remove the following line:
@@ -259,11 +259,11 @@
\section1 Binding Animation to States
You will now bring back the \l{Adding States}{states} in the
- \uicontrol States pane and bind them to the animation settings
+ \uicontrol States view and bind them to the animation settings
in the \uicontrol Timeline view:
\list 1
- \li In the \uicontrol States pane, select the \inlineimage plus.png
+ \li In the \uicontrol States view, select the \inlineimage plus.png
button twice to add two states called \e loginState and
\e registerState. You don't need to make any property changes this
time, because you'll bind the states to property animations.