Member variables

C++ member variables of an instance can be accessed by using slot-value; e.g.:

(slot-value (make-instance 'qt:object) :static-meta-object)

or

(slot-value (find-class 'qt:object) :static-meta-object)

Usually they can also be accessed using methods from the :cxx package.