import QtQuick Text { required property string name height: 50 text: name }