22#include <QGuiApplication>
33#if defined(DRUMSTICK_STATIC)
34#define DRUMSTICK_WIDGETS_EXPORT
36#if defined(drumstick_widgets_EXPORTS)
37#define DRUMSTICK_WIDGETS_EXPORT Q_DECL_EXPORT
39#define DRUMSTICK_WIDGETS_EXPORT Q_DECL_IMPORT
96 void setColor(
const int n,
const QString& s,
const QColor& c);
97 void setColor(
const int n,
const QColor& c);
129 QList<QColor> m_colors;
130 QList<QString> m_names;
131 QString m_paletteName;
132 QString m_paletteText;