Searched refs:mousePress (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/screen/ |
| H A D | sliderwidget.cpp | 14 qreal mousePress; member in SliderWidgetPrivate 69 m_d->mousePress = e->pos().y(); in mouseMoveEvent() 81 QRectF fillRect(m_d->margin, m_d->mousePress, m_d->sliderWidth, height()-m_d->mousePress); in paintEvent() 85 QRectF blockRect(1, m_d->mousePress, m_d->blockWidth, m_d->blockHeight); in paintEvent() 129 if(mousePress> sliderHeight) in handBlockShowRange() 131 mousePress = sliderHeight; in handBlockShowRange() 135 if(mousePress <(margin)) in handBlockShowRange() 137 mousePress =margin; in handBlockShowRange() 146 value = (sliderHeight-mousePress)*dev + min; in handleMousepress() 153 mousePress = sliderHeight - (value-min)/dev; in handleValue()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/ |
| H A D | tst_map_mouse.qml | 234 // because testlib internally converts it to mousePress + mouseRelease events 236 mousePress(target, x,y) 240 mousePress(target, x,y) 242 mousePress(target, x, y) 247 mousePress(target,x,y) 340 mousePress(map, 5, 25) 462 mousePress(map, 5, 5) 471 mousePress(map, 5, 25) 489 mousePress(map, 5, 26) 506 mousePress(map, 5, 75) [all …]
|
| H A D | tst_map_flick.qml | 171 mousePress(page, 0, 50) 208 mousePress(page, 10, 95) 242 mousePress(page, pos, pos) 264 mousePress(page, 0, 0) 291 mousePress(page, 0, 0) 325 mousePress(page, 0, 0)
|
| H A D | tst_map_item.qml | 425 mousePress(map, point.x + 5, point.y + 5) 447 mousePress(map, point.x, point.y) 466 mousePress(map, point.x + 5, point.y + 5) 610 // because testlib internally converts it to mousePress + mouseRelease events 612 mousePress(target, x,y) 618 mousePress(target,x,y)
|
| H A D | tst_map_keepgrab.qml | 91 mousePress(flickable, flickable.width - 1, 0) 102 mousePress(map, 0, 0)
|
| H A D | tst_map_item_details.qml | 484 mousePress(map, point.x + 5, point.y + 5) 511 mousePress(map, point.x, point.y) 536 mousePress(map, point.x + 5, point.y + 5) 582 mousePress(map, point.x + 5, point.y - 5)
|
| /OK3568_Linux_fs/buildroot/package/python-pyqt5/ |
| H A D | 0004-drop-qttest-qtestmouse-waitforevents.patch | 26 …void mousePress(QWidget *widget, Qt::MouseButton button, Qt::KeyboardModifiers modifier = 0, QPoin… 31 …void mousePress(QWindow *window, Qt::MouseButton button, Qt::KeyboardModifiers modifier = Qt::Keyb…
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtquickcontrols2/ |
| H A D | 0001-Revert-Get-the-scale-of-the-popup-item-when-setting-.patch | 99 - mousePress(control)
|