How does one see the properties of a metaojbect in Qt Creator? When I expand the metaObject, Qobject, q_ptr, d_ptr, etc., it always shows:

[properites] <0 items>
I think the problem may have to do with Qt's use of opaque pointers, which cause such problems for me in many debug situations. My many attempts at using the expression evaluator have also netted no fruition.