mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Domain: slint-ui.com -> slint.dev
This commit is contained in:
parent
24c822dd60
commit
11dea135f7
1248 changed files with 1542 additions and 1542 deletions
|
@ -1,4 +1,4 @@
|
|||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# Copyright © SixtyFPS GmbH <info@slint.dev>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
|
||||
[[source]]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# Copyright © SixtyFPS GmbH <info@slint.dev>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
|
||||
# Configuration file for the Sphinx documentation builder.
|
||||
|
@ -23,7 +23,7 @@ import textwrap
|
|||
|
||||
project = "Slint C++ API"
|
||||
copyright = "SixtyFPS GmbH"
|
||||
author = "Slint Developers <info@slint-ui.com>"
|
||||
author = "Slint Developers <info@slint.dev>"
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
version = "1.1.0"
|
||||
|
@ -104,7 +104,7 @@ html_static_path = ["_static"]
|
|||
|
||||
html_show_sourcelink = False
|
||||
|
||||
html_logo = "https://slint-ui.com/logo/slint-logo-small-light.svg"
|
||||
html_logo = "https://slint.dev/logo/slint-logo-small-light.svg"
|
||||
|
||||
myst_enable_extensions = [
|
||||
"html_image",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.. Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
.. Copyright © SixtyFPS GmbH <info@slint.dev>
|
||||
.. SPDX-License-Identifier: MIT
|
||||
|
||||
===========
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.. Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
.. Copyright © SixtyFPS GmbH <info@slint.dev>
|
||||
.. SPDX-License-Identifier: MIT
|
||||
|
||||
.. Slint C++ documentation master file
|
||||
|
@ -45,7 +45,7 @@ Welcome to Slint C++'s documentation!
|
|||
:target: https://github.com/slint-ui/slint/discussions
|
||||
:alt: GitHub Discussions
|
||||
|
||||
`Slint <https://slint-ui.com/>`_ is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications.
|
||||
`Slint <https://slint.dev/>`_ is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications.
|
||||
Slint C++ is the C++ API to interact with a Slint UI from C++.
|
||||
|
||||
The .slint Markup Language
|
||||
|
@ -77,7 +77,7 @@ Architecture
|
|||
An application is composed of the business logic written in C++ and the `.slint` user interface design markup, which
|
||||
is compiled to native code.
|
||||
|
||||
.. image:: https://slint-ui.com/resources/architecture.drawio.svg
|
||||
.. image:: https://slint.dev/resources/architecture.drawio.svg
|
||||
:alt: Architecture Overview
|
||||
|
||||
Developing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue