Created
July 17, 2021 15:27
-
-
Save jryannel/d13bcdc3559ca15a3f0968b61b302881 to your computer and use it in GitHub Desktop.
Example QML document loaded via network request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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