Warning, /maui/buho/src/widgets/ColorsBar.qml is written in an unsupported language. File is not indexed.

0001 import QtQuick 2.0
0002 import QtQuick.Controls 2.2
0003 
0004 import org.mauikit.controls 1.3 as Maui
0005 
0006 Maui.ColorsRow
0007 {
0008     id: control
0009     colors: ["#ffded4", "#d3ffda", "#caf3ff", "#dbd8ff", "#ffcdf4"]
0010 }