import QtQuick 2.15
Item {
property point p: "30,50"
property rect p3: "10, 20, 30x50"
property size p4: "30x50"
}