forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user