Hi, I'm trying to make a windows explorer-type interface for browsing the computer's filesystem. I found QDirModel and QTreeView to be excellent for this, however I need the ability to make the files and directories checkable, and then I need to be able to refer to what is checked and unchecked. How is something like this approached? Or is it even possible? Thanks, Daniel