summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/recorder/SettingsEncoder.qml
diff options
context:
space:
mode:
authorTim Blechmann <tim@klingt.org>2024-02-02 08:50:21 +0800
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-02-06 20:04:53 +0000
commit0f2357faebd5c9bf94b4393b0eb2d768d36bde8c (patch)
tree316bc44286cab0f597dde9cf6427266d67883899 /examples/multimedia/video/recorder/SettingsEncoder.qml
parentda9f15bb39f79f85105d2ab07cab1ab1e1f134f5 (diff)
examples: recorder - improve readability by using palettes
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>
Diffstat (limited to 'examples/multimedia/video/recorder/SettingsEncoder.qml')
-rw-r--r--examples/multimedia/video/recorder/SettingsEncoder.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/multimedia/video/recorder/SettingsEncoder.qml b/examples/multimedia/video/recorder/SettingsEncoder.qml
index 6852757c0..16a9590be 100644
--- a/examples/multimedia/video/recorder/SettingsEncoder.qml
+++ b/examples/multimedia/video/recorder/SettingsEncoder.qml
@@ -24,7 +24,10 @@ Column {
function onMediaFormatChanged() { root.populateModels() }
}
- Text { text: "Encoder settings" }
+ Text {
+ text: "Encoder settings"
+ color: palette.text
+ }
StyleParameter {
label: "Quality"