Vertical Header ResizeToContent(Qt 5.3)
-
Dear Friends,
I have a tableView . I want the vertical Header should resizeToContent
previously in Qt 4.8 some thing like this is there.
pView->verticalHeader()->setResizeMode(QHeaderView::ResizeToContents);but now in Qt 5.3 its
verticalHeader()->setSectionResizeMode(QHeaderView::ResizeToContents);but the problem its not re size the content of vertical header.I am attaching the image!http://i.imgur.com/m3daHwI.png()!also that explains my Problem.in Image you ca see after 999 its cropping for 1000.
Please Help me Guys.
Thanks in Advance. -
Hi,
You should check the "bug report system":http://bugreports.qt.io to see if it's something known, if not please consider opening a new report providing a minimal compilable example.