MCPcopy Create free account
hub / github.com/Luca1991/NDSFactory / populateHeader

Method populateHeader

ui/tabs/unpacker/unpackertabfunctions.cpp:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#define ICON_TITLE_SIZE 0xA00
13
14void MainWindow::populateHeader(NDSHeader* ndsHeader)
15{
16 auto* headerDataModel = new NDSHeaderModel(ndsHeader);
17 ui->unpackerHeaderDataTable->setModel(headerDataModel);
18 ui->unpackerHeaderDataTable->horizontalHeader()->setSectionResizeMode(0, QHeaderView::ResizeMode::ResizeToContents);
19 ui->unpackerHeaderDataTable->horizontalHeader()->setSectionResizeMode(1, QHeaderView::ResizeMode::Stretch);
20}
21
22void MainWindow::enableExtractionButtons()
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected