Hi All,
I have the treeeView which has 4 columns now the header label has set according to the string length but now i need to increase the size of the header label. How to do this and here is my code snippet
Qt Code:
model->setHorizontalHeaderLabels( QStringList() << "TOOL NUMBER" << "DIAMETER" << "LENGTH" << "UNITS" ); tooltreeView->setModel( model );To copy to clipboard, switch view to plain text mode
Bookmarks