Warning, /sdk/elf-dissector/src/ui/views/sizetreemapview.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>SizeTreeMapView</class>
0004  <widget class="QWidget" name="SizeTreeMapView">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <property name="leftMargin">
0015     <number>0</number>
0016    </property>
0017    <property name="topMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="rightMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="bottomMargin">
0024     <number>0</number>
0025    </property>
0026    <item>
0027     <widget class="QSplitter" name="splitter">
0028      <property name="orientation">
0029       <enum>Qt::Horizontal</enum>
0030      </property>
0031      <property name="childrenCollapsible">
0032       <bool>false</bool>
0033      </property>
0034      <widget class="QWidget" name="layoutWidget">
0035       <layout class="QVBoxLayout" name="verticalLayout">
0036        <item>
0037         <widget class="QLineEdit" name="searchLineEdit">
0038          <property name="placeholderText">
0039           <string>Search</string>
0040          </property>
0041          <property name="clearButtonEnabled">
0042           <bool>true</bool>
0043          </property>
0044         </widget>
0045        </item>
0046        <item>
0047         <widget class="QTreeView" name="sectionView">
0048          <property name="uniformRowHeights">
0049           <bool>true</bool>
0050          </property>
0051         </widget>
0052        </item>
0053       </layout>
0054      </widget>
0055     </widget>
0056    </item>
0057   </layout>
0058   <action name="actionHideDebugInformation">
0059    <property name="checkable">
0060     <bool>true</bool>
0061    </property>
0062    <property name="icon">
0063     <iconset theme="package_development_debugger">
0064      <normaloff/>
0065     </iconset>
0066    </property>
0067    <property name="text">
0068     <string>Hide &amp;Debug Information</string>
0069    </property>
0070    <property name="toolTip">
0071     <string>Do not show sections containing debug information.</string>
0072    </property>
0073   </action>
0074   <action name="actionColorizeSections">
0075    <property name="checkable">
0076     <bool>true</bool>
0077    </property>
0078    <property name="icon">
0079     <iconset theme="fill-color">
0080      <normaloff/>
0081     </iconset>
0082    </property>
0083    <property name="text">
0084     <string>Colorize &amp;Sections</string>
0085    </property>
0086    <property name="toolTip">
0087     <string>Vary color of sections in the size tree map.</string>
0088    </property>
0089   </action>
0090   <action name="actionColorizeSymbols">
0091    <property name="checkable">
0092     <bool>true</bool>
0093    </property>
0094    <property name="icon">
0095     <iconset theme="fill-color">
0096      <normaloff/>
0097     </iconset>
0098    </property>
0099    <property name="text">
0100     <string>Colorize S&amp;ymbols</string>
0101    </property>
0102    <property name="toolTip">
0103     <string>Vary the color of symbols in the size tree map.</string>
0104    </property>
0105   </action>
0106   <action name="actionRelocationHeatmap">
0107    <property name="checkable">
0108     <bool>true</bool>
0109    </property>
0110    <property name="icon">
0111     <iconset theme="fill-color">
0112      <normaloff/>
0113     </iconset>
0114    </property>
0115    <property name="text">
0116     <string>&amp;Relocation Heatmap</string>
0117    </property>
0118   </action>
0119   <action name="actionHideOccupiesMemory">
0120    <property name="checkable">
0121     <bool>true</bool>
0122    </property>
0123    <property name="icon">
0124     <iconset theme="view-filter">
0125      <normaloff/>
0126     </iconset>
0127    </property>
0128    <property name="text">
0129     <string>Hide non-runtime</string>
0130    </property>
0131    <property name="toolTip">
0132     <string>Do not show content from sections that are not loaded into memory at runtime.</string>
0133    </property>
0134   </action>
0135   <action name="actionHideNonWritable">
0136    <property name="checkable">
0137     <bool>true</bool>
0138    </property>
0139    <property name="icon">
0140     <iconset theme="view-filter">
0141      <normaloff/>
0142     </iconset>
0143    </property>
0144    <property name="text">
0145     <string>Hide non-writable</string>
0146    </property>
0147    <property name="toolTip">
0148     <string>Do not show content that is read-only/shared.</string>
0149    </property>
0150   </action>
0151   <action name="actionHideNonExecutable">
0152    <property name="checkable">
0153     <bool>true</bool>
0154    </property>
0155    <property name="icon">
0156     <iconset theme="view-filter">
0157      <normaloff/>
0158     </iconset>
0159    </property>
0160    <property name="text">
0161     <string>Hide non-executable</string>
0162    </property>
0163    <property name="toolTip">
0164     <string>Do not show non-executable data content.</string>
0165    </property>
0166   </action>
0167   <action name="actionNoColorization">
0168    <property name="checkable">
0169     <bool>true</bool>
0170    </property>
0171    <property name="icon">
0172     <iconset theme="fill-color">
0173      <normaloff/>
0174     </iconset>
0175    </property>
0176    <property name="text">
0177     <string>&amp;No Colorization</string>
0178    </property>
0179   </action>
0180  </widget>
0181  <resources/>
0182  <connections/>
0183 </ui>