-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
4.7.0
-
None
-
4e8672c87bd7e740b01ca29a2a3c8ba902ed664b
The documentation claims that the following is a sci file, but it is not:
BorderImage {
border.left: 10
border.top: 10
border.bottom: 10
border.right: 10
source: "picture.png"
}
http://doc.qt.nokia.com/4.7-snapshot/qml-borderimage.html#source-prop
It should be this I think:
border.left: 10 border.top: 10 border.bottom: 10 border.right: 10 source:picture.png