import QtQuick 2.0

Item {
   property variant a: Qt.rgba(0.3, 0.4, 0.5, 0.6)
}
