Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
qtablewidget column width
Is their any simple and quick way to do it without subclassing qtablewidget?!
I have a form.ui made on designer but when i resize it an horizontal scrollbar appears and a blank space is created between the last column and the tablewidget frame instead of resizing columns !!
THanks,
I've also tried this:
form.tablewidget->horizontalHeader()->setStretchLastSection(true)
It has obviously stretched the last column, is their anyway to stretch the rest ?!
Please reply it's urgent