slint/internal/compiler/generator
Olivier Goffart a8ef4a05e6
Saner codegen for debugging enum
The previous code would create many many lambda and if conditions which
would cause nesting to be way too high for big enums.

Also improve the C++ codegen for condition to use the ternary operator
when possible

Fixes #9954
2025-11-04 16:13:37 +01:00
..
cpp.rs Saner codegen for debugging enum 2025-11-04 16:13:37 +01:00
cpp_live_preview.rs Native live preview: Forward the translation domain to fix translations 2025-11-04 14:06:03 +01:00
rust.rs Saner codegen for debugging enum 2025-11-04 16:13:37 +01:00
rust_live_preview.rs Native live preview: Forward the translation domain to fix translations 2025-11-04 14:06:03 +01:00