Installing and using QT Creator software

Hello everyone, I have been learning programming GUI apps doing it mostly in code. Now I am trying to download the QT Creater software to create GUIs, however once I have downloaded the software it will not let me create a project. The message I keep getting, even when re-installing the software is shown in the image below. I have removed the software from my PC and re-installed it making sure I check all the approprate boxes before installing, however I just can’t seem to get past this point so I can start using and learning the tool. Can anyone please provide me with a step by step guide of what I need to do to get this software to work?

Many thanks

Gav

Hi Gav

I would recommend to use Qt Designer. AFAIK the Creator is the full fledged environment for the paid Qt environment. I use the Designer from here:

and can create my GUIs with it. The Designer is just a part of the Creator toolbox but will let you do your thing. You can check out the docs here

Good luck, frizzo