summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2024-03-11 15:34:55 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-03-12 10:38:03 +0000
commit4fae1e9cc226dd63bf8d5f2c6f08e4b8efd81215 (patch)
treef2189ff188157c1df5fe102430a7072a706224d6
parente45fc9dbbfa52c635f2badb24701ebb80b0ab57c (diff)
Docs: Update Qt Dice example documentation
Added the required modules to the note, updated the brief. Pick-to: 6.7.0 Change-Id: I2515aaeec95dd7825794b784d7799920a2624b43 Reviewed-by: Jonas Karlsson <jonas.karlsson@qt.io> (cherry picked from commit 5a62cbe268f88125ab0bc5a65d8966a2179a64a8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/demos/dice/doc/src/dice.qdoc13
1 files changed, 9 insertions, 4 deletions
diff --git a/examples/demos/dice/doc/src/dice.qdoc b/examples/demos/dice/doc/src/dice.qdoc
index d12875383..e056b8b90 100644
--- a/examples/demos/dice/doc/src/dice.qdoc
+++ b/examples/demos/dice/doc/src/dice.qdoc
@@ -5,8 +5,8 @@
\title Dice
\ingroup qtquickdemos
\example demos/dice
- \brief A dice throwing application that demonstrates using Qt Quick 3D Physics
- and Qt Quick 3D.
+ \brief A dice throwing application using Qt Quick 3D Physics and other
+ Qt Modules.
\examplecategory {Application Examples}
\examplecategory {Mobile}
\meta {tag} {quick,3d,physics, multimedia, sensors}
@@ -15,6 +15,7 @@
\image dice-screenshot.webp
\section1 Overview
+
This example application allows you to roll some dice on a table. It's
implemented with QML and relies on a number of Qt modules that are detailed
in the following sections.
@@ -49,7 +50,11 @@
A \l{Qt Quick} UI is provided for configuring the physical material of
the simulated dice, the magnitude of gravity, and the number and size of dice.
-
\include examples-run.qdocinc
- \include examples/qtquick3d.qdocinc
+
+ \note The example makes use of the \l{Qt Quick 3D}, \l{Qt Multimedia},
+ \l{Qt Quick 3D Physics} and \l{Qt Sensors} modules which are separate items
+ in the \l{Get and Install Qt}{Qt Online Installer}. If the example fails to
+ configure, please make sure that you have these required packages installed.
+
*/