Skip to content

Instantly share code, notes, and snippets.

@enorrmann
Last active November 25, 2016 15:27
Show Gist options
  • Save enorrmann/2ada631e8c09ea712a6c1a03a2ec1905 to your computer and use it in GitHub Desktop.
Save enorrmann/2ada631e8c09ea712a6c1a03a2ec1905 to your computer and use it in GitHub Desktop.
a dynamic qml loader
import QtQuick 2.7
Rectangle {
width: 100
height: 100
color: "red"
border.color: "black"
border.width: 5
radius: 10
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment