qtdeclarative/tests
Mitch Curtis bb370edeba AbstractButton: Add click() and animateClick()
[ChangeLog][Controls][AbstractButton] Added click() and
animateClick() functions to allow programmatically clicking a button
with or without visual changes.

Fixes: QTBUG-96784
Task-number: QTBUG-69558
Change-Id: I53cdccd90e2e4b831105e90e2541cbc674760c0b
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
2024-05-30 14:38:46 +08:00
..
auto AbstractButton: Add click() and animateClick() 2024-05-30 14:38:46 +08:00
baseline Scale VectorImage contents to match requested size 2024-05-16 10:58:18 +02:00
benchmarks Fix test compilation issues with QtLite configuration 2024-04-30 09:00:03 +00:00
global
libfuzzer/qml Correct license for test files 2024-02-27 10:32:21 +01:00
manual Menus test: inform when a restart is needed 2024-05-29 18:48:25 +02:00
system Correct license for test files 2024-02-27 10:32:21 +01:00
testapplications Correct license for test files 2024-02-27 10:32:21 +01:00
CMakeLists.txt qmlls: build and run tests in CI 2023-11-01 21:30:45 +01:00
README

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.