slint/examples/qt_viewer
Tobias Hunger 4230ac2572
Update copyright information to reflect name change
Also run resue over the codebase and fix complaints from that tool.
2022-02-09 10:27:47 +01:00
..
CMakeLists.txt Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
interface.ui Replace SixtyFPS in many locations (Uppercase) 2022-02-02 15:49:18 +01:00
qt_viewer.cpp Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
README.md Rename rust API 2022-02-02 13:26:35 +01:00

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.