PDA

View Full Version : How can i get rid of margin on the right side of QTableWidget?



cactus0830
31st May 2013, 12:53
Hi there.
I'm newbie in QT n having difficulties using it.


While using QTableView, I had cells resized.
After resizing the cells in visual studio 2010, it suits on the table without any margine.

However, when i demonstrated this project in Unix, there was margin on the rights of the table.
Because of difference in resolution? Or is there any way(option) to solve this problem?

For example, the table's width is 100 and let's say there are five cells on a row(20 width each)
In visual studio(windows) there was no margine n looks neat, but in Unix, there was margin like 5 or something

Anybody can help me?
Tnx in advance.