mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-03 13:23:00 +00:00
Instead of the WindowAdapter being a template for a concept, let's just use an abstract base class for the renderer. Since we provide the renderers, this simplifies two things: - Ownership becomes clear to the user by creating the renderer instance in a field of theirs. - All template use goes away on the user side. |
||
|---|---|---|
| .. | ||
| manual | ||
| multiple-includes | ||
| CMakeLists.txt | ||
| datastructures.cpp | ||
| eventloop.cpp | ||
| interpreter.cpp | ||
| models.cpp | ||
| properties.cpp | ||
| test.slint | ||
| window.cpp | ||