import QtQml 2.0

QtObject {
    property string strValue: "value1"
}
