slint/sixtyfps_runtime/rendering_backends/qt
Simon Hausmann e305f0e61c Fix sixtyfps::quit_event_loop() not exiting the event loop with Qt 6 on macOS
As per commit 0c02f133f3daee146b805149e69bba8cee6727b2 in qtbase (qt6),
quit() on QCoreApplication on macOS calls [NSApp terminate], which will
not return to main. The latter however is documented behavior, and
sixtyfps-viewer for example relies on it.
2021-10-11 16:55:32 +02:00
..
qt_widgets Fix standard button OK text 2021-10-06 16:16:39 +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.4 2021-10-07 09:36:43 +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
qt_widgets.rs Fix rendering of push buttons with QStyle on macOS 2021-10-06 14:39:56 +02:00
qt_window.rs Add changelog entry and move no-frame logic to cpp closure 2021-10-11 10:21:21 +02:00