Warning, /education/gcompris/src/activities/simplepaint/ActivityInfo.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Bruno Coudoin <bruno.coudoin@gcompris.net>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "simplepaint/Simplepaint.qml"
0011   difficulty: 1
0012   icon: "simplepaint/simplepaint.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   //: Activity title
0015   title: qsTr("A simple drawing activity")
0016   //: Help title
0017   description: qsTr("Create your own drawing.")
0018   // intro: "Select a color and paint the rectangles as you like to create a drawing."
0019   //: Help goal
0020   goal: qsTr("Enhance creative skills.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("Select a color and paint the rectangles as you like to create a drawing.") + ("<br><br>") +
0024           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0025           qsTr("Arrows: navigate") + ("</li><li>") +
0026           qsTr("Space or Enter: paint") + ("</li><li>") +
0027           qsTr("Tab: switch between the color selector and the painting area") + ("</li></ul>")
0028   credit: ""
0029   section: "fun"
0030   createdInVersion: 4000
0031 }