mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 13:24:48 +00:00
9 lines
211 B
Text
9 lines
211 B
Text
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
|
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
|
|
|
Final := Window {
|
|
VerticalLayout {
|
|
@
|
|
}
|
|
// ^error{Expected @children}
|
|
}
|