7 lines
78 B
QML
7 lines
78 B
QML
|
pragma Strict
|
||
|
import QtQml
|
||
|
|
||
|
B {
|
||
|
r: ({x: 4, y: 6, width: 8, height: 10})
|
||
|
}
|