PDA

View Full Version : How can I add blank space to a QTableView?



Paladin12
15th August 2011, 11:39
Dear all,

I have a QTableView populated with items. However, I require empty space at the bottom of the view to implement a particular custom context menu.

My problem is the scrollbar fits the contents of the view perfectly and therefore leaves no empty space at the bottom.

How can I force the table view area to be slightly larger than that of the area taken up by the items?

Kind Regards,

Paladin12