Make Your GUI Better
It is important to make your GUI user friendly and intuitive.
magic-class
provides many methods that can improve widget appearance and interactivity
without disturbing readability and tidiness of the source code.
- Call Parent Methods from its Child
- Custom Keybindings
- Implement Undo/Redo
- Binding Values to Arguments
- Set Choices Dynamically
- Validation/Normalization for Macro Recording
- Complicated Settings of Dialogs
- Add Preview Functionality
- Pre-run Confirmation
- Multi-threading
- Set Custom Icons
- Logging in magic-class
- Additional types
- Container Variations
- Testing magic-class