import QtQuick 2.8 Item { property alias textEdit: textEdit TextEdit { id: textEdit } }