summaryrefslogtreecommitdiff
path: root/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FViewUseCase.qml
blob: 258a1da6234bbdd13651b8a4bd285f159f8ac27e (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

State {
    default property alias propertyChange: myState.changes
    property alias condition: myState.when
    id: myState
    when: true === true
}