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:
  1. model = new QStandardItemModel( this );
  2. model->setHorizontalHeaderLabels( QStringList() << "TOOL NUMBER" << "DIAMETER" << "LENGTH" << "UNITS" );
  3. tooltreeView->setModel( model );
To copy to clipboard, switch view to plain text mode