Closed mappu closed 1 month 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.
go generate
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.