[Interest] TableWidget size dynamically

Sujan Dasmahapatra sujan.dasmahapatra at gmail.com
Wed May 15 12:08:31 CEST 2013


I got a QTableWidget with 3 columns in it. How can I resize the columnwidth
based on resizing my MainWindow. Currently I have set a fixed width for
column using

ui.TableWidget->setColumnWidth(0,200);
ui.TableWidget->setColumnWidth(1,200);
ui.TableWidget->setColumnWidth(2,200);

Any help is highly appreciated.
-- 
Thanks & Regards
Sujan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130515/b925796b/attachment.html>


More information about the Interest mailing list