Hello,

ColumnLayout {
        width: appWindow.width

        Repeater {
            model: searchModel

            delegate: Item {
                Layout.fillWidth: true
                implicitHeight: childrenRect.height


How can I set implicitHeight of delegate so there will no bind loops? Thank you.

Without explicit set of implicitHeight ColumnLayot doesn't work...

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to