mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
![]() These might change the layout of the rendered markdown files. This will also fix some typos along the way:-) |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
interface.ui | ||
qt_viewer.cpp | ||
README.md |
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.