mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-24 20:14:39 -04:00
Version 0.8.0
- code slightly refactored - solved bug on working with file tail
This commit is contained in:
parent
1c005d5025
commit
3d7dad6bb6
14 changed files with 379 additions and 503 deletions
|
@ -50,7 +50,8 @@ private slots:
|
|||
void saveImageFile();
|
||||
void populateUi(const QModelIndex ¤t);
|
||||
void resizeTreeViewColums();
|
||||
void extract();
|
||||
void extract(const UINT8 mode);
|
||||
void extractAsIs();
|
||||
void extractBody();
|
||||
void extractUncompressed();
|
||||
void insert(const UINT8 mode);
|
||||
|
@ -64,11 +65,10 @@ private slots:
|
|||
private:
|
||||
Ui::UEFITool * ui;
|
||||
FfsEngine* ffsEngine;
|
||||
QModelIndex currentIndex;
|
||||
|
||||
void dragEnterEvent(QDragEnterEvent* event);
|
||||
void dropEvent(QDropEvent* event);
|
||||
void showDebugMessage();
|
||||
void showMessage();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue