QT: learning about directory views and models
Posted by mholmes on 11 Dec 2009 in Activity log
Continuing work on my pilot application, I've been trying various methods of getting a directory listing and displaying it with SVG icons representing the files, and checkboxes for selecting items in the list. After some testing with QDir and QListView, it seems that I want QDirModel and QTreeView, with a QAbstractItemView descendant to handle the display of rows. Meanwhile, I'm still struggling with the way C++ (or Qt?) uses pointers for objects. I need to do some methodical programmed study in parallel with my exploratory hacking -- hopefully there'll be time for that before Christmas.
This entry was posted by Martin and filed under Activity log.