Skip to content

Instantly share code, notes, and snippets.

@enorrmann
enorrmann / dynamicMap.mql
Last active November 25, 2016 15:27
a dynamic qml loader
import QtQuick 2.7
Rectangle {
width: 100
height: 100
color: "red"
border.color: "black"
border.width: 5
radius: 10
}