Skip to content

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

License

Notifications You must be signed in to change notification settings

qq824810885/QHexView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

Languages

  • C++ 98.4%
  • QMake 1.6%