* @brief InvestigateProcessWindow::InitializeProcessImagesTable - Initialize properties for the process images table. */
| 66 | * @brief InvestigateProcessWindow::InitializeProcessImagesTable - Initialize properties for the process images table. |
| 67 | */ |
| 68 | void 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. |
nothing calls this directly
no outgoing calls
no test coverage detected