##// END OF EJS Templates
Sync /!\ do not use this revision
Sync /!\ do not use this revision

File last commit:

r47:f8c5117dac7c default
r52:91fdf0217d26 default
Show More
PySocExplorer.h
17 lines | 525 B | text/x-c | CLexer
Jeandet Alexis
Some Python wrapping improvment.
r39 #include <QtCore/QObject>
#include <QtWidgets/QtWidgets>
Jeandet Alexis
First init of SocExplorer Repository.
r0 #include "qhexspinbox.h"
#include "memsizewdgt.h"
#include "qhexedit/qhexedit.h"
#include "SocExplorerPlot.h"
#include "tcp_terminal_client.h"
#include "elf/elfparser.h"
Jeandet Alexis
SREC File parser working....
r45 #include "abstractbinfile.h"
ElfFile classes WIP.
r37 #include "elf/elffile.h"
#include "elf/elffilewidget.h"
Jeandet Alexis
Some Python wrapping improvment.
r39 #include "elf/elfinfowdgt.h"
ElfFile classes WIP....
r40 #include "QCustomPlot/qcustomplot.h"
SREC file perser WIP.
r44 #include "srec/srecfile.h"
Jeandet Alexis
SREC File parser working....
r45 #include "srec/srecfilewidget.h"
added binary file loader, improved elf and srec loaders
r47 #include "BinFile/binaryfile.h"
#include "BinFile/binaryfilewidget.h"