Skip to content

Instantly share code, notes, and snippets.

@dtoebe
Created January 3, 2017 11:54
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 dtoebe/8ce3222141709b7f30c4d5ea5711ab76 to your computer and use it in GitHub Desktop.
Save dtoebe/8ce3222141709b7f30c4d5ea5711ab76 to your computer and use it in GitHub Desktop.
WRITE A SIMPLE MARKDOWN EDITOR WITH GO-QML - main.go - 4
//main.go
import {
...
}
type HTMLText struct {
qml.Object
Text string
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment