mirror of https://github.com/qt/qtbase.git
Doc: Update section title in app examples template
This patch changes the 'relevant classes' section title to 'relevant modules and classes'. This makes it more inclusive and it can be applicable to either modules or classes. Fixes: QTBUG-139292 Pick-to: 6.10 Change-Id: I418edadd1b58d12ad6f7c82b2aed53bf53abdc6a Reviewed-by: Jerome Pasion <jerome.pasion@qt.io>
This commit is contained in:
parent
ed4b88e68c
commit
ba9b42fe8b
|
@ -43,7 +43,7 @@ angle brackets and check the links.
|
||||||
- The [Coffee Machine](https://doc.qt.io/qt-6/qtdoc-demos-coffee-example.html)
|
- The [Coffee Machine](https://doc.qt.io/qt-6/qtdoc-demos-coffee-example.html)
|
||||||
example demonstrates this well.
|
example demonstrates this well.
|
||||||
|
|
||||||
### (Optional) Provide a list of the main Qt classes the examples uses
|
### (Optional) Provide a list of the main Qt classes and modules the examples uses
|
||||||
|
|
||||||
- Use for more complicated examples.
|
- Use for more complicated examples.
|
||||||
- The [Bluetooth Low Energy Heart Rate Game](https://doc.qt.io/qt-6/qtbluetooth-heartrate-game-example.html)
|
- The [Bluetooth Low Energy Heart Rate Game](https://doc.qt.io/qt-6/qtbluetooth-heartrate-game-example.html)
|
||||||
|
|
|
@ -28,11 +28,11 @@
|
||||||
|
|
||||||
<Describe how to navigate and access different parts of the example/UI.>
|
<Describe how to navigate and access different parts of the example/UI.>
|
||||||
|
|
||||||
\setion1 Relevant classes
|
\setion1 Relevant modules and classes
|
||||||
<Optional - Use this section for more complicated examples.>
|
<Optional - Use this section for more complicated examples.>
|
||||||
|
|
||||||
This example introduces the following Qt classes:
|
This example introduces the following Qt <modules/classes>:
|
||||||
<Link the relevant classes>
|
<Link the relevant modules/classes>
|
||||||
|
|
||||||
\section2 Class Hierarchy
|
\section2 Class Hierarchy
|
||||||
<Optional - Use this section for more complicated examples.>
|
<Optional - Use this section for more complicated examples.>
|
||||||
|
|
Loading…
Reference in New Issue