Home
last modified time | relevance | path

Searched refs:sliderHeight (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/screen/
H A Dsliderwidget.cpp17 qreal sliderHeight; member in SliderWidgetPrivate
79 QRectF sliderRect(m_d->margin, m_d->margin, m_d->sliderWidth, m_d->sliderHeight); in paintEvent()
96 m_d->sliderHeight = height()-m_d->blockHeight; in resizeEvent()
129 if(mousePress> sliderHeight) in handBlockShowRange()
131 mousePress = sliderHeight; in handBlockShowRange()
146 value = (sliderHeight-mousePress)*dev + min; in handleMousepress()
153 mousePress = sliderHeight - (value-min)/dev; in handleValue()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/
H A DParameterPanel.qml39 height: view.model.count * sliderHeight
43 property real sliderHeight: 60
55 height: root.sliderHeight