PDA

View Full Version : Set height for table view



sasi
29th July 2009, 08:03
How can i set a height of a table view? Can i put table view in a layout? i tried putting it in a grid layout, it seems not to be working (the table view is not fitting the full size of the layout).

nish
29th July 2009, 08:07
take a look at sizePolicy and strechfactor
also play with the other size functions such as minimumwidth, sizehint etc