slint/internal/backends/qt
Simon Hausmann 8a2b40ca7d Simplify core Renderer trait for easier implementation
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.
2023-05-17 09:01:02 +02:00
..
LICENSES Reuse compliance cleanups (found by the new tooling) 2022-02-15 11:34:37 +01:00
qt_widgets clippy: Fix clippy warnings 2023-03-09 09:35:29 +01:00
accessible_generated.rs Basic Slint accessibility support (#1294) 2022-06-08 20:42:10 +02:00
build.rs Add StandardTableView widget (#2032) 2023-01-12 19:41:12 +01:00
Cargo.toml Bump version number to 1.0.3 2023-04-26 14:04:08 +00:00
key_generated.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
lib.rs Rust: Make new(), run() and show() report errors from the backend 2023-02-10 05:00:03 +01:00
LICENSE.QT
qt_accessible.rs accessibility: Do not freeze trying to find items at position 2023-03-20 15:29:40 +01:00
qt_widgets.rs Refactoring: Pass the size to to the render function 2023-05-05 19:53:57 +02:00
qt_window.rs Simplify core Renderer trait for easier implementation 2023-05-17 09:01:02 +02:00
QtThirdPartySoftware_Listing.txt
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00

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.