- Catalog
Three level linkage, data file is data.json
- use
QComboBox
,setModel
andQSortFilterProxyModel
to filter - the filter role is
Qt::ToolTipRole
- can use
QColumnView
maybe like this example
Three level linkage, data file is data.json
QComboBox
,setModel
and QSortFilterProxyModel
to filterQt::ToolTipRole
QColumnView
maybe like this example