mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-29 06:44:08 +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
|
@ -35,7 +35,7 @@ actual instance and keeps it alive as long as at least one
|
|||
|
||||
For more complex user interfaces it's common to supply data in the form of an
|
||||
abstract data model, that's 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++ are sub-classes of the
|
||||
{cpp:class}`slint::Model` and you can sub-class it yourself. For convenience,
|
||||
the {cpp:class}`slint::VectorModel` provides an implementation that's backed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue