Problem creating new project with qt creator 6.0.0
-
@PikaCat Not so clean solution would be to delete QtCreator settings, but you then have to configure everything again (if you changed anything in settings). You can also try to undo your settings changes (if you remember what you changed).
You could also file a bug in Qt bug tracker (and search there for such a bug report, maybe somebody already reported).
-
When I try to create a new project, after clicking the "new" button, it pops out a window and there is nothing inside. The project setup wizard from qt creator 5 is missing. I have no idea what the hell is going on.
-
@PikaCat How did you install QtCreator 6.0.0?
Also, QtCreator 6.0.0 is not officially released yet as far as I know - why do you want to use a pre-release? -
@PikaCat How did you install QtCreator 6.0.0?
Also, QtCreator 6.0.0 is not officially released yet as far as I know - why do you want to use a pre-release? -
@jsulm OK, then what is this: https://www.qt.io/blog/qt-creator-6-released ?
@PikaCat OK, it was released yesterday.
Again: how did you install it?
Try to start from terminal to check whether there are any warnings.
Also, try to start with "-temporarycleansettings" parameter to see whether it works then. -
@PikaCat said in Problem creating new project with qt creator 6.0.0:
What about mingw9.0.0?
What is about it? I did not say a single word about it.
Please calm down, I didn't know that QtCreator6 was released yesterday... -
@PikaCat OK, it was released yesterday.
Again: how did you install it?
Try to start from terminal to check whether there are any warnings.
Also, try to start with "-temporarycleansettings" parameter to see whether it works then.@jsulm I installed this release using qt MaintenanceTool. The maintenance tool is just a GUI interface and I don't know what "-temporarycleansettings" does.
Should I run qtcreator6 with -temporarycleansettings or run maintenance tool with it?
By the way, I'm not angry with that :). I'm just thrilled to tell you that they are released and with the help of the g++11.2 inside mingw9.0.0, we are now able to write c++20 code inside qt.
Clangd is also supported now.ヾ(•ω•`)o -
@jsulm I installed this release using qt MaintenanceTool. The maintenance tool is just a GUI interface and I don't know what "-temporarycleansettings" does.
Should I run qtcreator6 with -temporarycleansettings or run maintenance tool with it?
By the way, I'm not angry with that :). I'm just thrilled to tell you that they are released and with the help of the g++11.2 inside mingw9.0.0, we are now able to write c++20 code inside qt.
Clangd is also supported now.ヾ(•ω•`)o@PikaCat said in Problem creating new project with qt creator 6.0.0:
Should I run qtcreator6 with -temporarycleansettings or run maintenance tool with it?
QtCreator. It tells QtCreator to start with default settings. See https://doc.qt.io/qtcreator/creator-cli.html
-
@PikaCat said in Problem creating new project with qt creator 6.0.0:
Should I run qtcreator6 with -temporarycleansettings or run maintenance tool with it?
QtCreator. It tells QtCreator to start with default settings. See https://doc.qt.io/qtcreator/creator-cli.html
-
@jsulm By running it with -temporarycleansettings, the project wizard is back.
So what should I do right now to fix this issue?
@PikaCat Not so clean solution would be to delete QtCreator settings, but you then have to configure everything again (if you changed anything in settings). You can also try to undo your settings changes (if you remember what you changed).
You could also file a bug in Qt bug tracker (and search there for such a bug report, maybe somebody already reported).
-
@PikaCat Not so clean solution would be to delete QtCreator settings, but you then have to configure everything again (if you changed anything in settings). You can also try to undo your settings changes (if you remember what you changed).
You could also file a bug in Qt bug tracker (and search there for such a bug report, maybe somebody already reported).
-
@PikaCat Not so clean solution would be to delete QtCreator settings, but you then have to configure everything again (if you changed anything in settings). You can also try to undo your settings changes (if you remember what you changed).
You could also file a bug in Qt bug tracker (and search there for such a bug report, maybe somebody already reported).
-
@jsulm The problem is in the qt plugin Qt Quick > StudioWelcome. Disable that you will have the wizard again :)
-
@PikaCat You said this twice and included a window or dialog that I can't see anywhere within Qt Creator. How would one get to this dialog to disable StudioWelcome?
@Johnny_5 said in Problem creating new project with qt creator 6.0.0:
How would one get to this dialog to disable StudioWelcome?
Menu: Help/About Plugins...