Warning, /sdk/massif-visualizer/app/massif-visualizer-settings.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"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
0006   <group name="Settings">
0007     <entry name="PrettyCostPrecision" key="prettyCostPrecision" type="int">
0008         <default>1</default>
0009         <label>Cost Precision</label>
0010         <tooltip>Defines the number of places after the comma for memory costs shown in the application.</tooltip>
0011     </entry>
0012     <entry name="ShortenTemplates" key="shortenTemplates" type="bool">
0013         <default>0</default>
0014         <label>Shorten Templates</label>
0015         <tooltip>Defines whether identifiers of C++ template instantiations should be shortened by removing their template arguments.</tooltip>
0016     </entry>
0017     <entry name="LegendPosition" key="legendPosition" type="Enum">
0018         <default>EnumLegendPosition::Floating</default>
0019         <label>Legend Position</label>
0020         <tooltip>Defines the position of the legend relative to the plot.</tooltip>
0021         <choices label="PositionValue">
0022             <choice name="North"/>
0023             <choice name="East"/>
0024             <choice name="South"/>
0025             <choice name="West"/>
0026             <choice name="Floating"/>
0027         </choices>
0028     </entry>
0029     <entry name="LegendAlignment" key="legendAlignment" type="Enum">
0030         <default>EnumLegendAlignment::Center</default>
0031         <label>Legend Alignment</label>
0032         <tooltip>Defines the alignment of the legend.</tooltip>
0033         <choices label="AlignmentValue">
0034             <choice name="Left"/>
0035             <choice name="Center"/>
0036             <choice name="Right"/>
0037             <choice name="Top"/>
0038             <choice name="Bottom"/>
0039         </choices>
0040     </entry>
0041     <entry name="LegendFontSize" key="legendFontSize" type="int">
0042         <default>12</default>
0043         <min>6</min>
0044         <max>14</max>
0045         <label>Legend Font Size</label>
0046         <tooltip>Defines the font size used in the legend.</tooltip>
0047     </entry>
0048   </group>
0049 </kcfg>