Warning, /education/gcompris/src/activities/babymatch/resource/board/board7_0.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris
0002  *
0003  * SPDX-FileCopyrightText: 2015 Bruno Coudoin <bruno.coudoin@gcompris.net>
0004  *
0005  * Authors:
0006  *   Bruno Coudoin <bruno.coudoin@gcompris.net> (GTK+ version)
0007  *   Pulkit Gupta <pulkitgenius@gmail.com> (Qt Quick port)
0008  *
0009  *   SPDX-License-Identifier: GPL-3.0-or-later
0010  */
0011 import QtQuick 2.12
0012 
0013 QtObject {
0014    property var levels: [
0015       {
0016           "pixmapfile" : "images/bell.svg",
0017           "x" : "0.5",
0018           "y" : "0.7",
0019           "height" : 0.25,
0020           "width" : 0.25
0021       },
0022       {
0023           "pixmapfile" : "images/lamp.svg",
0024           "x" : "0.2",
0025           "y" : "0.7",
0026           "height" : 0.25,
0027           "width" : 0.25
0028       },
0029       {
0030           "pixmapfile" : "images/lifebuoy.svg",
0031           "x" : "0.8",
0032           "y" : "0.7",
0033           "height" : 0.25,
0034           "width" : 0.25
0035       },
0036       {
0037           "pixmapfile" : "images/sun.svg",
0038           "x" : "0.2",
0039           "y" : "0.3",
0040           "type" : "SHAPE_BACKGROUND",
0041           "height" : 0.25,
0042           "width" : 0.25
0043       },
0044       {
0045           "pixmapfile" : "images/sound.svg",
0046           "x" : "0.5",
0047           "y" : "0.3",
0048           "type" : "SHAPE_BACKGROUND",
0049           "height" : 0.25,
0050           "width" : 0.25
0051       },
0052       {
0053           "pixmapfile" : "images/sailingboat.svg",
0054           "x" : "0.8",
0055           "y" : "0.3",
0056           "type" : "SHAPE_BACKGROUND",
0057           "height" : 0.25,
0058           "width" : 0.25
0059       }
0060    ]
0061 }