Warning, /games/kolorfill/src/qml/Help.qml is written in an unsupported language. File is not indexed.

0001 import QtQuick 2.0
0002 import QtQuick.Controls 2.0
0003 Label {
0004     text: qsTr("Simple color fill application. By selecting a color, the board gets flood filled from top left. The goal is to make the board in one color in as few fills as possible.")
0005     wrapMode: TextArea.Wrap
0006 }