mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-14 09:45:41 +00:00
Apply similar logic as to LineEdit and TextEdit, so that when folks build their own text input widgets, they're accessible by default. Also fixed the docs while at it to mention default applications. Amends #7669 |
||
|---|---|---|
| .. | ||
| LICENSES | ||
| sharedfontdb | ||
| builtin_structs.rs | ||
| Cargo.toml | ||
| enums.rs | ||
| key_codes.rs | ||
| lib.rs | ||
| README.md | ||
| sharedfontdb.rs | ||
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.