Re: [Interest] sizing QTableWidget columns

2017-07-17 Thread Waitman Gobble
On 2017-07-17 17:10, Waitman Gobble wrote: I want QTableWidget columns to fit the data and also the far right column expand to use all available space. { ui->vendorsGrid->clear(); ui->vendorsGrid->setRowCount(0); ui->vendorsGrid->setSelectionBehavior(QAbstractItemView::SelectRows); ui->vendo

[Interest] sizing QTableWidget columns

2017-07-17 Thread Waitman Gobble
I want QTableWidget columns to fit the data and also the far right column expand to use all available space. { ui->vendorsGrid->clear(); ui->vendorsGrid->setRowCount(0); ui->vendorsGrid->setSelectionBehavior(QAbstractItemView::SelectRows); ui->vendorsGrid->setSelectionMode(QA