import QtQuick 1.1 Item { property alias someObject: text Text { id: text } }