Vertical Header In tableview Problem
General and Desktop
2
Posts
2
Posters
757
Views
1
Watching
-
wrote on 16 Jun 2014, 13:05 last edited by
Dear All,
I am trying to resize the Vertical Header according to content.My table view is m_tableView.
for this I am using the code:
m_tableView->verticalHeader()->setSectionResizeMode(QHeaderView::ResizeToContents);
but that is not working.
I tried something other but that is a hook only.
Please can anyone suggest a solution.
Thanks. -
wrote on 16 Jun 2014, 18:22 last edited by
Is it the width of the column you want to be bigger. If so you need to set this in the horizontal header(). And if not this, have you tried using a ItemDelegate and reimplementing the sizeHint
1/2