In Qt Creator, is there an easy way to directly switch between the Design view and the .cpp file associated with the form (and vice-versa)?
When I go from Design mode to Edit mode (Ctrl-2), it annoyingly shows me the XML code of the .ui file, so I have to manually pick the .cpp file.
When I'm in the .cpp file of a form, the Design mode icon and shortcut (Ctrl-3) are disabled, so I have to manually pick the .ui file.
There must be a better way to switch between ui <--> cpp.