This commit is contained in:
2025-06-25 20:12:24 +03:00
parent ee8842a9ec
commit ef8adb7f78
7 changed files with 382 additions and 2 deletions

6
ui/main.slint Normal file
View File

@@ -0,0 +1,6 @@
export component App inherits Window {
preferred-width: 800px;
preferred-height: 1280px;
title: "Slint test";
background: Colors.royalblue;
}