slint/sixtyfps_runtime/rendering_backends/qt
Simon Hausmann 2553dd1459 Trim the Rust ComponentWindow API and implementation a little bit
* Remove the `new` function from the main impl and use the slightly
  less visible From conversion trait
* Make the inner Rc<Window> pub(crate) instead of pub
* Instead, provide a public as_any() accessor that the Qt backend can use
2021-07-21 17:41:12 +02:00
..
build.rs Update license date 2021-07-02 15:55:54 +02:00
Cargo.toml Increase version numbers 2021-06-28 10:39:43 +02:00
key_generated.rs Update license date 2021-07-02 15:55:54 +02:00
lib.rs Trim the Rust ComponentWindow API and implementation a little bit 2021-07-21 17:41:12 +02:00
qt_window.rs Trim the Rust ComponentWindow API and implementation a little bit 2021-07-21 17:41:12 +02:00
widgets.rs Ammend previous commit 2021-07-16 22:30:38 +02:00