Skip to content

Material: Port color expression to newer API; fix binding loop

ivan tkachenko requested to merge work/ratijas/material-alpha into master

Port color expression to newer API

Qt.rgba(_.r, _.g, _.b, a) should be equivalent to Qt.alpha(_, a).

Fix binding loop

All those color properties share one common NOTIFY signal, so they should not depend on each other.

Edited by ivan tkachenko

Merge request reports