Skip to content

Instantly share code, notes, and snippets.

@bbandix
Created May 22, 2015 13:36
Show Gist options
  • Save bbandix/55474329cf7e6e300ddf to your computer and use it in GitHub Desktop.
Save bbandix/55474329cf7e6e300ddf to your computer and use it in GitHub Desktop.
import QtQuick 2.1
import QtQuick.Controls 1.4
ApplicationWindow {
height: 600
width: 800
visible: true
toolBar: TextField { }
Rectangle {
color: red
anchors.fill: parent
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment