MCPcopy Create free account
hub / github.com/LongSoft/UEFITool / openImageFile

Method openImageFile

uefitool.cpp:583–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583void UEFITool::openImageFile()
584{
585 QString path = QFileDialog::getOpenFileName(this, tr("Open BIOS image file"), currentDir, "BIOS image files (*.rom *.bin *.cap *.bio *.fd *.wph *.dec);;All files (*)");
586 openImageFile(path);
587}
588
589void UEFITool::openImageFileInNewWindow()
590{

Callers 1

mainFunction · 0.80

Calls 2

errorMessageFunction · 0.85
parseImageFileMethod · 0.80

Tested by

no test coverage detected