PDA

View Full Version : Problem on Resizing of QTableView colums ?



rajeshs
27th March 2008, 12:44
Hi all,

I am having one QTableView in my MainWindow , I am using Layouts in my MainWindow.

If i resize my MainWindow in runtime , my TableView is resizing ... But Each column of

TableView is not resizing ... How to do this ?

jpn
27th March 2008, 13:15
See QHeaderView::setResizeMode(). You already know how to access headers (from another thread).

rajeshs
28th March 2008, 04:03
thank you for your continuous support. your replies are very helpful for me to learn Qt .