Up and Down now change selection--they work only for files, they skip
directories.
The Delete key will (ask confirmation to) delete the selected files,
just as it happens when clicking Delete from the Context menu.
Also, did a small fix in the AssetDelegate, where, on mouse release,
you could have a directory added to the selection list.
Task-number: QDS-8710
Change-Id: I05e232ed0ce94709df41a5150a49300ad65c0a86
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
TableView.modelIndex function was deprecated in Qt 6.4.3 and replaced
with TableView.index function.
Change-Id: I65638c002015c556a78ce6341ebcb3ce6448e825
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
The event filter has to be installed on the actual QQuickWidget.
Using registerPropertyMap instead of global context properties.
Task-number: QDS-9124
Change-Id: I9e0e59d4bdf312d98177b8da51761bca8073c9e5
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>