I would like to export the properties of the delegate of a listview to make it 
more reusable. In other words, I would like to do something like this




ListView {
    id: listview    property alias text: myDelegate.text


    delegate: aCustomDelegate {            id:myDelegate
            text: sometext          
    }
}
Is it possible?
Thanks,
Bartosh
                                          
_______________________________________________
Qt-qml mailing list
Qt-qml@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to