mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-19 13:45:11 +00:00
Resizing the table
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user