Hello all, I have a UI that has a few QTableWidgets. The main one is at the top and the two children are in a horizontal layout below it.
I would like to be able to increase/decrease the height of the main QTableWidget so the user can change the size as they see fit. I have the main widgets first column set to horizontalHeader().setResizeMode(0, QtGui.QHeaderView.Interactive) which allows the user to change the size of the columns, is there a way to allow dynamic user based resizing for the entire widget much like the columns? Cheers, Ben -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/32be5d8b-e7b3-45d6-b172-df75729b23de%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
