hibtc / madgui-old

[OBSOLETE] GUI for accelerator simulations using MAD-X
MIT License
1 stars 0 forks source link

Use resources for dialogs #83

Open coldfix opened 9 years ago

coldfix commented 9 years ago

Advantage: separate GUI design from code.

wxWidgets has a builtin resource support for XML files (.xrc). These are quite verbose, though.

Could also use a custom less verbose YAML based approach. Disadvantage: possibly unstable API.