
qPHexEditor
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
qPHexEditor - the sexadecimal editor written completely on Qt.
He is the powerful editor with the open code under license GPL.
Features:
- Cross - platform.
- It is written completely on Qt. Minimal requirements Qt 4.x.x.
Compilation:
- qmake;
- make;
- make install.
Example of use:
qPHexEditor * editor = new qPHexEditor( this );
For use of the sexadecimal editor include in a file of the project ( *.pro ) :
CONFIG += qPHexEditor
There is an opportunity to change the size of an edited file by addition or removals of the necessary quantity of elements by means of the contextual menu caused by the right button of the mouse.
wally345
7 years ago
getting into a cyrillic text page ?
Report