mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
Add new home-automation demo (#6654)
This commit is contained in:
parent
04edafe121
commit
e0557536a6
104 changed files with 4117 additions and 0 deletions
15
demos/home-automation/ui/demo-debug.slint
Normal file
15
demos/home-automation/ui/demo-debug.slint
Normal file
|
@ -0,0 +1,15 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
||||
// SPDX-License-Identifier: MIT
|
||||
import { MainScreen } from "components/mainView/mainScreen.slint";
|
||||
|
||||
export component AppWindow inherits Window {
|
||||
preferred-width: 1920px;
|
||||
preferred-height: 1080px;
|
||||
min-width: 1000px;
|
||||
min-height: 600px;
|
||||
|
||||
MainScreen {
|
||||
door-component-loaded: false;
|
||||
initial-door-state: open;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue