summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/effects/DropShadow.qml4
-rw-r--r--src/effects/doc/src/qtgraphicaleffects.qdoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/effects/DropShadow.qml b/src/effects/DropShadow.qml
index 909fef9..0a76a58 100644
--- a/src/effects/DropShadow.qml
+++ b/src/effects/DropShadow.qml
@@ -57,8 +57,8 @@ import "private"
softened.
For use cases that require faster rendering speed and for which the highest
- possible visual quality is not necessary, property
- \l{DropShadow::fast}{fast} can be set to true.
+ possible visual quality is not necessary, the
+ \l{DropShadow::fast}{fast} property can be set to \c true.
\table
\header
diff --git a/src/effects/doc/src/qtgraphicaleffects.qdoc b/src/effects/doc/src/qtgraphicaleffects.qdoc
index 6425701..eb4d454 100644
--- a/src/effects/doc/src/qtgraphicaleffects.qdoc
+++ b/src/effects/doc/src/qtgraphicaleffects.qdoc
@@ -57,7 +57,7 @@ items that can be added to Qt Quick user interface as UI components.
The API consists of over 20 effects provided as separate QML types. The effects
cover functional areas such as blending, masking, blurring, coloring, and many more.
-\section1 Getting started
+\section1 Getting Started
To load Qt Graphical Effects, add the following import statement to your .qml file:
\snippet Blend-example.qml import