--- a/widgets/designerplugins.h Sat Apr 08 15:15:20 2023 +0300 +++ b/widgets/designerplugins.h Sat Apr 08 15:15:41 2023 +0300 @@ -48,12 +48,12 @@ QWidget* createWidget(QWidget* parent) override; }; -class ColorButtonPlugin final : public QObject, public QDesignerCustomWidgetInterface +class ColorEditPlugin final : public QObject, public QDesignerCustomWidgetInterface { Q_OBJECT Q_INTERFACES(QDesignerCustomWidgetInterface) public: - ColorButtonPlugin(QObject* parent) : QObject{parent}{} + ColorEditPlugin(QObject* parent) : QObject{parent}{} // QDesignerCustomWidgetInterface interface QString name() const override; QString group() const override;