Working on the pilot application using the SVG icon set I've amassed, I've made some significant progress today. I've learned how to use a QAbstractTableModel descendant to model the list of icons along with their checked states, and also to display the model through a QTreeView. The next phase is to figure out how to make their checked state editable (right now, checkboxes are displaying but not responding to clicks).