mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00

These might change the layout of the rendered markdown files. This will also fix some typos along the way:-)
244 B
244 B
qt_viewer
This is an example that shows how to embed a dynamically loaded .60 into a Qt (QWidgets) application
The trick is that it uses the C++ sixtyfps::interpreter::ComponentInstance::qwidget
and embed
that widget in a Qt application.