Skip to content

virinext/QHexView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QHexView

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

2015-03-29 13 49 54

Building the example

  • cd QHexView
  • mkdir build
  • cd build
  • qmake ../example/qhexview.pro
  • make

Usage

...
QByteArray data;
...
QHexView *phexView = new QHexView;
...
phexView -> setData(data);
...

About

This is Qt widget for display binary data in traditional hex editor style

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published