QmlDesigner: Adapt push button icons to widget style

Change-Id: I755700ff345853d51c1cdc49d1da7bc223ac0601
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Brook Cronin
2023-02-20 15:02:20 +01:00
parent 479924497f
commit 8925776620
5 changed files with 5 additions and 5 deletions

View File

@@ -113,7 +113,7 @@ QtObject {
component IconColors: QtObject { component IconColors: QtObject {
property color idle: Values.themeIconColor property color idle: Values.themeIconColor
property color interaction: Values.themeIconColorInteraction property color interaction: Values.themeIconColor
property color selected: Values.themeIconColorSelected property color selected: Values.themeIconColorSelected
property color hover: Values.themeIconColorHover property color hover: Values.themeIconColorHover
property color disabled: Values.themeIconColorDisabled property color disabled: Values.themeIconColorDisabled

View File

@@ -14,7 +14,7 @@ ControlStyle {
icon: ControlStyle.IconColors { icon: ControlStyle.IconColors {
idle: Values.themeTextColor idle: Values.themeTextColor
hover: Values.themeTextColor hover: Values.themeTextColor
interaction: Values.themeTextSelectedTextColor interaction: Values.themeIconColor
disabled: "#636363" disabled: "#636363"
} }

View File

@@ -13,7 +13,7 @@ ControlStyle {
icon: ControlStyle.IconColors { icon: ControlStyle.IconColors {
idle: Values.themeTextColor idle: Values.themeTextColor
hover: Values.themeTextColor hover: Values.themeTextColor
interaction: Values.themeTextSelectedTextColor interaction: Values.themeIconColor
disabled: Values.themeToolbarIcon_blocked disabled: Values.themeToolbarIcon_blocked
} }

View File

@@ -15,7 +15,7 @@ ControlStyle {
icon: ControlStyle.IconColors { icon: ControlStyle.IconColors {
idle: Values.themeTextColor idle: Values.themeTextColor
hover: Values.themeTextColor hover: Values.themeTextColor
interaction: Values.themeTextSelectedTextColor interaction: Values.themeIconColor
disabled: Values.themeToolbarIcon_blocked disabled: Values.themeToolbarIcon_blocked
} }

View File

@@ -143,7 +143,7 @@ DStextSelectedTextColor=ff000000
DSplaceholderTextColor=ffffffff DSplaceholderTextColor=ffffffff
DSplaceholderTextColorInteraction=ffababab DSplaceholderTextColorInteraction=ffababab
DSiconColor=ffffffff DSiconColor=fullWhite
DSiconColorHover=ffffffff DSiconColorHover=ffffffff
DSiconColorDisabled=ffC7C7C7 DSiconColorDisabled=ffC7C7C7
DSiconColorSelected=ff2aafd3 DSiconColorSelected=ff2aafd3