We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6517b3 commit 70be138Copy full SHA for 70be138
x.slint
@@ -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