Last active
December 31, 2015 11:59
-
-
Save jryannel/7983492 to your computer and use it in GitHub Desktop.
remote main.qml
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 2.0 | |
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