Chage table columns width as you resize the window (or splitter) in which the table exsists.

Posted by Narek on Stack Overflow See other posts from Stack Overflow or by Narek
Published on 2010-03-27T11:14:31Z Indexed on 2010/03/27 11:23 UTC
Read the original article Hit count: 323

Filed under:
|
|
|
|

Consider there is a QTablWidget and a QTextEdit. Both of them are in a horisontal QSplitte. Let the QTable widget has 2 columns.

The problem is to resize the table columns' width as you do resize operation by moving the splitter with mouse. Are there any options to may colums to be resized synchornosly with the table?

Thanks.

© Stack Overflow or respective owner

Related posts about qt

Related posts about qtablewidget