Why the form layout messed?
Unsolved
General and Desktop
-
Which platform & Qt Version. Also you don't need QFormLayout for this. You can use the VerticalLayout to arrange the UI.
-
-
@dheerendra I'm using macos mojave 10.14.1
I also tried vertical layout, it has the same issue, the problem lies in QLineEdit, when I replace it with other widget like label, everything went well.