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 af0b8f5d1e
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
4 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 Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
kbyteseditwidget.desktop Desktop file translations: 4 years ago
kbyteseditwidget.h Replace Q_OBJECT with TQ_OBJECT 9 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.