mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-31 15:28:21 -04:00
Version 0.4.0
- Code is highly refactored - Editing is (partially) working now
This commit is contained in:
parent
981795dee8
commit
4a61fcd9d9
18 changed files with 2629 additions and 1676 deletions
16
uefitool.h
16
uefitool.h
|
@ -46,11 +46,17 @@ public:
|
|||
private slots:
|
||||
void init();
|
||||
void openImageFile();
|
||||
void populateUi(const QModelIndex ¤t/*, const QModelIndex &previous*/);
|
||||
void resizeTreeViewColums(/*const QModelIndex &index*/);
|
||||
void saveAll();
|
||||
void saveBody();
|
||||
void saveUncompressedFile();
|
||||
void saveImageFile();
|
||||
void populateUi(const QModelIndex ¤t);
|
||||
void resizeTreeViewColums();
|
||||
void extract();
|
||||
void extractBody();
|
||||
void extractUncompressed();
|
||||
void insertInto();
|
||||
void insertBefore();
|
||||
void insertAfter();
|
||||
void replace();
|
||||
void remove();
|
||||
|
||||
private:
|
||||
Ui::UEFITool * ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue