slint/internal/backends/qt
Simon Hausmann 01b00d26eb Rust: Allocate the window adapter lazily
This will be needed for embedding - to avoid creating two window
adapters - and it will be needed for the API to allow creating a
component from an existing window.
2023-06-10 11:41: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 Added switch widget (#2798) 2023-05-31 14:57:23 +02:00
LICENSE.QT [reorg]: Move the rendering backends into internal 2022-01-31 16:00:50 +01:00
qt_accessible.rs accessibility: Do not freeze trying to find items at position 2023-03-20 15:29:40 +01:00
qt_widgets.rs qt: fix rendering layers with a scale factor 2023-06-02 13:10:19 +02:00
qt_window.rs Add support for manually closing PopupWindows 2023-06-02 18:07: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.