Is it possible to step into Qt sources, e.g. qmainwindow.cpp, in Qt Creator? At the moment I\'m seeing the disassembly, but it would be nice to see the sources instead.
Of course! But you might have to first:
go to $QT_HOME/qt
run ./configure with the -debug or -debug-and-release flag (many other flags here)
run "make"