Warning, /education/gcompris/src/activities/babyshapes/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 int numberOfSubLevel: 4 0015 property string instruction: qsTr("Paul Gauguin, Arearea - 1892") 0016 property var levels: [ 0017 { 0018 "pixmapfile" : "image/Paul_Gauguin_006_background.webp", 0019 "type" : "SHAPE_BACKGROUND_IMAGE" 0020 }, 0021 { 0022 "pixmapfile" : "image/Paul_Gauguin_006_chien.webp", 0023 "dropAreaSize" : "10", 0024 "x" : "0.278", 0025 "y" : "0.807" 0026 }, 0027 { 0028 "pixmapfile" : "image/Paul_Gauguin_006_jeunes_filles.webp", 0029 "dropAreaSize" : "10", 0030 "x" : "0.666", 0031 "y" : "0.46" 0032 }, 0033 { 0034 "pixmapfile" : "image/Paul_Gauguin_006_statue.webp", 0035 "dropAreaSize" : "10", 0036 "x" : "0.19", 0037 "y" : "0.133" 0038 } 0039 ] 0040 }