mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00

This combines the tutorial sub-section from the intro (a bit weird as sub-section there) and the usage part of the cmake section into a getting started that has a complete little C++ example.
38 lines
857 B
ReStructuredText
38 lines
857 B
ReStructuredText
.. LICENSE BEGIN
|
|
.. This file is part of the SixtyFPS Project -- https://sixtyfps.io
|
|
.. Copyright (c) 2021 Olivier Goffart <olivier.goffart@sixtyfps.io>
|
|
.. Copyright (c) 2021 Simon Hausmann <simon.hausmann@sixtyfps.io>
|
|
..
|
|
.. SPDX-License-Identifier: GPL-3.0-only
|
|
.. This file is also available under commercial licensing terms.
|
|
.. Please contact info@sixtyfps.io for more information.
|
|
.. LICENSE END
|
|
.. SixtyFPS C++ documentation master file
|
|
|
|
Welcome to SixtyFPS C++'s documentation!
|
|
========================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Contents:
|
|
|
|
intro.md
|
|
|
|
cmake.md
|
|
|
|
getting_started.md
|
|
|
|
api/library_root
|
|
|
|
language.rst
|
|
|
|
Type Mapping to C++ <types.md>
|
|
|
|
Example Generated Code <generated_code.md>
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|