Skip to content

Commit

Permalink
Update from slint-ui/slint
Browse files Browse the repository at this point in the history
Pull web demos and C++/Rust reference docs from commit 7d00f0a80b87efe3854deb46c01775f1d14c1b83 (refs/heads/master)
  • Loading branch information
slint-team[bot] committed Jul 19, 2024
1 parent fe1e93e commit 98a8b70
Show file tree
Hide file tree
Showing 568 changed files with 2,621 additions and 6,694 deletions.
Binary file modified snapshots/master/demos/android/energy-monitor.apk
Binary file not shown.
Binary file modified snapshots/master/demos/carousel/pkg/carousel_bg.wasm
Binary file not shown.
Binary file modified snapshots/master/demos/energy-monitor/pkg/energy_monitor_bg.wasm
Binary file not shown.
Binary file modified snapshots/master/demos/gallery/pkg/cosmic/gallery_bg.wasm
Binary file not shown.
Binary file modified snapshots/master/demos/gallery/pkg/cupertino/gallery_bg.wasm
Binary file not shown.
Binary file modified snapshots/master/demos/gallery/pkg/fluent/gallery_bg.wasm
Binary file not shown.
Binary file modified snapshots/master/demos/gallery/pkg/material/gallery_bg.wasm
Binary file not shown.
Binary file modified snapshots/master/demos/imagefilter/pkg/imagefilter_bg.wasm
Binary file not shown.
Binary file modified snapshots/master/demos/memory/pkg/memory_bg.wasm
Binary file not shown.
Binary file modified snapshots/master/demos/plotter/pkg/plotter_bg.wasm
Binary file not shown.
Binary file modified snapshots/master/demos/printerdemo/pkg/printerdemo_lib_bg.wasm
Binary file not shown.
Binary file not shown.
Binary file modified snapshots/master/demos/slide_puzzle/pkg/slide_puzzle_bg.wasm
Binary file not shown.
Binary file modified snapshots/master/demos/todo/pkg/todo_lib_bg.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion snapshots/master/docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="icon" type="image/x-icon" href="https://slint.dev/assets/img/favicon.svg">

<!-- ===== All CSS files ===== -->
<link rel="stylesheet" href="https://slint.dev/assets/css/style.css?v=1.12.16" async/>
<link rel="stylesheet" href="https://slint.dev/assets/css/style.css?v=1.12.18" async/>


<!-- ===== Header from individual pages ===== -->
Expand Down
5 changes: 5 additions & 0 deletions snapshots/master/docs/cpp/_sources/generated_code.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,8 @@ previous section, you can access `Logic` like this:
return SharedString(arg);
});
```

:::{note}
Global singletons are instantiated once per component. When declaring multiple components for `export` to C++,
each instance will have their own instance of associated globals singletons.
:::
2 changes: 1 addition & 1 deletion snapshots/master/docs/cpp/_static/scripts/furo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion snapshots/master/docs/cpp/_static/scripts/furo.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 98a8b70

Please sign in to comment.