You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeutils/khexedit/parts/kbytesedit
Timothy Pearson a25a696e1d
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
10 years ago
..
CMakeLists.txt Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Makefile.am Additional k => tde renaming and fixes 11 years ago
README Additional kde to tde renaming 13 years ago
kbyteseditwidget.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kbyteseditwidget.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
kbyteseditwidget.h Remove spurious TQ_OBJECT instances 12 years ago

README

KBytesEdit widget modul
=======================
part of the KHexEdit 2 project (kdenonbeta/khexedit2)
Author/Maintainer: Friedrich W. H. Kossebau <Friedrich.W.H@Kossebau.de>


description:
------------
This module delivers a service for the service type "KHexEdit/KBytesEdit".
It is a hex edit widget that operates on an array of chars given by
the programmer.
It serves right now the interfaces
HexColumnInterface, TextColumnInterface, ZoomInterface, ClipBoardInterface.


installing:
-----------
Installs the .desktop file describing the service and the module library.


usage:
------
Only official known usage is by KPilot (tdepim/kpilot) for now.