Warning, /education/gcompris/src/activities/babyshapes/resource/board/board7_4.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 string instruction: qsTr("Ambrosius Bosschaert the Elder, Flower Still Life - 1614")
0015    property var levels: [
0016           {
0017           "pixmapfile" : "image/Bosschaert_04_background.webp",
0018           "type" : "SHAPE_BACKGROUND_IMAGE"
0019       },
0020       {
0021           "pixmapfile" : "image/Bosschaert_04_6.webp",
0022           "dropAreaSize" : "10",
0023           "x" : "0.432",
0024           "y" : "0.732"
0025       },
0026       {
0027           "pixmapfile" : "image/Bosschaert_04_5.webp",
0028           "dropAreaSize" : "10",
0029           "x" : "0.553",
0030           "y" : "0.3"
0031       },
0032       {
0033           "pixmapfile" : "image/Bosschaert_04_4.webp",
0034           "dropAreaSize" : "10",
0035           "x" : "0.481",
0036           "y" : "0.486"
0037       },
0038       {
0039           "pixmapfile" : "image/Bosschaert_04_3.webp",
0040           "dropAreaSize" : "10",
0041           "x" : "0.217",
0042           "y" : "0.233"
0043       },
0044       {
0045           "pixmapfile" : "image/Bosschaert_04_2.webp",
0046           "dropAreaSize" : "10",
0047           "x" : "0.167",
0048           "y" : "0.582"
0049       },
0050       {
0051           "pixmapfile" : "image/Bosschaert_04_1.webp",
0052           "dropAreaSize" : "10",
0053           "x" : "0.653",
0054           "y" : "0.749"
0055       }
0056    ]
0057 }