summaryrefslogtreecommitdiff
path: root/doc/qtdesignstudio
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2022-07-11 15:30:22 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2022-07-12 10:39:52 +0000
commit226abd4de75dfa9542af5be043cda74a5ebdc4af (patch)
tree94548ffd3e459d4030f06b62c96ad73f18d1a93e /doc/qtdesignstudio
parentb8f66276fd7a33452a51715c1a3cd8e4038a0d80 (diff)
downloadqt-creator-226abd4de75dfa9542af5be043cda74a5ebdc4af.tar.gz
Doc: Do not use comma before "because"
Change-Id: I375342fa10b95e26a3de2524610905c4d5503d3e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'doc/qtdesignstudio')
-rw-r--r--doc/qtdesignstudio/examples/doc/coffeemachine.qdoc2
-rw-r--r--doc/qtdesignstudio/examples/doc/washingMachineUI.qdoc4
-rw-r--r--doc/qtdesignstudio/src/components/qtquick-buttons.qdoc2
-rw-r--r--doc/qtdesignstudio/src/components/qtquick-controls.qdoc4
-rw-r--r--doc/qtdesignstudio/src/components/qtquick-images.qdoc2
-rw-r--r--doc/qtdesignstudio/src/overviews/qtquick-placeholder-data.qdoc2
-rw-r--r--doc/qtdesignstudio/src/qtdesignstudio-javascript.qdoc4
-rw-r--r--doc/qtdesignstudio/src/qtquickdesigner-components/qtdesignstudio-visual-effects.qdoc2
-rw-r--r--doc/qtdesignstudio/src/views/qtquick-properties.qdoc2
9 files changed, 12 insertions, 12 deletions
diff --git a/doc/qtdesignstudio/examples/doc/coffeemachine.qdoc b/doc/qtdesignstudio/examples/doc/coffeemachine.qdoc
index 1f9cfb8baf..38186fe45d 100644
--- a/doc/qtdesignstudio/examples/doc/coffeemachine.qdoc
+++ b/doc/qtdesignstudio/examples/doc/coffeemachine.qdoc
@@ -168,7 +168,7 @@
\image coffee-machine-timeline-settings.png
We set the start frame for the \c {"selection"} state to 400 and
- the end frame to 200, because we are moving back on the timeline to display
+ the end frame to 200 because we are moving back on the timeline to display
the selection sidebar.
In the \uicontrol {Transition to state} field, we select the state to
diff --git a/doc/qtdesignstudio/examples/doc/washingMachineUI.qdoc b/doc/qtdesignstudio/examples/doc/washingMachineUI.qdoc
index 32cbc60ae3..2c35cf9bc8 100644
--- a/doc/qtdesignstudio/examples/doc/washingMachineUI.qdoc
+++ b/doc/qtdesignstudio/examples/doc/washingMachineUI.qdoc
@@ -90,7 +90,7 @@
\l {basic-image}{Image}, \l Text, and \l {Mouse Area} components. For the
screen background, we use the \l {basic-rectangle}{Rectangle} component.
- The text might look different on the desktop and MCUs, because on the
+ The text might look different on the desktop and MCUs because on the
desktop we use dynamic font loading, whereas on MCUs fonts are compiled
into application sources. Therefore, the text will always be Maven Pro
on MCUs, whereas on the desktop you'd need to have Maven Pro installed
@@ -227,7 +227,7 @@
\skipto Item {
\printuntil }
- We have to do it this way, because we are developing for MCUs. We have to
+ We have to do it this way because we are developing for MCUs. We have to
use either \c when conditions or set the state directly through code,
which overrides \c when conditions. Otherwise, we could just select the
action to change to the state that we want in the \uicontrol Action field.
diff --git a/doc/qtdesignstudio/src/components/qtquick-buttons.qdoc b/doc/qtdesignstudio/src/components/qtquick-buttons.qdoc
index 2a6b36695d..21adaeba50 100644
--- a/doc/qtdesignstudio/src/components/qtquick-buttons.qdoc
+++ b/doc/qtdesignstudio/src/components/qtquick-buttons.qdoc
@@ -198,7 +198,7 @@
\inlineimage icons/anchor-fill.png
(\uicontrol {Fill to Parent}) button to always make the
image the same size as its parent. This makes the button
- component scalable, because the image size is bound to the
+ component scalable because the image size is bound to the
component size.
\endlist
\li Select the other border image to edit the values of its properties
diff --git a/doc/qtdesignstudio/src/components/qtquick-controls.qdoc b/doc/qtdesignstudio/src/components/qtquick-controls.qdoc
index 9faf9b85c9..1dba08cf28 100644
--- a/doc/qtdesignstudio/src/components/qtquick-controls.qdoc
+++ b/doc/qtdesignstudio/src/components/qtquick-controls.qdoc
@@ -70,7 +70,7 @@
components, unless it has been explicitly set for them.
\note Take care when enabling wheel events for controls within scrollable
- components, such as \l Flickable, because the control will consume the
+ components, such as \l Flickable because the control will consume the
events, and therefore interrupt scrolling of the flickable.
\uicontrol Spacing is useful for controls that have multiple or repetitive
@@ -130,7 +130,7 @@
The button text should be a verb describing the action, or a noun matching
the title of the popup that will be opened.
- Don't use a button to set state, because a \l Switch is more suitable for
+ Don't use a button to set state because a \l Switch is more suitable for
that purpose.
\section3 Highlighted Buttons
diff --git a/doc/qtdesignstudio/src/components/qtquick-images.qdoc b/doc/qtdesignstudio/src/components/qtquick-images.qdoc
index 256289fd92..1dabc0aae6 100644
--- a/doc/qtdesignstudio/src/components/qtquick-images.qdoc
+++ b/doc/qtdesignstudio/src/components/qtquick-images.qdoc
@@ -118,7 +118,7 @@
If the source is an intrinsically scalable image (such as SVG), source size
determines the size of the loaded image regardless of intrinsic size.
- Avoid changing the source size property dynamically, because rendering an
+ Avoid changing the source size property dynamically because rendering an
SVG is slow compared with rendering other image formats.
If the source is a non-scalable image (such as JPEG), the loaded image will
diff --git a/doc/qtdesignstudio/src/overviews/qtquick-placeholder-data.qdoc b/doc/qtdesignstudio/src/overviews/qtquick-placeholder-data.qdoc
index 237cfc67ef..bfdb708a24 100644
--- a/doc/qtdesignstudio/src/overviews/qtquick-placeholder-data.qdoc
+++ b/doc/qtdesignstudio/src/overviews/qtquick-placeholder-data.qdoc
@@ -98,7 +98,7 @@
\endqml
This works nicely for applications but \uicontrol {Form Editor} displays a
- zero-sized component. A parent for the opened file does not exist, because
+ zero-sized component. A parent for the opened file does not exist because
the context is missing. To get around the missing context, the idea of a
\e {dummy context} is introduced. If you place a file with the same name as
the application (here, example.qml) in the \c {dummydata/context} directory,
diff --git a/doc/qtdesignstudio/src/qtdesignstudio-javascript.qdoc b/doc/qtdesignstudio/src/qtdesignstudio-javascript.qdoc
index e171806340..25e52b7ac9 100644
--- a/doc/qtdesignstudio/src/qtdesignstudio-javascript.qdoc
+++ b/doc/qtdesignstudio/src/qtdesignstudio-javascript.qdoc
@@ -54,7 +54,7 @@
\list 1
\li In the File Explorer, create a new folder for the mock data
inside the \e imports folder in your project folder (for example, \e Data).
- \note Make sure to capitalize the \e Data folder name, because you
+ \note Make sure to capitalize the \e Data folder name because you
will need to import it as a component later, and component names must
be capitalized.
\note If you place this folder somewhere else in the project, you will
@@ -73,7 +73,7 @@
\li Follow the instructions of the wizard to create the Qt Quick file
in the data folder. In these instructions, the file is called
\e Values.qml.
- \note Make sure to capitalize the filename, because it will become
+ \note Make sure to capitalize the filename because it will become
a custom component.
\li Select \uicontrol File > \uicontrol {New File} >
\uicontrol {JavaScript} >
diff --git a/doc/qtdesignstudio/src/qtquickdesigner-components/qtdesignstudio-visual-effects.qdoc b/doc/qtdesignstudio/src/qtquickdesigner-components/qtdesignstudio-visual-effects.qdoc
index 1b3e004d2d..599be37cc7 100644
--- a/doc/qtdesignstudio/src/qtquickdesigner-components/qtdesignstudio-visual-effects.qdoc
+++ b/doc/qtdesignstudio/src/qtquickdesigner-components/qtdesignstudio-visual-effects.qdoc
@@ -67,7 +67,7 @@
The \uicontrol Cached property allows the effect output pixels to be cached
in order to improve the rendering performance. Every time the source or
effect properties are changed, the pixels in the cache must be updated.
- Memory consumption is increased, because an extra buffer of memory is
+ Memory consumption is increased because an extra buffer of memory is
required for storing the effect output. We recommend that you disable the
cache when the source or the effect properties are animated.
diff --git a/doc/qtdesignstudio/src/views/qtquick-properties.qdoc b/doc/qtdesignstudio/src/views/qtquick-properties.qdoc
index 3901be0985..6b0197ffb3 100644
--- a/doc/qtdesignstudio/src/views/qtquick-properties.qdoc
+++ b/doc/qtdesignstudio/src/views/qtquick-properties.qdoc
@@ -439,7 +439,7 @@
The value of the \uicontrol Format field specifies the internal OpenGL
format of the texture. Depending on the OpenGL implementation, it might
allow you to save some texture memory. However, use the \uicontrol RGB
- and \uicontrol Alpha values with caution, because the underlying hardware
+ and \uicontrol Alpha values with caution because the underlying hardware
and driver might not support them.
In the \uicontrol {Texture mirroring} field, specify whether the generated