qtdeclarative/tests
Richard Moe Gustavsen 55fab9a73e Material: add TreeViewDelegate.qml
Add a version of TreeViewDelegate.qml to the Material
style, that looks more at home for that style (rather
than using the one in the Basic style).

This version is using the arrow-indicator from the
Material style as expand/collapse indicator, and
makes the height of each row match the height of a
normal Material button.

Pick-to: 6.4
Change-Id: I084532ca6e527593e5711d66aa53f240f0356d99
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2022-09-02 15:42:36 +02:00
..
auto QML: Make modules imported with registerModule() available in QML 2022-09-02 15:33:31 +02:00
baseline QtDeclarative: port away from deprecated qSetGlobalQHashSeed(0) 2022-08-29 20:48:09 +02:00
benchmarks Material: add TreeViewDelegate.qml 2022-09-02 15:42:36 +02:00
global
libfuzzer/qml Add license headers to cmake files 2022-07-08 10:41:06 +02:00
manual CMake: Skip text manual test for top-level builds 2022-08-09 09:39:34 +02:00
system Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
testapplications Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
CMakeLists.txt Add license headers to cmake files 2022-07-08 10:41:06 +02: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.