src/hbwidgets/sliders/hbslidertickmarks.cpp
changeset 28 b7da29130b0e
parent 23 e6ad4ef83b23
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
   131 
   131 
   132 void HbSliderTickmarks::resizeEvent(QGraphicsSceneResizeEvent *event)
   132 void HbSliderTickmarks::resizeEvent(QGraphicsSceneResizeEvent *event)
   133 {
   133 {
   134     Q_UNUSED (event);
   134     Q_UNUSED (event);
   135     HbWidget::resizeEvent( event );
   135     HbWidget::resizeEvent( event );
   136     repolish();
   136     updateTicks();
   137 }
   137 }
   138 
   138 
   139 
   139 
   140 /*!
   140 /*!
   141     This class is internal to slider ,
   141     This class is internal to slider ,
   292         d->majorTickHeight = params.value("fixed-height-major").toReal();
   292         d->majorTickHeight = params.value("fixed-height-major").toReal();
   293         d->minorTickWidth = params.value("fixed-width-minor").toReal();
   293         d->minorTickWidth = params.value("fixed-width-minor").toReal();
   294         d->minorTickHeight = params.value("fixed-height-minor").toReal();
   294         d->minorTickHeight = params.value("fixed-height-minor").toReal();
   295     } else  {
   295     } else  {
   296         HbWidget::polish(params);
   296         HbWidget::polish(params);
   297         updateTicks();
   297         //updateTicks();
   298     }
   298     }
   299 }
   299 }
   300 
   300 
   301  //end of file
   301  //end of file
   302 
   302