Stuck solutions QtCreator crash when you open the file .ui

problem

You will get stuck and then quit when the crash QtCreator open a project, such as an ordinary open .cpp or .h files properly in the editor, build normal, normal operation, but open ui file (QtCreator automatically invoked designer).

Solution

Under Linux
delete or rename the ~/.designer/gradients.xmlfile, restart QtCreator.
(Pro-test available)
under Windows
to delete or rename the C:\Users\Administrator\.designer\gradients.xmlfile, restart QtCreator.

Guess you like

Origin www.cnblogs.com/DesktopDarma/p/11858437.html