projects
/
profile
/
ivi
/
qtdeclarative.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use V4 binding for non-final properties where possible
[profile/ivi/qtdeclarative.git]
/
tests
/
auto
/
qml
/
qqmlecmascript
/
data
/
fallbackBindings.5.qml
1
import QtQuick 2.0
2
import Qt.test.fallbackBindingsObject 1.0
3
4
Item {
5
property bool success: false
6
property string foo: FallbackBindingsType.test
7
8
Component.onCompleted: success = (foo == '100')
9
}