aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtdesignstudio/examples/doc/loginui2.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-07-02 18:06:43 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-08-17 08:53:10 +0000
commit3d68fa647ca2764a0149e45bc8ae63f2660a6db1 (patch)
treef892d282388176ea70322d04793874514f338385 /doc/qtdesignstudio/examples/doc/loginui2.qdoc
parent7adc062cf9370cb81c6766020a82ab5dc1f9e849 (diff)
Doc: Update info on using Custom Button wizard template
...to create buttons in Qt Design Studio Update some of the tutorial source files accordingly. Change-Id: Id8afc9bf66c30129701bf7951cbc48068137e145 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'doc/qtdesignstudio/examples/doc/loginui2.qdoc')
-rw-r--r--doc/qtdesignstudio/examples/doc/loginui2.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/qtdesignstudio/examples/doc/loginui2.qdoc b/doc/qtdesignstudio/examples/doc/loginui2.qdoc
index 97ca6a2cdd4..b1ed1e56029 100644
--- a/doc/qtdesignstudio/examples/doc/loginui2.qdoc
+++ b/doc/qtdesignstudio/examples/doc/loginui2.qdoc
@@ -56,9 +56,9 @@
First, you will add a new rectangle to \uicontrol {Form Editor} and move
all the current UI components to it to create a new page. Then, you will
\l {Setting Anchors and Margins}{anchor} the static elements on the
- page, that is the logo image (\e logo) and page title (\e pageTitle),
- to the page. When you created the project using the new project wizard
- in Part 1 of this example, the wizard anchored \e pageTitle to the
+ page, that is the logo image (\e logo) and page title (\e pageTitle), to the
+ page. When you created the project using the new project wizard template
+ in Part 1 of this example, the wizard template anchored \e pageTitle to the
vertical and horizontal center of the page. Therefore, you will only
need to replace the vertical anchor of \e pageTitle with a top anchor
to align it with \e logo on the page.