mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-07 02:50:34 +00:00

* Keep project related .md files triple licensed as the rest of the crate * Make vtable MIT OR Apache 2.0 (as suggested by @ogoffart)
329 B
329 B
qt_viewer
This is an example that shows how to embed a dynamically loaded .slint into a Qt (QWidgets) application
The trick is that it uses the C++ slint::interpreter::ComponentInstance::qwidget
and embed
that widget in a Qt application.