src/gui/styles/qstylesheetstyle.cpp
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
child 37 758a864f9613
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
  3188                                 : QPoint(gr.x(), hr.y()+hr.height()/2+1),
  3188                                 : QPoint(gr.x(), hr.y()+hr.height()/2+1),
  3189                             gr.bottomRight());
  3189                             gr.bottomRight());
  3190                     subRule2.drawRule(p, r);
  3190                     subRule2.drawRule(p, r);
  3191                 }
  3191                 }
  3192 
  3192 
  3193                 handleSubRule.drawRule(p, grooveSubRule.boxRect(hr, Margin));
  3193                 handleSubRule.drawRule(p, handleSubRule.boxRect(hr, Margin));
  3194             }
  3194             }
  3195 
  3195 
  3196             if (slider->subControls & SC_SliderTickmarks) {
  3196             if (slider->subControls & SC_SliderTickmarks) {
  3197                 // TODO...
  3197                 // TODO...
  3198             }
  3198             }