mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00

These might change the layout of the rendered markdown files. This will also fix some typos along the way:-)
6 lines
244 B
Markdown
6 lines
244 B
Markdown
# 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.
|