equal
deleted
inserted
replaced
14 * Description: Another view for test application. |
14 * Description: Another view for test application. |
15 * |
15 * |
16 */ |
16 */ |
17 #include <qgraphicslinearlayout.h> |
17 #include <qgraphicslinearlayout.h> |
18 #include <qgraphicssceneresizeevent> |
18 #include <qgraphicssceneresizeevent> |
19 #include <hbaction.h> |
19 #include <HbAction> |
20 #include <hbinstance.h> |
20 #include <HbInstance> |
21 #include <hblabel.h> |
21 #include <HbLabel> |
22 #include <hbmainwindow.h> |
22 #include <HbMainWindow> |
23 #include "hgtestview.h" |
23 #include "hgtestview.h" |
24 #include "trace.h" |
24 #include "trace.h" |
25 |
25 |
26 HgTestView::HgTestView(const QString &title1, const QString &title2, const QPixmap &pixmap, QGraphicsItem *parent) : |
26 HgTestView::HgTestView(const QString &title1, const QString &title2, const QPixmap &pixmap, QGraphicsItem *parent) : |
27 HbView(parent), mPixmap(pixmap) |
27 HbView(parent), mPixmap(pixmap) |