aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtdesignstudio/src/components/qtquick-positioning.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qtdesignstudio/src/components/qtquick-positioning.qdoc')
-rw-r--r--doc/qtdesignstudio/src/components/qtquick-positioning.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/qtdesignstudio/src/components/qtquick-positioning.qdoc b/doc/qtdesignstudio/src/components/qtquick-positioning.qdoc
index 21b3d663ae..35e6d48624 100644
--- a/doc/qtdesignstudio/src/components/qtquick-positioning.qdoc
+++ b/doc/qtdesignstudio/src/components/qtquick-positioning.qdoc
@@ -95,7 +95,7 @@
For more information on the JavaScript environment provided, see
\l{Integrating QML and JavaScript}.
- Bindings are a black box for \QC and using them might have a
+ Bindings are a black box for \QDS and using them might have a
negative impact on performance, so consider setting anchors and margins for
components, instead. For example, instead of setting \c {parent.width} for a
component, you could anchor the component to its sibling components on the
@@ -364,7 +364,7 @@
to right and top to bottom. Each component is positioned at the top-left
corner of its cell with position (0, 0).
- \QC generates the grid based on the positions of the child components in
+ \QDS generates the grid based on the positions of the child components in
the \l {2D} view. You can modify the number of rows and columns in the
\uicontrol Rows and \uicontrol Columns fields.