summaryrefslogtreecommitdiffstats
path: root/examples/speech/hello_speak/mainwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-221-49/+2
| | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: I5a15004abaab3f2d002adf47ae053b95abb41cb8 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 22bb7ab69fd64afde34c0fb6ef9154225590801d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Documentation fixesVolker Hilsheimer2022-05-211-1/+1
| | | | | | | | | | | | | | | | | | The name of the module is QtTextToSpeech, not Qt Speech, rename things accordingly, esp the QML import URI, and adjust examples. Update the module's index page to use the global macro for generating the "Using the module" section, and add a changes file with some first bits about porting to Qt 6. Add an examples page and a documentation page for the Qt Quick example, which also needs a qmake project file to prevent a qdoc warning (even though there is no project that needs to be built). Change-Id: I29d9126f52dc0f3a0294a27a34af89daa249db5d Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi>
* Use QList instead of QVectorJarek Kobus2020-06-261-1/+1
| | | | | | Task-number: QTBUG-84469 Change-Id: I1ceb2dffcc0437c2800869bdf7697c17e9f81266 Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
* Fix outdated FDL license headerv5.9.3Kai Koehne2017-10-171-3/+13
| | | | | | Change-Id: I25a965785799173daddbebe95c970e6db9e50de1 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* Align volume with qtmultimedia and others: 0.0 to 1.0Frederik Gladhorn2016-05-061-0/+1
| | | | | Change-Id: I0fe28819d6e7be48ddb587c21435f6be329f8ec5 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
* Add engine selection in the TTS example applicationTuomas Tuononen2015-10-161-1/+2
| | | | | | | | - Support for plug-in engines Change-Id: I9a4a1a1ceb45849b6a39dbf1473e6f9badf5d1a6 Reviewed-by: Jeremy Whiting <jpwhiting@kde.org> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
* Doc: Moved the examples to examples/speechVenugopal Shivashankar2015-08-221-0/+77
With the earlier directory structure of examples/widgets, the speech examples would end up in the widgets directory along with other Qt Widgets examples in the Qt binary pkg. Change-Id: Ib9ad0826e23c493a4fc5b1d1e7acf9addad3be65 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>