radioapp/radiowidgets/src/radiostripbase.cpp
changeset 57 21be958eb3ce
parent 54 a8ba0c289b44
equal deleted inserted replaced
56:04837bf3a628 57:21be958eb3ce
    32     mStripContainer( new HbWidget( this ) ),
    32     mStripContainer( new HbWidget( this ) ),
    33     mModel( 0 ),
    33     mModel( 0 ),
    34     mIsCyclic( true ),
    34     mIsCyclic( true ),
    35     mAutoCenter( false ),
    35     mAutoCenter( false ),
    36     mOverlap( 0 ),
    36     mOverlap( 0 ),
    37     mItemPoolParent( new QGraphicsWidget( NULL ) ),
    37     mItemPoolParent( new QGraphicsWidget( this ) ),
    38     mCurrentIndex( 0 ),
    38     mCurrentIndex( 0 ),
    39     mPressedIndex( 0 ),
    39     mPressedIndex( 0 ),
    40     mStripLength( 0 ),
    40     mStripLength( 0 ),
    41     mContentsLength( 0 )
    41     mContentsLength( 0 )
    42 {
    42 {