mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-31 15:28:21 -04:00
NE_aplha5
Added FIT detection, parsing and UI, finally
This commit is contained in:
parent
f3d731c599
commit
407e558b60
16 changed files with 472 additions and 100 deletions
|
@ -37,6 +37,7 @@
|
|||
#include "../common/utility.h"
|
||||
#include "../common/ffs.h"
|
||||
#include "../common/ffsparser.h"
|
||||
#include "../common/fitparser.h"
|
||||
#include "searchdialog.h"
|
||||
#include "messagelistitem.h"
|
||||
#include "ffsfinder.h"
|
||||
|
@ -97,6 +98,7 @@ private:
|
|||
Ui::UEFITool* ui;
|
||||
TreeModel* model;
|
||||
FfsParser* ffsParser;
|
||||
FitParser* fitParser;
|
||||
FfsFinder* ffsFinder;
|
||||
FfsOperations* ffsOps;
|
||||
SearchDialog* searchDialog;
|
||||
|
@ -110,6 +112,7 @@ private:
|
|||
void readSettings();
|
||||
void showParserMessages();
|
||||
void showFinderMessages();
|
||||
void showFitTable();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue