How can i quickly switch between designer and source code mode in QtCreator?
Qt Creator and other tools
3
Posts
2
Posters
1.0k
Views
1
Watching
-
Is there a functionality like View Code in Microsoft Visual Studio where we can instantly go to the source code relating to the control/or form we are coding?
At the moment there is only an Edit button on the left upper corner of QtCreator which when clicked shows some xml related codes (design related i guess).
I have to double click on the source code i need to work on.
Is there a way or plugin to directly navigate to the active source code?
Thanks -
Try with F4/ F2.