import QtQuick 2.4 import QtQuick.Controls 1.3 ApplicationWindow { property alias dataValue: dataVal data { id: dataVal strValue: "value2" } }