slint/sixtyfps_runtime/rendering_backends/qt
Simon Hausmann 35541cffd9 Fix cursor rendering with the Qt backend for non-ascii text
We calculate the cursor position as byte offset in the utf-8 encoded string,
while Qt expects an index in the utf-16 encoded QString.
When those differ, the cursor is rendered at the wrong location.

Fixes #363
2021-08-01 09:34:50 +02:00
..
build.rs Fix comments and naming found in review in #355 2021-07-28 16:57:09 +02:00
Cargo.toml Rust: defaults to the native style when Qt is available 2021-07-28 16:57:09 +02:00
key_generated.rs Update license date 2021-07-02 15:55:54 +02:00
lib.rs internal cleanup: Rename ComponentWindow to WindowRc 2021-07-21 20:33:02 +02:00
qt_window.rs Fix cursor rendering with the Qt backend for non-ascii text 2021-08-01 09:34:50 +02:00
widgets.rs Add a changed callback to Slider 2021-07-31 15:14:03 +02:00