Re: [PyQt] QTableView not showing vertical scroll bar

2012-11-24 Thread David Boddie
On Thu, 22 Nov 2012 21:53:47 +0100, Massi wrote: > in my script I have a table view showing one column and few rows (one or > two) in which each cell contains lots of data. When the data in the cells > is too big it cannot be displayed in the table area, so I expect that a > vertical scrollbar com

[PyQt] QTableView not showing vertical scroll bar

2012-11-22 Thread Massi
Hi everyone, in my script I have a table view showing one column and few rows (one or two) in which each cell contains lots of data. When the data in the cells is too big it cannot be displayed in the table area, so I expect that a vertical scrollbar comes in, but this does not happen. Here is