iOS: Propagate UIColor.tintColor as QPalette::AccentColor
Pick-to: 6.6 Change-Id: Ib7418782f22abd8b60747d9df65810ff288a8246 Reviewed-by: Doris Verria <doris.verria@qt.io>bb10
parent
491534006e
commit
69cc7f946a
|
|
@ -69,6 +69,8 @@ void QIOSTheme::initializeSystemPalette()
|
|||
|
||||
s_systemPalette.setBrush(QPalette::Highlight, QColor(11, 70, 150, 60));
|
||||
s_systemPalette.setBrush(QPalette::HighlightedText, qt_mac_toQBrush(UIColor.labelColor.CGColor));
|
||||
|
||||
s_systemPalette.setBrush(QPalette::AccentColor, qt_mac_toQBrush(UIColor.tintColor.CGColor));
|
||||
}
|
||||
|
||||
const QPalette *QIOSTheme::palette(QPlatformTheme::Palette type) const
|
||||
|
|
|
|||
Loading…
Reference in New Issue