plasmacomponents3: Use "down" instead of "pressed" for buttons
"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