Re: [PyQt] Scroll QTableView beyond last column/row

2013-09-03 Thread Mark Mordeca
I fixed it by setting the scroll mode of the QTableView to per pixel instead of per item (per item is the default): self.setVerticalScrollMode(QtGui.QAbstractItemView.ScrollPerPixel) I looked into the C++ of QTableView and found that in the scrollContentsBy method, if scroll mode was per

[PyQt] a widget for multiselect

2013-09-03 Thread Mohsen Pahlevanzadeh
Dear all, I use qt-designer, i need to a widget that user can select many option with mouse. when user click on new select, previous select stay. Which widget is better? Yours, Mohsen ___ PyQt mailing listPyQt@riverbankcomputing.com