Qt Code:
QSqlTableModel *model; model->setTable("clientcategory"); model->select(); ui->tableView->setModel(model); ui->tableView->hideRow(0);To copy to clipboard, switch view to plain text mode
Does't really hide that row?![]()
Qt Code:
QSqlTableModel *model; model->setTable("clientcategory"); model->select(); ui->tableView->setModel(model); ui->tableView->hideRow(0);To copy to clipboard, switch view to plain text mode
Does't really hide that row?![]()
Bookmarks