1786019626
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import { Button, VerticalBox } from "std-widgets.slint";
|
import { Button, VerticalBox } from "std-widgets.slint";
|
||||||
|
|
||||||
export component AppWindow inherits Window {
|
export component AppWindow inherits Window {
|
||||||
|
default-font-size: 32px;
|
||||||
in-out property<int> counter: 42;
|
in-out property<int> counter: 42;
|
||||||
callback request-increase-value();
|
callback request-increase-value();
|
||||||
VerticalBox {
|
VerticalBox {
|
||||||
|
|||||||
Reference in New Issue
Block a user