tools/designer/src/plugins/activeqt/qdesigneraxwidget.h
branchRCL_3
changeset 5 d3bac044e0f0
parent 4 3b1da2848fc7
equal deleted inserted replaced
4:3b1da2848fc7 5:d3bac044e0f0
   103     QPixmap m_axImage;
   103     QPixmap m_axImage;
   104 };
   104 };
   105 
   105 
   106 class QDesignerAxPluginWidget : public QDesignerAxWidget
   106 class QDesignerAxPluginWidget : public QDesignerAxWidget
   107 {
   107 {
   108    // No Q_OBJECT here! - meta functionality is overriden
   108    // No Q_OBJECT here! - meta functionality is overridden
   109 public:
   109 public:
   110     explicit QDesignerAxPluginWidget(QWidget *parent);
   110     explicit QDesignerAxPluginWidget(QWidget *parent);
   111     virtual ~QDesignerAxPluginWidget();
   111     virtual ~QDesignerAxPluginWidget();
   112 
   112 
   113     virtual const QMetaObject *metaObject() const;
   113     virtual const QMetaObject *metaObject() const;