Warning, /kdevelop/kdevelop/plugins/gdb/debuggertracingdialog.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>DebuggerTracingDialog</class>
0004  <widget class="QDialog" name="DebuggerTracingDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>438</width>
0010     <height>409</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string comment="@title:window">Tracing Configuration</string>
0015   </property>
0016   <layout class="QGridLayout">
0017    <item row="4" column="0" colspan="2">
0018     <widget class="QLineEdit" name="customFormat">
0019      <property name="enabled">
0020       <bool>false</bool>
0021      </property>
0022      <property name="whatsThis">
0023       <string comment="@info:whatsthis">&lt;b&gt;Custom format string&lt;/b&gt;
0024 &lt;p&gt;Specify a C-style format string that will be used when printing the chosen expression. For example:
0025 &lt;p align=&quot;center&quot;&gt; &lt;tt&gt;Tracepoint 1: g = %d&lt;/tt&gt;&lt;/p&gt;
0026 If custom format string is not enabled, names and values of all expressions will be printed, using &quot;%d&quot; as format specifier for all expressions.</string>
0027      </property>
0028     </widget>
0029    </item>
0030    <item row="1" column="0" colspan="2">
0031     <widget class="QLabel" name="expressionsLabel">
0032      <property name="enabled">
0033       <bool>false</bool>
0034      </property>
0035      <property name="text">
0036       <string comment="@label">Expressions to print:</string>
0037      </property>
0038      <property name="wordWrap">
0039       <bool>false</bool>
0040      </property>
0041     </widget>
0042    </item>
0043    <item row="0" column="0" colspan="2">
0044     <widget class="QCheckBox" name="enable">
0045      <property name="whatsThis">
0046       <string comment="@info:whatthis">&lt;b&gt;Enable tracing&lt;/b&gt;
0047 &lt;p&gt;Tracing is a mechanism to automatically print values of the chosen expressions and continue execution when breakpoint is hit. You can think of it as printf debugging that does not require modifying the source.&lt;/p&gt;</string>
0048      </property>
0049      <property name="text">
0050       <string comment="@option:check">Enable tracing</string>
0051      </property>
0052     </widget>
0053    </item>
0054    <item row="3" column="0">
0055     <widget class="QCheckBox" name="enableCustomFormat">
0056      <property name="enabled">
0057       <bool>false</bool>
0058      </property>
0059      <property name="text">
0060       <string comment="@option:check">Custom format string</string>
0061      </property>
0062     </widget>
0063    </item>
0064    <item row="2" column="0" colspan="2">
0065     <widget class="KEditListBox" name="expressions">
0066      <property name="enabled">
0067       <bool>false</bool>
0068      </property>
0069      <property name="title">
0070       <string/>
0071      </property>
0072     </widget>
0073    </item>
0074    <item row="5" column="0" colspan="2">
0075     <widget class="QDialogButtonBox" name="buttonBox">
0076      <property name="standardButtons">
0077       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0078      </property>
0079     </widget>
0080    </item>
0081   </layout>
0082  </widget>
0083  <customwidgets>
0084   <customwidget>
0085    <class>KEditListBox</class>
0086    <extends>QGroupBox</extends>
0087    <header>KEditListBox</header>
0088   </customwidget>
0089  </customwidgets>
0090  <resources/>
0091  <connections>
0092   <connection>
0093    <sender>buttonBox</sender>
0094    <signal>accepted()</signal>
0095    <receiver>DebuggerTracingDialog</receiver>
0096    <slot>accept()</slot>
0097    <hints>
0098     <hint type="sourcelabel">
0099      <x>307</x>
0100      <y>384</y>
0101     </hint>
0102     <hint type="destinationlabel">
0103      <x>63</x>
0104      <y>8</y>
0105     </hint>
0106    </hints>
0107   </connection>
0108   <connection>
0109    <sender>buttonBox</sender>
0110    <signal>rejected()</signal>
0111    <receiver>DebuggerTracingDialog</receiver>
0112    <slot>reject()</slot>
0113    <hints>
0114     <hint type="sourcelabel">
0115      <x>400</x>
0116      <y>385</y>
0117     </hint>
0118     <hint type="destinationlabel">
0119      <x>342</x>
0120      <y>8</y>
0121     </hint>
0122    </hints>
0123   </connection>
0124  </connections>
0125 </ui>