MCPcopy Create free account
hub / github.com/SaschaWillems/VulkanCapsViewer / connectFilterAndModel

Method connectFilterAndModel

vulkanCapsViewer.cpp:1072–1077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1070}
1071
1072void VulkanCapsViewer::connectFilterAndModel(QStandardItemModel& model, CustomFilterProxyModel& filter)
1073{
1074 filter.setSourceModel(&model);
1075 filter.setFilterKeyColumn(-1);
1076 filter.setRecursiveFilteringEnabled(true);
1077}
1078
1079QTreeWidgetItem *addTreeItem(QTreeWidgetItem *parent, const std::string& key, const std::string& value)
1080{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected