Comment 1 for bug 1353966

Revision history for this message
Zsombor Egri (zsombi) wrote :

We have a problem. https://bugreports.qt-project.org/browse/QTBUG-33444

This stops us to use Binding in Slider to block Flickable from stealing mouse events from its children, unless the Flickable has a property binding on interactive property. A simple binding would do the job:

Flickable /*or ListItem*. {
    property bool value: true
    interactive: bvalue
}

Otherwise we must set the interactive property value which might break bindings made on it.