mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 00:48:38 +00:00
.. | ||
main.go | ||
README.md | ||
types.go | ||
ui2go.go | ||
uic_test.go | ||
util.go |
miqt-uic
The miqt-uic program compiles Qt Designer .ui
files into MIQT .go
files.
For usage information, see the examples/uidesigner
folder.
Architecture design
- Parse xml type definitions
- Recursively walk and emit Go code.
When developing miqt-uic
, it's useful to run Qt uic
side-by-side, and compare the output of each program for missing attributes or assignments.