blob: e71a7984213d228a819ecc369e01013c85d338b5 [file] [log] [blame]
import QtQuick 2.0
Rectangle {
width: 640
height: 480
Text {
text: "í "
}
}