Resizing the table

This commit is contained in:
Anonymus Raccoon
2020-02-18 00:55:32 +01:00
parent e231cae95e
commit 07a6e28567

View File

@@ -52,6 +52,7 @@ namespace ComSquare::Debugger
this->_ui.setupUi(this);
this->_ui.tableView->setModel(&this->_model);
this->_ui.tableView->horizontalHeader()->setSectionResizeMode(QHeaderView::Stretch);
this->show();
}
}