> 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/colorsrow.md).

# ColorsRow

Selector de color.

```
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.ColorsRow
        {
            anchors.centerIn: parent
            colors: ["pink", "mediumspringgreen", "deepskyblue", "royalblue"]
        }
    }
}

```

<figure><img src="https://3899745996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FED1v8xhNFPWKlgOCuryr%2Fuploads%2FvdlOBFz5oDMCktMBgd30%2FControls-ColorsRow.jpg?alt=media&amp;token=0dbb023e-769f-4ab3-b505-70534b911934" alt=""><figcaption></figcaption></figure>

## Propiedades

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