From 86b86e5c48481f81fa43d3da49fd5177bc9925ef Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Sun, 10 Jul 2022 16:14:18 +0200 Subject: 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 Reviewed-by: Volker Hilsheimer --- examples/speech/quickspeech/main.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/speech/quickspeech/main.qml') 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 { -- cgit v1.2.3