
(Qt Components)
The QyurTreeProxyModel class provides fully Qt MVC compatible tree proxy model on source table model. Source table model must have id and parentId columns, which must be passed to QyurTreeProxyModel constructor. Main idea of QyurTreeProxyModel is "Only correct data rows are proxied. All rows with incorrect data are skipped silently.". This class is replacement for QyurSqlTreeView.
[read more]