src/hbwidgets/widgets/hbtransparentwindow.cpp
changeset 7 923ff622b8b9
parent 6 c3690ec91ef8
equal deleted inserted replaced
6:c3690ec91ef8 7:923ff622b8b9
    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.