Skip to content

Add a property to allow widgets highlight with neutral color

Cyril Rossi requested to merge crossi/breeze:highlight_widget into master

Task related : Figure out a good UI for the "show which settings have been changed" feature https://phabricator.kde.org/T13008

Part of the aforementioned feature, this patch introduces a new property to allow to highlight some widgets when we want to draw user's attention on specific widgets.

No widgets are highlighted Screenshot_20200617_092803

Widgets highlighted, show how it looks on a checkbox, a spinbox and a combobox Screenshot_20200617_092827

More screen of the feature :

No widgets highlighted, settings are different from default value Screenshot_20200629_110535

Enabled highlight settings which have been changed Screenshot_20200629_110602

Slider item without highlight : Screenshot_20200701_172437

Slider item with neutral highlight Screenshot_20200701_172509

GridView without highlight : Screenshot_20200701_172404

GridView with neutral highlight : Screenshot_20200701_172338

Edited by Cyril Rossi

Merge request reports