slint/examples/qt_viewer/README.md
2022-02-02 13:26:35 +01:00

244 B

qt_viewer

This is an example that shows how to embed a dynamically loaded .slint into a Qt (QWidgets) application

The trick is that it uses the C++ slint::interpreter::ComponentInstance::qwidget and embed that widget in a Qt application.