slint/internal/backends/qt
Simon Hausmann 9799571396 Make it possible to implement the ItemRenderer trait with a lifetime
The as_any() method returning a `&mut dyn Any` meant that the type has to be
'static. The class solution of returning &()
doesn't work because it has to be a mutable ref. Therefore just return an Option.
2022-07-12 20:37:14 +02:00
..
LICENSES Reuse compliance cleanups (found by the new tooling) 2022-02-15 11:34:37 +01:00
qt_widgets Button: Implement support to make the Button a toggle (#1384) 2022-07-08 16:17:06 +02:00
accessible_generated.rs Basic Slint accessibility support (#1294) 2022-06-08 20:42:10 +02:00
build.rs Qt backend: rerun the build script when qt_accessible.rs changes as it contains C++ 2022-07-05 10:10:09 +02:00
Cargo.toml Add slint::Window::(set_)position 2022-07-08 18:37:01 +02:00
key_generated.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
lib.rs Add slint::Window::(set_)position 2022-07-08 18:37:01 +02:00
LICENSE.QT [reorg]: Move the rendering backends into internal 2022-01-31 16:00:50 +01:00
qt_accessible.rs qt_accessible: Fix warning suggesting to use std::move (#1400) 2022-07-08 17:04:53 +02:00
qt_widgets.rs Make it possible to implement the ItemRenderer trait with a lifetime 2022-07-12 20:37:14 +02:00
qt_window.rs Make it possible to implement the ItemRenderer trait with a lifetime 2022-07-12 20:37:14 +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.