* @brief InvestigateProcessWindow::RefreshWidgets - Update the standard tables. */
| 257 | * @brief InvestigateProcessWindow::RefreshWidgets - Update the standard tables. |
| 258 | */ |
| 259 | void InvestigateProcessWindow::RefreshWidgets() |
| 260 | { |
| 261 | UpdateWidget(this->ui->ProcessInformationTable); |
| 262 | UpdateWidget(this->ui->ProcessStackHistoryTable); |
| 263 | UpdateWidget(this->ui->ImagesTable); |
| 264 | UpdateWidget(this->ui->ImageStackHistoryTable); |
| 265 | UpdateWidget(this); |
| 266 | this->setStyleSheet("background-color: #404040;"); |
| 267 | } |
| 268 | |
| 269 | /** |
| 270 | * @brief InvestigateProcessWindow::on_ImagesTable_cellClicked - Grab the stack for the new image. |
no outgoing calls
no test coverage detected