summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/recorder/SettingsEncoder.qml
Commit message (Collapse)AuthorAgeFilesLines
* examples: recorder - improve readability by using palettesTim Blechmann2024-02-061-1/+4
| | | | | | | | | | | most notably fixes a white-on-white drawing on dark color schemes Change-Id: I4e469d360cb1c260033439f8114b0eeb3c493e5d Pick-to: 6.6 6.5 Reviewed-by: Mikko Hallamaa <mikko.hallamaa@qt.io> Reviewed-by: Artem Dyomin <artem.dyomin@qt.io> (cherry picked from commit b2b3f895e7a821d89e9dfd56cb01636d5c2fd88c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Use SPDX license identifiersLucie Gérard2022-06-241-49/+2
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: Ida08dfe6c84778656e942178c3d39042c9ef1ed2 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Add a simple recorder app for capturing audio or audio/video streamsPiotr Srebrny2021-07-011-0/+146
Change-Id: Iad6e33f6ec77aa28121b8b0d1b9c0ae32616c30e Reviewed-by: Lars Knoll <lars.knoll@qt.io>