QTableWidget alignement with the borders of its parent QWidget

Posted by Narek on Stack Overflow See other posts from Stack Overflow or by Narek
Published on 2010-03-26T11:38:47Z Indexed on 2010/03/26 11:43 UTC
Read the original article Hit count: 543

Filed under:
|
|
|

Let's consider we have QWidget that contains QTableWidget (only). So we want to resize the table by resizing the widget, and we dont want to have an indet between the QWidget border and cells of the table. What kind of property is making posible for QTableWidget to be aligned with the borders of it parent widget?

Thanks.

© Stack Overflow or respective owner

Related posts about qt

Related posts about qwidget