Hello,

After allocating widgets and the layout, in which order should the following be done:
a. Setting the widgets size properties, then putting them in the layout?
b. Putting the widgets in the layout and then setting their size properties?

(Or does it matter?)