summaryrefslogtreecommitdiffstats
path: root/examples/speech/quickspeech/main.qml
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-10 16:14:18 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-13 11:30:11 +0200
commit86b86e5c48481f81fa43d3da49fd5177bc9925ef (patch)
tree7e0a20e1166085314f24be0777779aae7d38dd2a /examples/speech/quickspeech/main.qml
parent36660168791b5e86561661b1987d741757cf7be3 (diff)
Fix and edit the example documentation
If the exampledirs variable in qdocconf doesn't include the /speech subdirectory, but each example page does, then the link generated to code.qt.io is incorrect. Since the qdocconf is for the texttospeech module, all examples will live in the same tree anyway. Link to Qt Widgets and Qt Quick Controls from the respective examples, which requires that those modules are added as dependencies. Improve the phrasing of the text, and update and optimize the screenshots of the examples. Pick-to: 6.4 Change-Id: I3de4e707c2aeed40735a714934adea59afdea1e8 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'examples/speech/quickspeech/main.qml')
-rw-r--r--examples/speech/quickspeech/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/speech/quickspeech/main.qml b/examples/speech/quickspeech/main.qml
index 209d476..9099636 100644
--- a/examples/speech/quickspeech/main.qml
+++ b/examples/speech/quickspeech/main.qml
@@ -39,6 +39,7 @@ ApplicationWindow {
ColumnLayout {
anchors.fill: parent
+ anchors.margins: 8
id: inputForm
TextArea {