You can find implementation of each class in "src" folder of your Qt installation, it's separated into modules - for example grabWindow is in "src/gui/image/qpixmap_win.cpp".
If you are using an IDE like QtCreator or Eclipse, "Ctrl+left click" on class or method name should open the corresponding source file ( if they are parsed by indexer ).
Bookmarks