aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-03-14 16:00:02 +0100
committerJędrzej Nowacki <jedrzej.nowacki@qt.io>2018-03-20 12:29:10 +0000
commit2b0e0bee0c6153a8912778de5ff1cabd728d98d8 (patch)
tree5304858901615163b271b4fb5999fbad9f528e26 /src/quick
parent1953f3cac57acc9ee28809a9bee1962aeebbc35e (diff)
Rename best practices page to "Best Practices for QML and Qt Quick"
Qt Quick is most often used via its QML types, and since some of the tips on this page are not specific to Qt Quick but apply to QML in general, it makes sense to list them both on the same page for convenience and completeness. Change-Id: I6d61b98ffd7e52dc28b33ef00a78dd745f39820a Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/quick')
-rw-r--r--src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc b/src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc
index ca9bfc9ebb..ea78c88028 100644
--- a/src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc
+++ b/src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc
@@ -27,12 +27,12 @@
/*!
\page qtquick-bestpractices.html
-\title Qt Quick Best Practices
-\brief Lists the practices that work best for Qt Quick
+\title Best Practices for QML and Qt Quick
+\brief Lists best practices for working with QML and Qt Quick
-Despite all of the benefits that Qt Quick offers, it can be challenging in
-certain situations. The following sections elaborate on some of the best
-practices that will help you get better results when developing Qt Quick
+Despite all of the benefits that QML and Qt Quick offer, they can be
+challenging in certain situations. The following sections elaborate on some of
+the best practices that will help you get better results when developing
applications.
\section1 Custom UI Controls