slint/internal/backends/qt
Tobias Hunger 29248f0c6f Qt: Update the accessibility tree when the component tree changes
This makes the Qt accessibility story actually useful: It will now
update as the models in the UI update:-)
2022-06-30 11:51:49 +02:00
..
LICENSES Reuse compliance cleanups (found by the new tooling) 2022-02-15 11:34:37 +01:00
qt_widgets janitor: Run cargo clippy --fix 2022-05-22 11:59:00 +02:00
accessible_generated.rs Basic Slint accessibility support (#1294) 2022-06-08 20:42:10 +02:00
build.rs janitor: Run cargo clippy --fix 2022-05-22 11:59:00 +02:00
Cargo.toml Basic Slint accessibility support (#1294) 2022-06-08 20:42:10 +02:00
key_generated.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
lib.rs Basic Slint accessibility support (#1294) 2022-06-08 20:42:10 +02:00
LICENSE.QT [reorg]: Move the rendering backends into internal 2022-01-31 16:00:50 +01:00
qt_accessible.rs a11y: Allow to update the accessibility tree 2022-06-30 11:51:49 +02:00
qt_widgets.rs Put the new cache in corelib and use it in the GL backend 2022-05-31 10:48:24 +02:00
qt_window.rs Qt: Update the accessibility tree when the component tree changes 2022-06-30 11:51:49 +02:00
QtThirdPartySoftware_Listing.txt [reorg]: Move the rendering backends into internal 2022-01-31 16:00:50 +01:00
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.