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
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