QPalette QColor QComboBox 自定义调色板
一、效果图二、代码#ifndef PALETTEWIDGET_H#define PALETTEWIDGET_H#include <QWidget>namespace Ui {class paletteWidget;}class paletteWidget : public QWidget{ Q_OBJECTpublic: explicit ...