Reputation: 415
Suppose I have a gridlayout of three columns. I want each column to have custom width. Seems to me that the width of the columns are fixed automatically.
How can I do this in the qt designer?
Upvotes: 6
Views: 13613
Reputation: 29
You can do it in the QT Designer (GUI)
Result: 1st column 200px, 2nd column 100px, 3rd column 100px,
Upvotes: 2