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
Michele Calgaro f52c435e29
Replace Q_OBJECT with TQ_OBJECT
10 months ago
..
CMakeLists.txt Simplify CMake rules for desktop file translations. 4 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 Desktop file translations: 4 years ago
kbyteseditwidget.h Replace Q_OBJECT with TQ_OBJECT 10 months 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.