Qtableview header offset
-
Hi,
i try to set offset value less 0 for vertical header of qtableview, but it seems that it doesn't work correctly. i don't see table content after.
if i do this for horisontal header it works!code seems like:
@
ui->tableView->setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
ui->tableView->verticalHeader()->setOffset(-5);
@qt version 4.7.3
os windows 7Is it some bug?
1
!http://s48.radikal.ru/i121/1207/c8/bf9d24b628f6.png(1st image)!
2, after mouse pressed and moved
!http://s42.radikal.ru/i098/1207/c7/829998004d9c.png(2nd image)! -
welcome to devnet
I have updated your picture links. Please check out the "forum help":http://qt-project.org/wiki/ForumHelp#b642e0c67b7a32cc0b833ea119693dce for next time.