mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 22:54:36 +00:00
![]() Since we require Qt 5.15, we can use the versionless CMake targets and also find Qt 6 first. |
||
---|---|---|
.. | ||
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.