import QtQuick 2.0

Item {
    property string a: "Hello, World"
    property bool b: false
}
