Skip to content

Instantly share code, notes, and snippets.

@dtoebe
Created January 3, 2017 11:50
Show Gist options
  • Save dtoebe/e67226bd3e623c651ea3f6872ddd9d29 to your computer and use it in GitHub Desktop.
Save dtoebe/e67226bd3e623c651ea3f6872ddd9d29 to your computer and use it in GitHub Desktop.
WRITE A SIMPLE MARKDOWN EDITOR WITH GO-QML - main.qml - 2
//assets/main.qml
...
TextArea {
id: mdarea
...
text: mdtxt //A variable name to reference from the Golang code
}
TextArea {
id: rtarea
...
text: rttxt
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment