Make sure the "MO." column cannot be resized beyond a minimum width.
Qt Code:
QTableWidget table; table.horizontalHeader()->setMinimumSectionSize(minSize);To copy to clipboard, switch view to plain text mode
Make sure the "MO." column cannot be resized beyond a minimum width.
Qt Code:
QTableWidget table; table.horizontalHeader()->setMinimumSectionSize(minSize);To copy to clipboard, switch view to plain text mode
Last edited by Vikram.Saralaya; 11th December 2015 at 13:23.
Bookmarks