slint/examples/cpp/platform_qt
Olivier Goffart c47e6cd029 C++: Api changes in the WindowAdapter
- s/physical_size/size/ (consistant with the slint::Window API)
 - remove const of virtual function  (they don't need to be const and
   make implementation potentially easier)
 - Move the WindowProperties in it
2023-08-30 14:59:41 +02:00
..
appwindow.slint C++ platform Qt example: handle key events 2023-07-31 12:58:38 +02:00
CMakeLists.txt Move the C++ specific example to the examples/cpp directory 2023-07-31 12:58:38 +02:00
main.cpp C++: Api changes in the WindowAdapter 2023-08-30 14:59:41 +02:00
README.md xtask: Fix up license headers 2023-08-17 08:55:28 +02:00

C++ Platform Qt example

This example shows how to use the Slint platform API to render a Slint scene in a Qt window