slint/examples/qt_viewer
2022-02-02 15:49:18 +01:00
..
CMakeLists.txt Rename the SixtyFPS CMake interface 2022-02-02 09:58:26 +01:00
interface.ui Replace SixtyFPS in many locations (Uppercase) 2022-02-02 15:49:18 +01:00
qt_viewer.cpp Replace SixtyFPS in many locations (Uppercase) 2022-02-02 15:49:18 +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.