> For the complete documentation index, see [llms.txt](https://docs.novaflowos.com/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novaflowos.com/start/qt-qml-en-imagenes/plasma-components.md).

# Plasma Components

Plasma Components proporciona controles Qt Quick para crear los plasmoides de KDE. Incluso es posible añadirlo a tu aplicación Qt/QML, sea Kirigami o bien cualquier otra.

Podrías incluir código de cualquier tecnología Qt/QML en tu aplicación y combinarlas si así tuviera sentido.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>Plasma Mobile</td><td data-object-fit="cover"><a href="/files/pmLoDV1vSPNzic5lVmEe">/files/pmLoDV1vSPNzic5lVmEe</a></td></tr><tr><td></td><td data-object-fit="cover"><a href="/files/D4AK18ImFgKIlU8upY0I">/files/D4AK18ImFgKIlU8upY0I</a></td></tr></tbody></table>

También es posible aplicar el estilo Plasma a tu aplicación Qt/QML Kirigami, aunque no existe una implementación completa, sino inicial.

Puedes comprobar los estilos Qt Quick Controls Styles que se encuentran disponibles en tu instalación de openSUSE Tumbleweed en la ruta:

```
/usr/lib64/qt5/qml/QtQuick/Controls.2
```

Para aplicar el estilo Plasma a una aplicación Kirigami abre una terminal y ejecuta:

```
QT_QUICK_CONTROLS_STYLE=Plasma kalendar
```

## Licencias

* BSD-2-Clause
* BSD-3-Clause
* CC0-1.0
* GPL-2.0-only
* GPL-2.0-or-later
* GPL-3.0-only
* LGPL-2.0-or-later
* LGPL-2.1-only
* LGPL-2.1-or-later
* LGPL-3.0-only
* LicenseRef-KDE-Accepted-GPL
* LicenseRef-KDE-Accepted-LGPL
* LicenseRef-Qt-Commercial
* Qt-LGPL-exception-1.1

## Enlaces

{% embed url="<https://api.kde.org/frameworks/plasma-framework/html/index.html>" %}
Plasma Framework
{% endembed %}

{% embed url="<https://api.kde.org/frameworks/plasma-framework/html/plasmacomponents.html>" %}
Plasma Components
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/plasma-components.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.
