summaryrefslogtreecommitdiff
path: root/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtPathView.qml
blob: 08762015a9f9cc9ec0fbf0f0c3b6f046c10e22b5 (plain)
1
2
3
4
5
6
7
8
9
// import QtQuick 1.0 // to target S60 5th Edition or Maemo 5
import QtQuick 2.0

PathView {
    id: thePathView

    property alias data : thePathView.model
    property alias itemWidget : thePathView.delegate
}