QtCreator for Eclipse Users
问题 I recently switched to QTCreator for C++ from Eclipse background. I am looking for these two features in QtCreator... (1) I want to open the file a class is written in by typing that class's name. For example Ctrl + Shft + T in Eclipse. (2) I want to move back to where my cursor were before the current operation. Any shortcuts for above two features? 回答1: To open the file of a class: If you are in a file that is making use of the class, you can place the cursor on the class then press F2. By