Skip to content

VitorMob/qHexView-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QHexView-ng

This is Qt widget for display binary data in traditional hex-editor style. This widget doesn`t have any editing capabilities. Only viewing and copying.

GUI

image

Building the example

  • cd QHexView-ng
  • mkdir build
  • cd build
  • cmake ..
  • make

Usage Widget Application

#include <QVBoxLayout>
...

QVBoxLayout *m_layout = new QVBoxLayout;
QHexView *qHexView = new QHexView;

...

qHexView->loadFile("to/path/file");

...

m_layout->addWidget(m_hexview);
m_ui->widgetHex->setLayout(m_layout);

About

a simple hex view to serve as a library for projects, forked this repository https://github.com/virinext/QHexView

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published