aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/testbench/controls/ItemDelegate.qml
Commit message (Collapse)AuthorAgeFilesLines
* testbench: allow focus in delegatesJ-P Nurmi2017-09-271-0/+2
| | | | | | | | QQuickItemDelegate sets Qt.NoFocus by default, but in testbench it's useful to be able see keyboard focus. Change-Id: I7a33cd5087279d111831d489cab1be8d93b60ec7 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Replace testbench with newer "style testbench"Mitch Curtis2017-09-251-0/+82
The style testbench was developed to provide a way for designers to test out their Imagine style assets, but since it is now more feature-rich than the old testbench, it seems like a good idea to replace it. The tool is described in README.md. Change-Id: I9abec1bc294fd176e2255e067af280b378961551 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>