slint/examples/gallery
David Faure 29e289fbdf Move the workspace to rust edition 2024
Motivation: the git pre-commit hook is confused by the mix of 2021 and
2024 in the same workspace...

The only problem this raises is the std::env::set_var("LANGUAGE", lang) in
demos/printerdemo/rust/lib.rs, pre-existing but now explicitly marked as unsafe
because it actually is. Added a TODO there.
2025-12-09 12:11:04 +01:00
..
lang Add Japanese translations for new menu items (#10193) 2025-12-02 10:46:15 +01:00
ui Add Spinbox read only support (#10133) 2025-12-01 13:31:00 +01:00
build.rs Gallery Example: Add i18n and dynamic font loading for WASM (#9762) 2025-11-17 14:00:39 +01:00
Cargo.toml Move the workspace to rust edition 2024 2025-12-09 12:11:04 +01:00
CMakeLists.txt Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
gallery.pot Update Translations: extract strings 2024-11-18 03:16:35 +00:00
gallery.slint support for menus with checkmarks (#9056) 2025-08-21 09:07:01 +02:00
index.html Gallery Example: Add i18n and dynamic font loading for WASM (#9762) 2025-11-17 14:00:39 +01:00
main.cpp gallery: added filter example (#6847) 2024-11-22 11:56:54 +01:00
main.rs Gallery Example: Add i18n and dynamic font loading for WASM (#9762) 2025-11-17 14:00:39 +01:00
README.md Remove license header from .md/.mdx files 2025-12-04 21:58:09 +01:00
thumbsup.png Replace image in gallery examples 2022-01-19 11:25:21 +01:00
thumbsup.png.license Update license information 2022-01-20 14:45:02 +01:00
update_translations.sh Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00

A simple application showing the different widgets.

Online simulation Preview in Online Code Editor

Gallery on Windows Gallery on Linux Gallery on Mac