Error => line:0 the the design mode requires a valid Qt kit.(PySide6)
-
The message looks like related to your emscripten kit. Are you going to develop for it ?
-
@SGaist said in Error => line:0 the the design mode requires a valid Qt kit.(PySide6):
Are you going to develop for it
I couldn't understand,I really do not know what emscripten kit is. Should I delete something or install something ?
-
This is the webassembly kit.
If you don't know what I am talking about, I would recommend that your remove all Qt versions that you are not going to develop with.
-
This is the webassembly kit.
If you don't know what I am talking about, I would recommend that your remove all Qt versions that you are not going to develop with.
@SGaist I removed them but it still gives me the error


-
What do you have now in the Python part ?
-
if you are talking about this, this is the same as before
-
guys I solved the problem. The problem was actually very simple. only you need to check the kits if their qt version is right or not. For example I use Desktop (x86-darwin-generic-mach_o-64bit) kit for my Qt Quick and when I scroll down the kits page there is qt version for the kit you selected, there are some options; "none", "Qt 6.2.3 for macOS", "Qt 6.2.2 (6.2.2)...." and you should choose the right one. thanks for all your help.
-
@Abdullah-S hello, I think I have the same issue but I don't know how to fix it
-
@Abdullah-S hello, I think I have the same issue but I don't know how to fix it
@louis_CHEVALIER The OP wrote in his last post here how he fixed the issue - did you check that?
-
@louis_CHEVALIER The OP wrote in his last post here how he fixed the issue - did you check that?
@jsulm hello, i saw the last post but i couldn't get it to work
-
@jsulm hello, i saw the last post but i couldn't get it to work
@louis_CHEVALIER Then provide more information about your issue and what you tried...
-
guys I solved the problem. The problem was actually very simple. only you need to check the kits if their qt version is right or not. For example I use Desktop (x86-darwin-generic-mach_o-64bit) kit for my Qt Quick and when I scroll down the kits page there is qt version for the kit you selected, there are some options; "none", "Qt 6.2.3 for macOS", "Qt 6.2.2 (6.2.2)...." and you should choose the right one. thanks for all your help.
@Abdullah-S
Thanks!
This solved my probem, and it's that simple!!!
I installed qt coorectly, and python、Pyside6, So the solution is just like Abdullah said:
GO to Preferences -> Kit-> Auto-detected Qt -> scroll down-> Qt version->select the version.Thanks again!
-
hi, I'm experiencing the same problem but the solution mentioned here is not available for me, the qt version option is disabled for me, at first I didn't have qt5.15 and it was just qt6.7 but then I installed qt5.15 and it still shows the same error and it doesn't allow me to change that qt version option, here kits options:

Qt Creator 14.0.1
Qt6.7 and 5.15
python 3.10.11
windows 11

