Domain: slint-ui.com -> slint.dev

This commit is contained in:
Olivier Goffart 2023-06-16 09:37:34 +02:00 committed by Olivier Goffart
parent 24c822dd60
commit 11dea135f7
1248 changed files with 1542 additions and 1542 deletions

View file

@ -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]]

View file

@ -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",

View file

@ -1,4 +1,4 @@
.. Copyright © SixtyFPS GmbH <info@slint-ui.com>
.. Copyright © SixtyFPS GmbH <info@slint.dev>
.. SPDX-License-Identifier: MIT
===========

View file

@ -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