When you debug Qt, are you able to inspect the properties of a class? For instance, if you have a QListView object, does your debugger show properties such as the gridSize, viewMode, movement, flow, etc ? Seems VS doesn't show these, or maybe I don't have it set up properly? Just wondering if anyone has this working. I know some of the variables are stored in private classes, but not sure why these can't be read if we have the source code for them... what is this d_ptr...?