Warning, /education/gcompris/src/activities/imagename/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/tree.svg",
0017           "x": "0.2",
0018           "y": 0.2,
0019           "height": 0.25,
0020           "width": 0.25
0021       },
0022       {
0023           "pixmapfile": "images/postpoint.svg",
0024           "x": "0.5",
0025           "y": 0.2,
0026           "height": 0.25,
0027           "width": 0.25
0028       },
0029       {
0030           "pixmapfile": "images/sailingboat.svg",
0031           "x": "0.8",
0032           "y": 0.2,
0033           "height": 0.25,
0034           "width": 0.25
0035       },
0036       {
0037           "pixmapfile": "images/light.svg",
0038           "x": "0.2",
0039           "y": 0.65,
0040           "height": 0.25,
0041           "width": 0.25
0042       },
0043       {
0044           "pixmapfile": "images/bottle.svg",
0045           "x": "0.5",
0046           "y": 0.65,
0047           "height": 0.25,
0048           "width": 0.25
0049       },
0050       {
0051           "pixmapfile": "images/flower.svg",
0052           "x": "0.8",
0053           "y": 0.65,
0054           "height": 0.25,
0055           "width": 0.25
0056       },
0057       {
0058                   "text": qsTr("tree"),
0059                   "x": "0.2",
0060                   "y": "0.4",
0061                   "width": "0.25",
0062           "height": 0.1,
0063                   "type": "DisplayText"
0064       },
0065       {
0066                   "text": qsTr("mail box"),
0067                   "x": "0.5",
0068                   "y": "0.4",
0069                   "width": "0.25",
0070           "height": 0.1,
0071                   "type": "DisplayText"
0072       },
0073       {
0074                   "text": qsTr("sailing boat"),
0075                   "x": "0.8",
0076                   "y": "0.4",
0077                   "width": "0.25",
0078           "height": 0.1,
0079                   "type": "DisplayText"
0080       },
0081       {
0082                   "text": qsTr("bulb"),
0083                   "x": "0.2",
0084                   "y": "0.85",
0085                   "width": "0.25",
0086           "height": 0.1,
0087                   "type": "DisplayText"
0088       },
0089       {
0090                   "text": qsTr("bottle"),
0091                   "x": "0.5",
0092                   "y": "0.85",
0093                   "width": "0.25",
0094           "height": 0.1,
0095                   "type": "DisplayText"
0096       },
0097       {
0098                   "text": qsTr("flower"),
0099                   "x": "0.8",
0100                   "y": "0.85",
0101                   "width": "0.25",
0102           "height": 0.1,
0103                   "type": "DisplayText"
0104       }
0105    ]
0106 }