> 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/mauikit/controles/holder.md).

# Holder

Muestra un mensaje informativo junto con acciones.

```
import QtQuick 2.15
import QtQuick.Controls 2.15
import org.mauikit.controls 1.3 as Maui

Maui.ApplicationWindow
{
    id: root

    Maui.Page {
        anchors.fill: parent

        showCSDControls: true

        Maui.Holder
        {
            anchors.fill: parent
            title: i18n("Holder")
            body: i18n("Holder body message with quick info")
            emoji: "folder"
            isMask: false

            Action
            {
                text: "Action1"
            }
            Action
            {
                text: "Action2"
            }
        }
    }
}

```

<figure><img src="https://3899745996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FED1v8xhNFPWKlgOCuryr%2Fuploads%2FLxfSpreBrE7hPg1QtJtX%2FControls-Holder.jpg?alt=media&amp;token=fecdbb7e-154c-43e5-b7a3-1acd09620b2f" alt=""><figcaption></figcaption></figure>

## Propiedades

{% embed url="<https://api.kde.org/mauikit/mauikit/html/classHolder.html>" %}
