UT NE A31

- Added "Hex view..." action and dialog to preview the selected tree
item as hex without extracting it. Uses QHexEdit2 library by Simsys.
This commit is contained in:
Nikolaj Schlej 2016-07-10 11:07:36 +02:00
parent 31fe6c7620
commit 5d08b128d2
14 changed files with 2726 additions and 36 deletions

View file

@ -43,6 +43,7 @@
#include "../common/ffsbuilder.h"
#include "searchdialog.h"
#include "hexviewdialog.h"
#include "messagelistitem.h"
#include "ffsfinder.h"
@ -71,7 +72,10 @@ private slots:
void saveImageFile();
void search();
void hexView();
void goToData();
void extract(const UINT8 mode);
void extractAsIs();
void extractBody();
@ -110,6 +114,7 @@ private:
FfsOperations* ffsOps;
FfsBuilder* ffsBuilder;
SearchDialog* searchDialog;
HexViewDialog* hexViewDialog;
QClipboard* clipboard;
QString currentDir;
QString currentProgramPath;