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
Arnold Loubriat
f105519071
Add accessible labels to the CRUD example
2024-12-01 17:41:17 +01:00
Florian Blasius
4ec63a9c71
cleanup examples according to upcoming code guidelines ( #3809 )
2023-11-02 11:04:40 +01:00
Olivier Goffart
11dea135f7
Domain: slint-ui.com -> slint.dev
2023-06-16 10:55:08 +02:00
Aurindam Jana
e4338300de
Change license for examples to MIT ( #2887 )
2023-06-15 11:23:17 +02:00
Olivier Goffart
9529be2162
Fix some warnings
2023-03-24 11:14:48 +01:00
Florian Blasius
520df46998
Update examples to new syntax ( #2067 )
...
* run slint-updater on examples
* manual syntax updates
2023-01-16 12:11:25 +00:00
Lukas Jung
3b64765c3e
alignment improvements for 7guis examples
2022-05-13 13:34:08 +02:00
Olivier Goffart
284335356c
7gui/crud example: don't panic when deleting non-existing row
...
Two counter measure
1. Disable the button when an invalid selection is there
2. double check in the rust code that the selected item is valid
2022-05-02 14:13:37 +02:00
Lukas Jung
8e3735d03c
move 7guis examples back to one folder
2022-03-17 08:43:49 +01:00