On 10 December 2016 at 02:54, Duane <[email protected]> wrote: > I have a QMainWindow based class that I want to rename (cpp/h/ui/class name > etc.) Is there some howto available for this?
To rename a file in the project view, the file system view or the open documents view: Right click on a file and choose "rename". In the code editor, right click on a type name or a variable name, select, "refactor", then "rename symbol under cursor" (Shift+Control+R here) Chris > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
