mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-27 21:44:24 -04:00
Version 0.9.0
- fixed all interaction with file state - added application meny - added actions for changing compression method for selected compressed section
This commit is contained in:
parent
a858cc23f5
commit
bfd8edcdf9
11 changed files with 640 additions and 243 deletions
|
@ -60,6 +60,12 @@ private slots:
|
|||
void insertAfter();
|
||||
void replace();
|
||||
void remove();
|
||||
void rebuild();
|
||||
void changeToEfi11();
|
||||
void changeToTiano();
|
||||
void changeToLzma();
|
||||
void about();
|
||||
void aboutQt();
|
||||
void scrollTreeView(QListWidgetItem* item);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue