20#ifndef RCHARACTERWIDGETPLUGIN_H_
21#define RCHARACTERWIDGETPLUGIN_H_
24#if QT_VERSION >= 0x050400
25#include <QtUiPlugin/QDesignerCustomWidgetInterface>
27#include <QDesignerCustomWidgetInterface>
31 public QDesignerCustomWidgetInterface {
34 Q_INTERFACES(QDesignerCustomWidgetInterface)
43 QString
group()
const;
49 void initialize(QDesignerFormEditorInterface *core);