slint/examples/qt_viewer
2021-12-22 10:06:12 +01:00
..
CMakeLists.txt Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
interface.ui qt_viewer example: set a proper title to the main window 2021-11-24 13:40:50 +01:00
qt_viewer.cpp Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
README.md Janitor: Fix warnings about markdown files 2021-06-28 08:32:25 +02:00

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.