PDA

View Full Version : Problem with design interface



tux-world
10th March 2010, 12:57
I designed this form. The second column I wrote the words that I am not able to do a great location to place it occurs Full text
Text column two is : FULL: Name & Family
I have photo attachment.






------------------------------------
debian forums (http://www.debian-ir.com/community)

toutarrive
10th March 2010, 13:06
Which widget are you using? It looks like A QTableWidget.
If so QTableView::resizeColumnToContents ( int column ) may be of some help.

tux-world
10th March 2010, 13:13
Thanks. Did that answer. How to automatically do this work?

toutarrive
10th March 2010, 13:46
What do you mean?

aamer4yu
10th March 2010, 14:01
May be you can try for QTableView::horizontalHeader () ->setResizeMode(QHeaderView::ResizeToContents);

toutarrive
10th March 2010, 14:19
I got the point... thanks aamer4yu