Skip to content

Commit 70be138

Browse files
committed
Add x.slint
1 parent d6517b3 commit 70be138

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

x.slint

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Copyright © SixtyFPS GmbH <[email protected]>
2+
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0
3+
4+
export component TestCase inherits Window {
5+
width: 64px;
6+
height: 64px;
7+
VerticalLayout {
8+
StyledText {
9+
text: @markdown("Hello {}", "*Everyone*");
10+
11+
}
12+
13+
}
14+
}

0 commit comments

Comments
 (0)