equal
deleted
inserted
replaced
58 Constructs a new HbTransparentWindow with \a parent. |
58 Constructs a new HbTransparentWindow with \a parent. |
59 */ |
59 */ |
60 HbTransparentWindow::HbTransparentWindow(QGraphicsItem *parent) : |
60 HbTransparentWindow::HbTransparentWindow(QGraphicsItem *parent) : |
61 HbWidget(parent) |
61 HbWidget(parent) |
62 { |
62 { |
63 setFlag(QGraphicsItem::ItemHasNoContents, false); |
63 setFlag(QGraphicsItem::ItemUsesExtendedStyleOption, true); |
64 } |
64 } |
65 |
65 |
66 |
66 |
67 /*! |
67 /*! |
68 Destructs the transparent window. |
68 Destructs the transparent window. |