Qt Creator crashes
-
In the UI design window of the project, right-click to modify the style sheet, add a gradient, and in the Select Gradient window, maybe because I added a custom gradient color before, and the name may be Chinese characters (because the default name after adding a gradient color is Chinese, maybe I forgot to change it), now every time I open this window and slide to the bottom (when the gradient color I added is about to appear), Qt Creator will crash. Is there any way to change the name of this gradient color in the configuration file?
-
Interesting.
I think that should not happen there, even with Chinese letters.What version of QtCreator do you use?
Is there any way to change the name of this gradient color in the configuration file?
I'm not sure if they are saved to a separate file or saved by using
QSettings
.You can check the source code yourself, here
-
C Christian Ehrlicher moved this topic from General and Desktop on