Warning, /education/gcompris/src/activities/paintings/resource/board/board11_0.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris 0002 * 0003 * SPDX-FileCopyrightText: 2015 Pulkit Gupta <pulkitgenius@gmail.com> 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("Katsushika Hokusa, Poppies - 1833-1834") 0015 property var levels : [ 0016 { 0017 "pixmapfile" : "image/bg.svg", 0018 "type" : "SHAPE_BACKGROUND_IMAGE", 0019 "width": 702, 0020 "height": 515 0021 }, 0022 { 0023 "pixmapfile" : "image/HokusaiPoppies_e5.webp", 0024 "x" : "0.848", 0025 "y" : "0.825" 0026 }, 0027 { 0028 "pixmapfile" : "image/HokusaiPoppies_d5.webp", 0029 "x" : "0.665", 0030 "y" : "0.825" 0031 }, 0032 { 0033 "pixmapfile" : "image/HokusaiPoppies_c5.webp", 0034 "x" : "0.496", 0035 "y" : "0.842" 0036 }, 0037 { 0038 "pixmapfile" : "image/HokusaiPoppies_b5.webp", 0039 "x" : "0.311", 0040 "y" : "0.842" 0041 }, 0042 { 0043 "pixmapfile" : "image/HokusaiPoppies_a5.webp", 0044 "x" : "0.127", 0045 "y" : "0.825" 0046 }, 0047 { 0048 "pixmapfile" : "image/HokusaiPoppies_e4.webp", 0049 "x" : "0.865", 0050 "y" : "0.671" 0051 }, 0052 { 0053 "pixmapfile" : "image/HokusaiPoppies_d4.webp", 0054 "x" : "0.702", 0055 "y" : "0.671" 0056 }, 0057 { 0058 "pixmapfile" : "image/HokusaiPoppies_c4.webp", 0059 "x" : "0.498", 0060 "y" : "0.673" 0061 }, 0062 { 0063 "pixmapfile" : "image/HokusaiPoppies_b4.webp", 0064 "x" : "0.31", 0065 "y" : "0.689" 0066 }, 0067 { 0068 "pixmapfile" : "image/HokusaiPoppies_a4.webp", 0069 "x" : "0.147", 0070 "y" : "0.654" 0071 }, 0072 { 0073 "pixmapfile" : "image/HokusaiPoppies_e3.webp", 0074 "x" : "0.865", 0075 "y" : "0.515" 0076 }, 0077 { 0078 "pixmapfile" : "image/HokusaiPoppies_d3.webp", 0079 "x" : "0.702", 0080 "y" : "0.515" 0081 }, 0082 { 0083 "pixmapfile" : "image/HokusaiPoppies_c3.webp", 0084 "x" : "0.498", 0085 "y" : "0.496" 0086 }, 0087 { 0088 "pixmapfile" : "image/HokusaiPoppies_b3.webp", 0089 "x" : "0.31", 0090 "y" : "0.498" 0091 }, 0092 { 0093 "pixmapfile" : "image/HokusaiPoppies_a3.webp", 0094 "x" : "0.147", 0095 "y" : "0.496" 0096 }, 0097 { 0098 "pixmapfile" : "image/HokusaiPoppies_e2.webp", 0099 "x" : "0.848", 0100 "y" : "0.34" 0101 }, 0102 { 0103 "pixmapfile" : "image/HokusaiPoppies_d2.webp", 0104 "x" : "0.683", 0105 "y" : "0.34" 0106 }, 0107 { 0108 "pixmapfile" : "image/HokusaiPoppies_c2.webp", 0109 "x" : "0.516", 0110 "y" : "0.323" 0111 }, 0112 { 0113 "pixmapfile" : "image/HokusaiPoppies_b2.webp", 0114 "x" : "0.329", 0115 "y" : "0.305" 0116 }, 0117 { 0118 "pixmapfile" : "image/HokusaiPoppies_a2.webp", 0119 "x" : "0.147", 0120 "y" : "0.34" 0121 }, 0122 { 0123 "pixmapfile" : "image/HokusaiPoppies_e1.webp", 0124 "x" : "0.865", 0125 "y" : "0.169" 0126 }, 0127 { 0128 "pixmapfile" : "image/HokusaiPoppies_d1.webp", 0129 "x" : "0.702", 0130 "y" : "0.169" 0131 }, 0132 { 0133 "pixmapfile" : "image/HokusaiPoppies_c1.webp", 0134 "x" : "0.516", 0135 "y" : "0.15" 0136 }, 0137 { 0138 "pixmapfile" : "image/HokusaiPoppies_b1.webp", 0139 "x" : "0.311", 0140 "y" : "0.15" 0141 }, 0142 { 0143 "pixmapfile" : "image/HokusaiPoppies_a1.webp", 0144 "x" : "0.127", 0145 "y" : "0.169" 0146 } 0147 ] 0148 }