slint/examples/qt_viewer/README.md
Tobias Hunger e01bd87df8 Janitor: Fix warnings about markdown files
These might change the layout of the rendered markdown files. This will
also fix some typos along the way:-)
2021-06-28 08:32:25 +02:00

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.