From 7f73675bc88763f1b0d6bc8d2814d5a9fd1c70f4 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 21 Jan 2021 09:47:14 +0100 Subject: [PATCH] Doc: Fix white space errors and a typo in a QDoc command name Change-Id: I906423f3b0b1053b965858c8bbb80ab29d49b576 Reviewed-by: Leena Miettinen --- doc/qtcreator/src/qtquick/library/qtquick-controls.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/qtcreator/src/qtquick/library/qtquick-controls.qdoc b/doc/qtcreator/src/qtquick/library/qtquick-controls.qdoc index 1f1f7162f10..8e98df94d7a 100644 --- a/doc/qtcreator/src/qtquick/library/qtquick-controls.qdoc +++ b/doc/qtcreator/src/qtquick/library/qtquick-controls.qdoc @@ -293,7 +293,7 @@ \image qtquickcontrols2-button-flat.gif "Flat button" - \if definded(qtdesignstudio) + \if defined(qtdesignstudio) To create a button that contains an icon, use the wizard template to \l{Creating Custom Controls}{create a custom button} and drag-and-drop the icon to the button background item. For an example of using the @@ -399,7 +399,7 @@ \section2 Round Button \uicontrol {Round Button} is a clickable control that starts an action, - or opens or closes a popup. A round button with a square image icon or + or opens or closes a popup. A round button with a square image icon or one-letter font icon is circular. A circular round button takes less space than a normal button, and can also be used as a floating action button. @@ -492,7 +492,7 @@ \uicontrol {Progress Bar} indicates the progress of an operation. You can specify the initial value in the \uicontrol Value field, but it - should be updated regularly. Specify the range in the \uicontrol From + should be updated regularly. Specify the range in the \uicontrol From and \uicontrol To fields, which can both contain any value. \image qtquick-designer-progressbar-properties.png "Progress Bar properties"