Warning, /utilities/okteta/kasten/controllers/view/structures/settings/structureviewpreferences.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0003   xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
0004   <include>QSysInfo</include>
0005   <include>view/structures/datatypes/datainformationbase.hpp</include>
0006   <kcfgfile name="oktetastructuresrc" />
0007   <group name="ValueDisplay">
0008     <entry name="UnsignedDisplayBase" type="Int">
0009       <tooltip context="@info:tooltip">The base to use when converting unsigned numbers to a string.</tooltip>
0010       <default>10</default>
0011     </entry>
0012     <entry name="SignedDisplayBase" type="Int">
0013       <tooltip context="@info:tooltip">The base to use when converting signed numbers to a string.</tooltip>
0014       <default>10</default>
0015     </entry>
0016     <entry name="CharDisplayBase" type="Int">
0017       <tooltip context="@info:tooltip">The base to use when converting characters to a value string.</tooltip>
0018       <default>10</default>
0019     </entry>
0020     <entry name="ShowCharNumericalValue" type="Bool">
0021       <tooltip context="@info:tooltip">Whether to show the numerical value of chars</tooltip>
0022       <default>true</default>
0023     </entry>
0024     <entry name="LocaleAwareFloatFormatting" type="Bool">
0025       <tooltip context="@info:tooltip">Whether to format floating point values according to the current locale</tooltip>
0026       <default>false</default>
0027     </entry>
0028     <entry name="ShortTypeNames" type="Bool">
0029       <tooltip context="@info:tooltip">Whether to use short type names (i.e. uint32 instead of unsigned int)</tooltip>
0030       <default>true</default>
0031     </entry>
0032     <entry name="LocaleAwareDecimalFormatting" type="Bool">
0033       <tooltip context="@info:tooltip">If true, integers being displayed in decimal format will be formatted according to the current locale settings</tooltip>
0034       <whatsthis>Whether to format integer values according to the current locale</whatsthis>
0035       <default>false</default>
0036     </entry>
0037     <entry name="FloatPrecision" type="Int">
0038       <tooltip context="@info:tooltip">The precision used for converting floating-point numbers to strings (number of decimal digits)</tooltip>
0039       <default>3</default>
0040       <min>-1</min>
0041       <!-- program hangs if QString::number() is called with very high precision -->
0042       <max>100</max>
0043     </entry>
0044   </group>
0045   <group name="StructureSettings">
0046     <entry name="ByteOrder" type="Enum">
0047       <label context="@label:listbox">Byte order</label>
0048       <choices name="QSysInfo::Endian">
0049         <choice name="BigEndian"><label context="@item:inlistbox">Big endian</label></choice>
0050         <choice name="LittleEndian"><label context="@item:inlistbox">Little endian</label></choice>
0051       </choices>
0052       <default>QSysInfo::LittleEndian</default>
0053     </entry>
0054     <entry name="LoadedStructures" type="StringList">
0055       <default></default>
0056     </entry>
0057   </group>
0058 </kcfg>