1 #ifndef TIMELINEPLUGIN_H 2 #define TIMELINEPLUGIN_H 5 #include <QtDesigner/QDesignerCustomWidgetInterface> 8 class TimelinePlugin :
public QObject ,
public QDesignerCustomWidgetInterface
11 Q_INTERFACES(QDesignerCustomWidgetInterface)
21 QString
group()
const;
27 void initialize(QDesignerFormEditorInterface *core);
QString whatsThis() const
QWidget * createWidget(QWidget *parent)
bool isInitialized() const
void initialize(QDesignerFormEditorInterface *core)
TimelinePlugin(QObject *parent=0)
QString includeFile() const
virtual ~TimelinePlugin()