The followin code creates a QTableWidget with some content.
void MainWindow::on_pushButton_clicked() { m_tbl = new QTableWidget; qDebug() << m_t