I used QStandardModelItemModel for treeview show in GUI.
But I can't using QStandardModelItemModel for develop CLI app.
I want to create subclass of QAbstractItemModel for both TreeView and Model of CLI app.
I saw simple tree model, but It is still difficult to modify for tree model, example: edit model, set, get property of item,....
Where or How to help me make StandardTreeModel which I can use to devboth GUI app and CLI app