Warning, /education/gcompris/tools/menus/draw.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Your Name <yy@zz.org>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "draw/Draw.qml"
0011   difficulty: 2
0012   icon: "draw/draw.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   demo: false
0015   title: qsTr("A simple vector-drawing tool")
0016   description: qsTr("A creative board where you can draw freely")
0017   goal: qsTr("In this game, children can draw freely. The goal is to discover how to create attractive drawings based on basic shapes: rectangles, ellipses and lines.")
0018   prerequisite: qsTr("Needs to be capable of moving and clicking the mouse easily")
0019   manual: qsTr("Select a drawing tool on the left, and a color down the bottom, then click and drag in the white area to create a new shape. To save time, you can click with the middle mouse button to delete an object.")
0020   credit: ""
0021   section: "/math/geometry"
0022 }