qtdeclarative/tests
Richard Moe Gustavsen be12b71fae QQuickTableView: add positionViewAtRow()/Column()
Add functions to let the application scroll the table to a
specific row or column using a specific mode. This API
partially mirrors the API found in ListView.

[ChangeLog][QtQuick][TableView] positionViewAtCell(), positionViewAtRow(), and
positionViewAtColumn() have been added to enable the application to position
the contents to show a specific cell.

Fixes: QTBUG-83215
Change-Id: I321588041977f9ded40f84fc0499ea1c5f6ac801
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
2020-04-08 15:57:11 +02:00
..
auto QQuickTableView: add positionViewAtRow()/Column() 2020-04-08 15:57:11 +02:00
benchmarks Port the remaining tests from QRegExp to QRegularExpression 2020-04-03 21:01:53 +02:00
global
libfuzzer/qml/jsapi/evaluate
manual CMake: Regenerate and adapt to merge from dev 2020-03-12 14:05:23 +00:00
system Remove QRegExpValidator usages 2020-03-18 16:02:36 +01:00
testapplications Remove QRegExpValidator usages 2020-03-18 16:02:36 +01:00
.prev_CMakeLists.txt CMake: Regenerate and adapt to merge from dev 2020-03-12 14:05:23 +00:00
CMakeLists.txt CMake: Regenerate and adapt to merge from dev 2020-03-12 14:05:23 +00:00
README
tests.pro

README

This directory contains autotests and benchmarks based on QTestlib. In order
to run the autotests reliably, you need to configure a desktop to match the
test environment that these tests are written for.

Linux X11:

   * The user must be logged in to an active desktop; you can't run the
     autotests without a valid DISPLAY that allows X11 connections.

   * The tests are run against a KDE3 or KDE4 desktop.

   * Window manager uses "click to focus", and not "focus follows mouse". Many
     tests move the mouse cursor around and expect this to not affect focus
     and activation.

   * Disable "click to activate", i.e., when a window is opened, the window
     manager should automatically activate it (give it input focus) and not
     wait for the user to click the window.