From 58b6314dec29debf8e595f3d75c5818ead648d49 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 5 Jan 2024 20:47:24 +0400 Subject: Removed the rudiments of the project --- resource-viewer/ui/appwindow.slint | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 resource-viewer/ui/appwindow.slint (limited to 'resource-viewer/ui') diff --git a/resource-viewer/ui/appwindow.slint b/resource-viewer/ui/appwindow.slint deleted file mode 100644 index 4862c47..0000000 --- a/resource-viewer/ui/appwindow.slint +++ /dev/null @@ -1,17 +0,0 @@ -import { Button, VerticalBox } from "std-widgets.slint"; - -export component AppWindow inherits Window { - in-out property counter: 42; - callback request-increase-value(); - VerticalBox { - Text { - text: "Counter: \{root.counter}"; - } - Button { - text: "Increase value"; - clicked => { - root.request-increase-value(); - } - } - } -} \ No newline at end of file -- cgit v1.2.3