mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 18:29:09 +00:00
Fix a few links to the docs that changed with the new structure
This commit is contained in:
parent
b4cddbbe18
commit
9200480b53
8 changed files with 12 additions and 12 deletions
|
@ -54,7 +54,7 @@ models.
|
|||
|
||||
More complex user interfaces commonly consume data in the form of an abstract
|
||||
data model, that is used with <a href="../slint/src/reference/repetitions.html">`for` - `in`</a>
|
||||
repetitions or <a href="../slint/src/builtins/widgets.html#listview">`ListView`</a> elements in the
|
||||
repetitions or <a href="../slint/src/language/widgets/listview">`ListView`</a> elements in the
|
||||
`.slint` language. All models in C++ with the interpreter API are sub-classes
|
||||
of the {cpp:class}`slint::Model` where the template parameter is
|
||||
{cpp:class}`slint::interpreter::Value`. To provide your own data model, you can
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue