mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00
docs: Remove builtin_ prefix from files in builtins dir
This commit is contained in:
parent
f7de5d4602
commit
1f877887cd
12 changed files with 66 additions and 65 deletions
|
@ -57,7 +57,7 @@ export component HelloWorld inherits Window {
|
|||
}
|
||||
```
|
||||
|
||||
then you can use the following code in you `main` function to show the [`Window`](../slint/builtin_elements.html#window)
|
||||
then you can use the following code in you `main` function to show the [`Window`](../slint/src/builtins/elements.html#window)
|
||||
and change the text:
|
||||
|
||||
```cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue