slint/internal/backends/qt
Olivier Goffart f4dba7bcfd Seal the Renderer trait
Because we need to make the Render trait public so one can re-implement
the WindowAdapter trait
2023-06-13 17:44:04 +02:00
..
LICENSES Reuse compliance cleanups (found by the new tooling) 2022-02-15 11:34:37 +01:00
qt_widgets Rust: Allocate the window adapter lazily 2023-06-10 11:41:04 +02:00
accessible_generated.rs Basic Slint accessibility support (#1294) 2022-06-08 20:42:10 +02:00
build.rs Add ProgressIndicator widgets (#2792) 2023-05-31 09:57:12 +02: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 Fix support for High-DPI with Qt 2023-06-10 11:41:04 +02:00
LICENSE.QT [reorg]: Move the rendering backends into internal 2022-01-31 16:00:50 +01:00
qt_accessible.rs Provide a more idiomatic API for accessible_descendents 2023-06-13 11:20:30 +02:00
qt_widgets.rs qt: fix rendering layers with a scale factor 2023-06-02 13:10:19 +02:00
qt_window.rs Seal the Renderer trait 2023-06-13 17:44:04 +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.