The end goal will be to switch from using MyTreeWidget to using a QTreeView as a base class for UtxoList (coins tab) and HistoryList (main tab of the application).
This extracts some useful features that will be needed not only for MyTreeWidget but also for these QTreeViews
See T3206
Depends on D14168