1786019626

This commit is contained in:
2026-08-06 14:33:46 +02:00
parent feef623ee8
commit 933b3a4c73

View File

@@ -1,6 +1,7 @@
import { Button, VerticalBox } from "std-widgets.slint";
export component AppWindow inherits Window {
default-font-size: 32px;
in-out property<int> counter: 42;
callback request-increase-value();
VerticalBox {