QLabel, Textfields and Buttons disappearing when moving, need to restart everytime
-
Hey, so basically the title says it, im trying to write a small evaluation tool for students that write coding tests. I using qt with python (pyside6), because qt runs cross platform and python because its quickly done.
However, i used the designer for the first time on this one and everytime i created a label, button or a textfield, everytime i moved something it just disappeared from the designer. After compiling, it was in the GUI but not in the designer anymore, i had to restart Qt after moving anything for like 2 times.
I tried moving it to the back and front but the part would just not appear anywhere. Anyone knows whats happening here?

-
Hi,
You need to give more details about your current system and setup.
If it's designer related then providing a step by step set of instructions to reproduce your issue would help as well.