mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
![]() Make text_input_byte_offset_for_position and text_input_cursor_rect_for_byte_offset low-level in the API, where the implementation becomes easier. Two helper functions in TextInput in turn collect the necessary parameters and thus also reduce the amount of duplicated code. This also decouples the renderer further from the window. |
||
---|---|---|
.. | ||
LICENSES | ||
qt_widgets | ||
accessible_generated.rs | ||
build.rs | ||
Cargo.toml | ||
key_generated.rs | ||
lib.rs | ||
LICENSE.QT | ||
qt_accessible.rs | ||
qt_widgets.rs | ||
qt_window.rs | ||
QtThirdPartySoftware_Listing.txt | ||
README.md |
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.