miqt/cmd/miqt-uic/README.md

13 lines
393 B
Markdown
Raw Normal View History

2024-09-28 02:52:13 +00:00
# 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
1. Parse xml type definitions
2. 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.