Skip to content

plasmacomponents3: Use "down" instead of "pressed" for buttons

Kai Uwe Broulik requested to merge work/kbroulik/system-of-a into master

"down" on AbstractButton is whether the button is "visually down". Generally, it's synonymous to "pressed", except it's writable.

This allows custom views to set "down" to mimic a "pressed down" state even if it's not technically "pressed".


Not tested yet

@redstrate @ratijas

Merge request reports