This does not work at the moment. This repository contains a small QML app displaying a single TreeView. The app is written in Qt6 and uses the TreeView control from Qt Marketplace.
Example which shows slow remove items from QML TreeView. Test Model contain 100.000 items. Removing 500 items takes 10 seconds from TreeView, but for ListView the deletion is instant. I'm run this ...