changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / src/crates/ui/pages/about.slint

changeset 22: ba323d8c0f93
parent: ui/pages/about.slint@e4c9ec452eb6
author: ellis <ellis@rwest.io>
date: Sat, 03 Jun 2023 22:48:46 -0400
permissions: -rw-r--r--
description: refactor1
1 import { AboutSlint } from "std-widgets.slint";
2 import { UiConfig } from "../config.slint";
3 import { Page } from "page.slint";
4 
5 export component AboutPage inherits Page {
6  title: "About";
7  description: "Are you curious now? Check out the docs and gettings start from the Github repository and the website https://slint-ui.com and try it yourself.";
8 
9  AboutSlint {}
10 }