MIT-licensed Qt bindings for Go (mirror)
Go to file
mappu d7a7ae9bcf genbindings: parse typedefs (don't do anything with them yet) 2024-08-14 18:26:42 +12:00
cmd genbindings: parse typedefs (don't do anything with them yet) 2024-08-14 18:26:42 +12:00
.gitignore genbindings: wip 2024-08-06 14:29:12 +12:00
COPYING doc: add COPYING, README, TODO 2024-08-06 13:06:50 +12:00
README.md doc: add COPYING, README, TODO 2024-08-06 13:06:50 +12:00
TODO doc/TODO: update 2024-08-11 16:37:26 +12:00
binding.cpp bindings: fix segfault in QApplication_new taking arg by reference 2024-08-06 10:22:29 +12:00
binding.go bindings: add CPointer() helper to support nil widget parents 2024-08-06 10:23:42 +12:00
binding.h bindings: add C include guard, also wrap typedefs in extern 2024-08-06 10:23:08 +12:00
go.mod repo: rename package to miqt 2024-08-06 13:06:40 +12:00
main.go main: hello world 2024-08-06 10:24:15 +12:00

README.md

MIQT

MIT-licensed Qt bindings for Go.

Developed against Clang 14, Qt 5.15, Debian 12

License

  • The Go bindings and tools in this repo are licensed under the MIT license
  • You must also meet your Qt license obligations.