Hi everyone,

I want to have a Qtable with one resizable colomn and one fixed colomn.
I tried that, but it didn't work :

Qt Code:
  1. ui.listFileTable->horizontalHeader()->setResizeMode(QHeaderView::Stretch);
  2. ui.listFileTable->horizontalHeader()->resizeSection(1,50);
To copy to clipboard, switch view to plain text mode 

It's very simple but I just don't find the command to do that, does anyone know it?