Hi,

Currently I am designing UI of my application. I am using QT creator to design UI. UI contain tabwidget, buttons etc.
My problem is related to layout. If i simply drop widget on form(without applying any layout), resize them according to my choice and run application then everything is ok until I resize my application window. Widget are not resized accordingly. Qt documentation suggested layout to handle resizing issue. So i used layout but after placing widgets on layout they are changing their size (tab widget is becoming small and buttons on horizontal layout stretched) and i am not able to resize them. I tried to play with "Size policy" and used "Fixed" but my widgets are not resized according to my choice.

Will you please suggest a solution, so that i can use proper layouting?

Thanks