Skip to content

Instantly share code, notes, and snippets.

@jryannel
Created July 17, 2021 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jryannel/d13bcdc3559ca15a3f0968b61b302881 to your computer and use it in GitHub Desktop.
Save jryannel/d13bcdc3559ca15a3f0968b61b302881 to your computer and use it in GitHub Desktop.
Example QML document loaded via network request
import QtQuick
Rectangle {
width: 320
height: 320
color: '#00FF00'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment