mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
Rename tutorial to quickstart (#4941)
This commit is contained in:
parent
02775f7783
commit
7afa34a7e1
79 changed files with 35 additions and 35 deletions
|
@ -1,12 +0,0 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
// ANCHOR: main_window
|
||||
// ui/appwindow.slint
|
||||
export component MainWindow inherits Window {
|
||||
Text {
|
||||
text: "hello world";
|
||||
color: green;
|
||||
}
|
||||
}
|
||||
// ANCHOR_END: main_window
|
Loading…
Add table
Add a link
Reference in a new issue