Warning, /education/gcompris/src/activities/geography/Geography.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - Geography.qml
0002 *
0003 * SPDX-FileCopyrightText: 2015 Pulkit Gupta <pulkitgenius@gmail.com>
0004 *
0005 * Authors:
0006 * Jean-Philippe Ayanides <jp.ayanides@free.fr> (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 import "../babymatch"
0014
0015 Babymatch {
0016 id: activity
0017
0018 onStart: focus = true
0019 onStop: {}
0020
0021 soundsUrl: ""
0022 boardsUrl: "qrc:/gcompris/src/activities/geography/resource/"
0023 levelCount: 14
0024 answerGlow: false
0025 }