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

Method InitializeProcessImagesTable

PeaceMakerGUI/InvestigateProcessWindow.cpp:68–77  ·  view source on GitHub ↗

* @brief InvestigateProcessWindow::InitializeProcessImagesTable - Initialize properties for the process images table. */

Source from the content-addressed store, hash-verified

66 * @brief InvestigateProcessWindow::InitializeProcessImagesTable - Initialize properties for the process images table.
67 */
68void InvestigateProcessWindow::InitializeProcessImagesTable()
69{
70 InitializeCommonTable(this->ui->ImagesTable);
71
72 this->ui->ImagesTable->setColumnCount(1);
73 this->ui->ImagesTable->setColumnWidth(0, 400);
74
75 this->ui->ImagesTable->horizontalHeader()->hide();
76 this->ui->ImagesTable->setWordWrap(true);
77}
78
79/**
80 * @brief InvestigateProcessWindow::AddProcessInfoItem - Add a header item to the process info table.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected