Simple preview:
QDomNode|*::QDomNode{
preview ($e.impl->name)
}
But this does not work, because the debugger can see the impl structure only when it is "inside" qdom.cpp, which contains the definition of QDomNodePrivate. You can verify this by going inside some QDom method. One of the “hacker” solutions would be to copy the QDomNodePrivate class definition into some header file that you included in your program.
: , autoexp.dat!