ganeswidgets/tsrc/fute/HgWidgetTest/inc/hgtestview.h
changeset 1 e48454f237ca
parent 0 89c329efa980
child 6 1cdcc61142d2
equal deleted inserted replaced
0:89c329efa980 1:e48454f237ca
    27 	Q_OBJECT
    27 	Q_OBJECT
    28 
    28 
    29 public:
    29 public:
    30 	HgTestView(const QString &title1, const QString &title2, const QPixmap &pixmap, QGraphicsItem *parent=0);
    30 	HgTestView(const QString &title1, const QString &title2, const QPixmap &pixmap, QGraphicsItem *parent=0);
    31 
    31 
    32 private slots:
    32 signals:
    33     void closeView();
    33     void closeRequested();
    34 
    34 
    35 private:
    35 private:
    36     void resizeEvent(QGraphicsSceneResizeEvent *event);
    36     void resizeEvent(QGraphicsSceneResizeEvent *event);
    37 
    37 
    38 private:
    38 private:
    39     HbAction *mBackAction;
       
    40     HbLabel *mIconLabel;
    39     HbLabel *mIconLabel;
    41     QPixmap mPixmap;
    40     QPixmap mPixmap;
    42 };
    41 };
    43 
    42 
    44 #endif /* HGTESTVIEW_H_ */
    43 #endif /* HGTESTVIEW_H_ */