aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols2/qquicktreeviewdelegate/tst_qquicktreeviewdelegate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove "2" from Qt Quick Controls directoriesMitch Curtis2022-12-011-401/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-071-2/+2
* QQuickTreeViewDelegate: use pointerhandlers instead of event handlersRichard Moe Gustavsen2022-08-191-19/+90
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QQuickTreeViewDelegate: toggle expanded on pressRichard Moe Gustavsen2022-06-041-2/+30
* QQuickTreeViewDelegate: remove selection on pointer clickRichard Moe Gustavsen2022-06-041-0/+19
* tst_qquicktreeviewdelegate: Fix click position inside indicatorDoris Verria2022-06-031-1/+1
* QtQuickTest: add API for checking for polish at window levelMitch Curtis2022-06-021-1/+1
* QQuickTreeViewDelegate: respect TreeView.pointerNavigationEnabledRichard Moe Gustavsen2022-05-101-0/+30
* QQuickTreeViewDelegate: implement 'current' and 'selected' propertiesRichard Moe Gustavsen2022-04-111-53/+58
* TreeViewDelegate: allow app to add custom pointer handlersRichard Moe Gustavsen2022-02-101-0/+53
* controls: add TreeViewDelegateRichard Moe Gustavsen2021-12-091-0/+231