changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / ui/pages/about.slint

changeset 17: e4c9ec452eb6
author: ellis <ellis@rwest.io>
date: Sat, 27 May 2023 21:07:55 -0400
permissions: -rw-r--r--
description: ui work
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 }