# Kirigami

<figure><img src="/files/WjHR43kc7asRKkMr84I9" alt=""><figcaption></figcaption></figure>

## Cómo se ven las aplicaciones Kirigami

En KDE las aplicaciones Kirigami siguen el estilo Brisa, pero nada obliga a ello. Es posible usar otros estilos Qt Quick Controls Style creados para Kirigami, aunque ninguno ha sido realizado todavía, o al menos de manera completa.

ControlKit implementa estilo y la aplicación adaptación.

### Calendar es Calindori

<div><figure><img src="/files/uUCQGNVHil3Ue2gR96MZ" alt=""><figcaption><p>Calindori</p></figcaption></figure> <figure><img src="https://d4.alternativeto.net/JK7Ey1lwHwuEkEVoaiXFk9A8UT816hwMrqN7V19lrVc/rs:fit:1200:1200:0/g:ce:0:0/YWJzOi8vZGlzdC9zL2ppbmdvc181OTM3NjhfZnVsbC5wbmc.jpg" alt=""><figcaption><p>Calendar</p></figcaption></figure></div>

{% embed url="<https://invent.kde.org/plasma-mobile/calindori>" %}

{% embed url="<https://github.com/JingOS-team/Calindori>" %}

### Calculator es Kalc

<div><figure><img src="/files/iD6G3Ilh4YVYBaLppJ5b" alt=""><figcaption><p>Kalk</p></figcaption></figure> <figure><img src="https://d4.alternativeto.net/VNTQNXH1aQU7H-3ZRGG-pYlSkdeaTA6thxEs4X4Gn08/rs:fit:1200:1200:0/g:ce:0:0/YWJzOi8vZGlzdC9zL2ppbmdvc185MjMxNDRfZnVsbC5wbmc.jpg" alt=""><figcaption><p>Calculator</p></figcaption></figure></div>

{% embed url="<https://invent.kde.org/hellokartikey/kalk>" %}

{% embed url="<https://github.com/JingOS-team/Kalk>" %}

### Más ejemplos

{% content-ref url="/pages/jtqPUpAVe8PjuqvvQieu" %}
[Aplicaciones Kirigami con otros estilos](/start/qt-qml-en-imagenes/kirigami/aplicaciones-kirigami-con-otros-estilos.md)
{% endcontent-ref %}

### Estilos Qt Quick Controls

Windows 11 es un estilo interesante para Qt/QML:

{% content-ref url="/pages/dR3f70lKEPj1IFUqm5WF" %}
[Estilo Windows 11 para Qt Quick Controls](/start/qt-qml-en-imagenes/kirigami/estilo-windows-11-para-qt-quick-controls.md)
{% endcontent-ref %}

Crear un nuevo estilo siempre es la opción preferente para un mejor resultado. Aun así Qt dispone de Imagine, un estilo que actúa a modo de motor de temas o theme engine.

{% embed url="<https://doc.qt.io/qt-6/qtquickcontrols2-imagine.html>" %}
Estilo Imagine
{% endembed %}

## Licencias

* CC0-1.0
* LGPL-2.0-or-later
* LGPL-2.1-only
* LGPL-3.0-only

## Enlaces

{% embed url="<https://develop.kde.org/frameworks/kirigami/>" %}
Página principal de Kirigami
{% endembed %}

{% embed url="<https://develop.kde.org/docs/use/kirigami/>" %}
Guía para empezar a crear aplicaciones con Kirigami
{% endembed %}

{% embed url="<https://api.kde.org/>" %}
Documentación
{% endembed %}

{% embed url="<https://api.kde.org/frameworks/kirigami/html/index.html>" %}
Documentación de Kirigami
{% endembed %}

{% embed url="<https://invent.kde.org/frameworks/kirigami>" %}
Código fuente de Kirigami
{% endembed %}

{% embed url="<https://invent.kde.org/libraries/kirigami-addons>" %}
Código fuente de Kirigami Addons
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.novaflowos.com/start/qt-qml-en-imagenes/kirigami.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
