MCPcopy Create free account
hub / github.com/D4stiny/PeaceMaker / RefreshWidgets

Method RefreshWidgets

PeaceMakerGUI/InvestigateProcessWindow.cpp:259–267  ·  view source on GitHub ↗

* @brief InvestigateProcessWindow::RefreshWidgets - Update the standard tables. */

Source from the content-addressed store, hash-verified

257 * @brief InvestigateProcessWindow::RefreshWidgets - Update the standard tables.
258 */
259void 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.

Calls

no outgoing calls

Tested by

no test coverage detected