miqt/cmd/miqt-uic
2024-10-27 18:45:48 +13:00
..
main.go uic: add main flag handling, add go:generate comment with preserved flags 2024-09-28 11:31:23 +12:00
README.md uic: update README since the issue described has been resolved 2024-10-27 18:45:48 +13:00
types.go uic: support colspan/rowspan in grid layouts 2024-10-05 17:49:10 +13:00
ui2go.go uic: always assume NewFoo is the correct constructor 2024-10-26 14:18:28 +13:00
uic_test.go uic: deeper implementation, add uidesigner example 2024-09-28 14:27:19 +12:00
util.go uic: layout spacing and margins 2024-10-03 18:07:43 +13: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.