src/hbwidgets/widgets/hbtransparentwindow.cpp
changeset 6 c3690ec91ef8
parent 0 16d8024aca5e
child 7 923ff622b8b9
equal deleted inserted replaced
5:627c4a0fd0e7 6:c3690ec91ef8
    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 }
    64 }
    64 
    65 
    65 
    66 
    66 /*!
    67 /*!
    67     Destructs the transparent window.
    68     Destructs the transparent window.