src/hbinput/inputwidgets/hbinputbuttongroup.h
changeset 30 80e4d18b72f5
parent 21 4633027730f5
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    98     void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);
    98     void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);
    99     bool sceneEvent(QEvent *event);
    99     bool sceneEvent(QEvent *event);
   100     void changeEvent(QEvent *event);
   100     void changeEvent(QEvent *event);
   101     void showEvent(QShowEvent *event);
   101     void showEvent(QShowEvent *event);
   102     void hideEvent(QHideEvent *event);
   102     void hideEvent(QHideEvent *event);
       
   103     bool eventFilter(QObject *obj, QEvent *event);
   103     int type() const {
   104     int type() const {
   104         return Hb::ItemType_InputButtonGroup;
   105         return Hb::ItemType_InputButtonGroup;
   105     }
   106     }
   106 
   107 
   107 protected:
   108 protected: