Warning, /education/gcompris/external/qml-box2d/examples/boxes/Wall.qml is written in an unsupported language. File is not indexed.

0001 import QtQuick 2.0
0002 import "../shared"
0003 
0004 Item {
0005     id: wall
0006 
0007     BoxBody {
0008         target: wall
0009         world: physicsWorld
0010 
0011         width: wall.width
0012         height: wall.height
0013     }
0014 }