slint-ui-templates 0.1.0

Composable Slint UI building blocks — mother-child pattern, token-driven
Documentation
{
  "source": "shell/models.rs",
  "items": [
    {
      "name": "nav_model",
      "kind": "fn",
      "signature": "pub fn nav_model(&self) -> Rc<VecModel<NavItem>>",
      "line": 9,
      "doc": "Convert nav items to a Slint VecModel ready for set_nav_items()."
    },
    {
      "name": "toolbar_model",
      "kind": "fn",
      "signature": "pub fn toolbar_model(&self) -> Rc<VecModel<ShellToolbarItem>>",
      "line": 22,
      "doc": "Convert toolbar items to a Slint VecModel ready for set_toolbar_items()."
    }
  ]
}