lookandfeel: Fix pixel alignment on promps block
Fix pixel alignment on promps block
With a 17 px gridUnit, multiplying it by 0.5 results in broken appearance.
Fix indentation, drop unused component ID
Minor code style fix
Port away from binding animations to signals
DefaultMethod feature of QML is deprecated and prints the following warnings:
qt.qml.defaultmethod: Assigning an object to a signal handler is deprecated.Instead, create the object, give it an id, and call the desired slot from the signal handler.