Warning, /education/gcompris/src/activities/programmingMaze/resource/tutorial4.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - tutorial4.qml
0002  *
0003  * SPDX-FileCopyrightText: 2021 Mariam Fahmy <mariamfahmy66@gmail.com>
0004  *
0005  * Authors:
0006  *   Mariam Fahmy <mariamfahmy66@gmail.com>
0007  *
0008  *   SPDX-License-Identifier: GPL-3.0-or-later
0009  */
0010 
0011 import QtQuick 2.12
0012 import GCompris 1.0
0013 
0014 TutorialBase {
0015     //the highlighted area
0016     activeAreaTuto: "loop"
0017     instructionTextVisible: false
0018     mainVisible: true
0019     procedureVisible: false
0020     loopVisible: true
0021 }