slint/sixtyfps_runtime/rendering_backends/qt
Simon Hausmann 67579ec560 Simplify drop implementation of generated components
Avoid creating an intermediate array of items to free the graphics resources.
Instead call run-time function with the item tree as a parameter, which is traversed.

It's practically the same data structure that was previously created, except
that it is shared/global and has little holes for the dynamic tree items, but those are easy to skip.
2021-11-01 08:58:53 +01:00
..
qt_widgets Work around crash in Qt mac style when drawing scrollbars with invalid size 2021-10-19 12:36:26 +02:00
build.rs Fix compilation with Qt 6.2.0 and MSVC 2021-09-30 15:45:14 +02:00
Cargo.toml Bump version number to 0.1.5 2021-10-26 07:36:54 +00:00
key_generated.rs Update license date 2021-07-02 15:55:54 +02:00
lib.rs Fix sixtyfps::quit_event_loop() not exiting the event loop with Qt 6 on macOS 2021-10-11 16:55:32 +02:00
LICENSE.QT Hardcode the Qt license 2021-10-22 14:32:17 +02:00
qt_widgets.rs Fix rendering of push buttons with QStyle on macOS 2021-10-06 14:39:56 +02:00
qt_window.rs Simplify drop implementation of generated components 2021-11-01 08:58:53 +01:00
QtThirdPartySoftware_Listing.txt Hardcode the Qt license 2021-10-22 14:32:17 +02:00