11 lines
85 B

import QtQuick 2.0
import QtQuick.Controls 1.1
import "."
Label {
text: text
}