slint/internal/compiler/generator
Simon Hausmann 604450da47 WIP: slint-compiler: Add support for generating Python stubs
The generated file offers the following two pieces of functionality:

- Convenient front-end to slint.load_file() by loading the .slint file
  (replaces use of auto-loader)
- More importantly: Type information for exported properties, callbacks,
  functions, and globals
2025-07-14 13:36:39 +02:00
..
cpp.rs WIP: live-reload for C++ 2025-07-09 09:32:17 +02:00
cpp_live_reload.rs C++ live-reload: support getting the model back 2025-07-09 11:23:33 +02:00
python.rs WIP: slint-compiler: Add support for generating Python stubs 2025-07-14 13:36:39 +02:00
rust.rs Fix warning with nightly about unnecessary parentheses 2025-07-11 08:26:30 +02:00
rust_live_reload.rs live-reload: support slint!() macro 2025-07-08 12:19:04 +02:00