slint/internal/common
Joshua Goins c09ed19a85 Menu: Add icon property
This adds an icon that is displayed to the left of the title, and is
also shown for Menus are inside of a parent menu.

Closes #7791

ChangeLog: Added icon property to MenuItem and Menu
2025-06-26 18:45:37 +02:00
..
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
sharedfontdb Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
builtin_structs.rs Menu: Add icon property 2025-06-26 18:45:37 +02:00
Cargo.toml Add --generate-link-to-definition in the docs of all our published crate 2025-06-06 21:47:36 +02:00
enums.rs slint: Change Platform.os to return a new enum OperatingSystemType (#8679) 2025-06-12 14:25:16 +02:00
key_codes.rs Fix path in comment for key mappings 2025-02-07 16:45:01 +01:00
lib.rs Introduce MenuSeparator 2025-04-02 11:50:45 +02:00
README.md Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
sharedfontdb.rs Fix build on QNX 2025-06-03 08:55:31 +02:00

This crate contains internal data structures and code that is shared between the i-slint-core and the i-slint-compiler crates.

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.