Warning, /utilities/okteta/gui/README.md is written in an unsupported language. File is not indexed.

0001 Okteta Gui library
0002 ==================
0003 Part of the Okteta project, made within the KDE community.
0004 
0005 Copyright: 2003-2024 Friedrich W. H. Kossebau <kossebau@kde.org>
0006 
0007 Author/Maintainer: Friedrich W. H. Kossebau <kossebau@kde.org>
0008 
0009 
0010 Description
0011 -----------
0012 The lib implements two general usable widgets named `Okteta::ByteArrayColumnView` and
0013 `Okteta::ByteArrayRowView`. They interact with the abstract byte array interface
0014 called `Okteta::AbstractByteArrayModel` as offered by the Okteta core library.
0015 
0016 As the API of these classes is still in active development there is no guarantee
0017 on the binary or source compatibility between 0.x releases. If there is a change
0018 the namespace postfix will be increased by 1, so different versions of the lib
0019 could be used even in the same process without symbol conflicts, if e.g. plugins
0020 use different versions.
0021 
0022 
0023 Installing
0024 ----------
0025 Installs the lib and the public headers, incl. CamelCase variants.