2010-09-21 08:37:23 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
2010-09-21 16:32:43 +02:00
|
|
|
<class>BreakpointDialog</class>
|
|
|
|
|
<widget class="QDialog" name="BreakpointDialog">
|
2010-09-21 08:37:23 +02:00
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2010-09-28 13:34:02 +02:00
|
|
|
<width>558</width>
|
2010-09-28 13:14:14 +02:00
|
|
|
<height>302</height>
|
2010-09-21 08:37:23 +02:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
2010-09-28 13:34:02 +02:00
|
|
|
<string>Edit Breakpoint Properties</string>
|
2010-09-21 08:37:23 +02:00
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="labelType">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Breakpoint type:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
2010-09-21 16:32:43 +02:00
|
|
|
<widget class="QComboBox" name="comboBoxType"/>
|
2010-09-21 08:37:23 +02:00
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="labelFileName">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>File name:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
2010-09-28 14:07:23 +02:00
|
|
|
<widget class="Utils::PathChooser" name="pathChooserFileName"/>
|
2010-09-21 08:37:23 +02:00
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="labelLineNumber">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Line number:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="lineEditLineNumber"/>
|
|
|
|
|
</item>
|
2010-09-28 13:14:14 +02:00
|
|
|
<item row="3" column="1">
|
2010-11-30 08:59:22 +01:00
|
|
|
<widget class="QCheckBox" name="checkBoxEnabled">
|
2010-09-28 13:14:14 +02:00
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
2010-11-30 08:59:22 +01:00
|
|
|
<widget class="QLabel" name="labelEnabled">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Enabled:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="1">
|
|
|
|
|
<widget class="QCheckBox" name="checkBoxUseFullPath">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="0">
|
2010-09-28 13:14:14 +02:00
|
|
|
<widget class="QLabel" name="labelUseFullPath">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Use full path:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2010-11-30 08:59:22 +01:00
|
|
|
<item row="5" column="0">
|
2010-09-28 13:14:14 +02:00
|
|
|
<widget class="QLabel" name="labelAddress">
|
2010-09-21 08:37:23 +02:00
|
|
|
<property name="text">
|
2010-09-28 13:14:14 +02:00
|
|
|
<string>Address:</string>
|
2010-09-21 08:37:23 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2010-11-30 08:59:22 +01:00
|
|
|
<item row="5" column="1">
|
2010-09-28 13:14:14 +02:00
|
|
|
<widget class="QLineEdit" name="lineEditAddress"/>
|
2010-09-21 08:37:23 +02:00
|
|
|
</item>
|
2010-11-30 08:59:22 +01:00
|
|
|
<item row="6" column="0">
|
2010-09-28 13:14:14 +02:00
|
|
|
<widget class="QLabel" name="labelFunction">
|
2010-09-21 08:37:23 +02:00
|
|
|
<property name="text">
|
2010-09-28 13:14:14 +02:00
|
|
|
<string>Function:</string>
|
2010-09-21 08:37:23 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2010-11-30 08:59:22 +01:00
|
|
|
<item row="6" column="1">
|
2010-09-28 13:14:14 +02:00
|
|
|
<widget class="QLineEdit" name="lineEditFunction"/>
|
2010-09-21 08:37:23 +02:00
|
|
|
</item>
|
2010-11-30 08:59:22 +01:00
|
|
|
<item row="7" column="0">
|
2010-09-28 13:14:14 +02:00
|
|
|
<widget class="QLabel" name="labelCondition">
|
2010-09-21 08:37:23 +02:00
|
|
|
<property name="text">
|
2010-09-28 13:14:14 +02:00
|
|
|
<string>Condition:</string>
|
2010-09-21 08:37:23 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2010-11-30 08:59:22 +01:00
|
|
|
<item row="7" column="1">
|
2010-09-28 13:14:14 +02:00
|
|
|
<widget class="QLineEdit" name="lineEditCondition"/>
|
2010-09-21 08:37:23 +02:00
|
|
|
</item>
|
2010-11-30 08:59:22 +01:00
|
|
|
<item row="8" column="0">
|
2010-09-28 13:14:14 +02:00
|
|
|
<widget class="QLabel" name="labelIgnoreCount">
|
2010-09-21 08:37:23 +02:00
|
|
|
<property name="text">
|
2010-09-28 13:14:14 +02:00
|
|
|
<string>Ignore count:</string>
|
2010-09-21 08:37:23 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2010-11-30 08:59:22 +01:00
|
|
|
<item row="8" column="1">
|
2010-09-28 13:14:14 +02:00
|
|
|
<widget class="QLineEdit" name="lineEditIgnoreCount"/>
|
2010-09-21 08:37:23 +02:00
|
|
|
</item>
|
2010-11-30 08:59:22 +01:00
|
|
|
<item row="9" column="0">
|
2010-09-28 13:14:14 +02:00
|
|
|
<widget class="QLabel" name="labelThreadSpec">
|
2010-09-21 08:37:23 +02:00
|
|
|
<property name="text">
|
2010-09-28 13:14:14 +02:00
|
|
|
<string>Thread specification:</string>
|
2010-09-21 08:37:23 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2010-11-30 08:59:22 +01:00
|
|
|
<item row="9" column="1">
|
2010-09-28 13:14:14 +02:00
|
|
|
<widget class="QLineEdit" name="lineEditThreadSpec"/>
|
2010-09-21 08:37:23 +02:00
|
|
|
</item>
|
2010-12-16 13:02:59 +01:00
|
|
|
<item row="10" column="1">
|
|
|
|
|
<widget class="QCheckBox" name="checkBoxTracepoint">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="10" column="0">
|
|
|
|
|
<widget class="QLabel" name="labelTracepoint">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Tracepoint only:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2010-09-21 08:37:23 +02:00
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="standardButtons">
|
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
|
<signal>accepted()</signal>
|
2010-09-21 16:32:43 +02:00
|
|
|
<receiver>BreakpointDialog</receiver>
|
2010-09-21 08:37:23 +02:00
|
|
|
<slot>accept()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>248</x>
|
|
|
|
|
<y>254</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>157</x>
|
|
|
|
|
<y>274</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
|
<signal>rejected()</signal>
|
2010-09-21 16:32:43 +02:00
|
|
|
<receiver>BreakpointDialog</receiver>
|
2010-09-21 08:37:23 +02:00
|
|
|
<slot>reject()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>316</x>
|
|
|
|
|
<y>260</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>286</x>
|
|
|
|
|
<y>274</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
</connections>
|
|
|
|
|
</ui>
|