mappu / miqt

MIT-licensed Qt bindings for Go
MIT License
262 stars 8 forks source link

Add a UIC compiler implementation #4

Closed mappu closed 1 month ago

mappu commented 2 months ago

It should be possible to use Qt Designer to create a UI, and then some uic to convert it to valid Go code for MIQT.

I think it should be done at compile-time with go generate. But, parsing uic files at runtime is maybe a possibility too.