void QDialEx::mouseReleaseEvent( QMouseEvent* pEevent )
{
    m_bPress = false;
    SliderAction eAction = repeatAction();
    if ( ( m_bIsSliderDown || eAction == SliderPageStepAdd || eAction == SliderPageStepSub )
        && m_nLastRecordValue != value() )
    {
        EmitRecordEditingValue();
    }
    QDial::mouseReleaseEvent( pEevent );
}
Esempio n. 2
0
QAbstractSlider::SliderAction DhQSlider::DvhrepeatAction() const {
  return repeatAction();
}