mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-29 23:04:06 +00:00

* Keep project related .md files triple licensed as the rest of the crate * Make vtable MIT OR Apache 2.0 (as suggested by @ogoffart)
8 lines
329 B
Markdown
8 lines
329 B
Markdown
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
|
|
|
|
# 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.
|