aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/qtquick.qdocconf
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2023-02-20 13:22:15 +0800
committerMitch Curtis <mitch.curtis@qt.io>2023-03-24 15:44:21 +0800
commitac9830268a1c6d19cacaaf9413fefbfb3675034f (patch)
tree3c3baae9b4209faec0531d83e2217a306652159b /src/quick/doc/qtquick.qdocconf
parentd66db6c80241e9ce7098e2650fb59a2183a42c84 (diff)
Add a how-to page for Qt Quick topics
The goal for this page is to have an easily discoverable, useful reference that shows the simplest and best way of performing specific tasks using Qt Quick. Each task will have its own section title (so they can be linked to) in the form of a question. For example: How do I make a QML Button call C++ code when clicked? Each section will provide QML and/or C++ code snippets, or link to other parts of Qt's documentation where those snippets already exist. The QML-only snippets will be tested by tests/auto/quick/doc/how-tos/qml, and the mixed QML and C++ snippets will be tested by individual auto tests under tests/auto/quick/doc/how-tos. Fixes: QTBUG-109634 Pick-to: 6.5 Change-Id: I512e016db2c914fd9e0241d5e0738af82a98d08b Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quick/doc/qtquick.qdocconf')
-rw-r--r--src/quick/doc/qtquick.qdocconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/quick/doc/qtquick.qdocconf b/src/quick/doc/qtquick.qdocconf
index 1a439197e9..389dcced65 100644
--- a/src/quick/doc/qtquick.qdocconf
+++ b/src/quick/doc/qtquick.qdocconf
@@ -70,7 +70,8 @@ excludedirs += \
exampledirs += \
../../../examples/quick \
../../qmlmodels/doc/snippets \
- snippets
+ snippets \
+ ../../../tests/auto/quick/doc
imagedirs += images