Warning, /kdevelop/kdev-valgrind/tools/cachegrind/cachegrind_configpage.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>Valgrind::CachegrindConfigPage</class>
0004  <widget class="QWidget" name="Valgrind::CachegrindConfigPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>494</width>
0010     <height>369</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <item>
0015     <widget class="QGroupBox" name="groupBox">
0016      <property name="title">
0017       <string/>
0018      </property>
0019      <layout class="QVBoxLayout" name="verticalLayout_2">
0020       <item>
0021        <widget class="QCheckBox" name="kcfg_cacheSim">
0022         <property name="toolTip">
0023          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enables or disables collection of cache access and miss counts.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0024         </property>
0025         <property name="text">
0026          <string>Cache simulation</string>
0027         </property>
0028         <property name="checked">
0029          <bool>false</bool>
0030         </property>
0031        </widget>
0032       </item>
0033       <item>
0034        <widget class="QCheckBox" name="kcfg_branchSim">
0035         <property name="toolTip">
0036          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enables or disables collection of branch instruction and misprediction counts. By default this is disabled as it slows Cachegrind down by approximately 25%. Note that you cannot specify &lt;span style=&quot; font-family:'Monospace'; font-weight:600; font-style:italic;&quot;&gt;--cache-sim=no&lt;/span&gt; and &lt;span style=&quot; font-family:'Monospace'; font-weight:600; font-style:italic;&quot;&gt;--branch-sim=no&lt;/span&gt; together, as that would leave Cachegrind with no information to collect.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0037         </property>
0038         <property name="text">
0039          <string>Branch simulation</string>
0040         </property>
0041         <property name="checked">
0042          <bool>false</bool>
0043         </property>
0044        </widget>
0045       </item>
0046       <item>
0047        <widget class="KMessageWidget" name="messageWidget">
0048         <property name="text">
0049          <string>You cannot disable both cache and branch simulation, as that would leave Cachegrind with no information to collect.</string>
0050         </property>
0051         <property name="wordWrap">
0052          <bool>true</bool>
0053         </property>
0054         <property name="closeButtonVisible">
0055          <bool>false</bool>
0056         </property>
0057         <property name="messageType">
0058          <enum>KMessageWidget::Warning</enum>
0059         </property>
0060        </widget>
0061       </item>
0062       <item>
0063        <widget class="Line" name="line">
0064         <property name="orientation">
0065          <enum>Qt::Horizontal</enum>
0066         </property>
0067        </widget>
0068       </item>
0069       <item>
0070        <layout class="QFormLayout" name="argsLayout">
0071         <item row="0" column="0">
0072          <widget class="QLabel" name="extraArgsLabel">
0073           <property name="text">
0074            <string>Extra parameters:</string>
0075           </property>
0076           <property name="buddy">
0077            <cstring>kcfg_extraArgs</cstring>
0078           </property>
0079          </widget>
0080         </item>
0081         <item row="0" column="1">
0082          <widget class="QLineEdit" name="kcfg_extraArgs">
0083           <property name="clearButtonEnabled">
0084            <bool>true</bool>
0085           </property>
0086          </widget>
0087         </item>
0088         <item row="1" column="0">
0089          <widget class="QLabel" name="cgAnnotateArgsLabel">
0090           <property name="text">
0091            <string>cg_annotate parameters:</string>
0092           </property>
0093           <property name="buddy">
0094            <cstring>kcfg_cgAnnotateArgs</cstring>
0095           </property>
0096          </widget>
0097         </item>
0098         <item row="1" column="1">
0099          <widget class="QLineEdit" name="kcfg_cgAnnotateArgs">
0100           <property name="clearButtonEnabled">
0101            <bool>true</bool>
0102           </property>
0103          </widget>
0104         </item>
0105        </layout>
0106       </item>
0107      </layout>
0108     </widget>
0109    </item>
0110    <item>
0111     <spacer name="verticalSpacer">
0112      <property name="orientation">
0113       <enum>Qt::Vertical</enum>
0114      </property>
0115      <property name="sizeHint" stdset="0">
0116       <size>
0117        <width>20</width>
0118        <height>40</height>
0119       </size>
0120      </property>
0121     </spacer>
0122    </item>
0123   </layout>
0124  </widget>
0125  <customwidgets>
0126   <customwidget>
0127    <class>KMessageWidget</class>
0128    <extends>QFrame</extends>
0129    <header>kmessagewidget.h</header>
0130   </customwidget>
0131  </customwidgets>
0132  <tabstops>
0133   <tabstop>kcfg_cacheSim</tabstop>
0134   <tabstop>kcfg_branchSim</tabstop>
0135   <tabstop>kcfg_extraArgs</tabstop>
0136   <tabstop>kcfg_cgAnnotateArgs</tabstop>
0137  </tabstops>
0138  <resources/>
0139  <connections/>
0140 </ui>