2008-12-02 12:01:29 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
2011-01-26 17:41:26 +01:00
|
|
|
<class>Debugger::Internal::BreakCondition</class>
|
2008-12-02 12:01:29 +01:00
|
|
|
<widget class="QDialog" name="BreakCondition">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="labelCondition">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Condition:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2010-10-04 16:00:25 +02:00
|
|
|
<item row="0" column="1">
|
2008-12-02 12:01:29 +01:00
|
|
|
<widget class="QLineEdit" name="lineEditCondition"/>
|
|
|
|
|
</item>
|
2010-10-04 16:00:25 +02:00
|
|
|
<item row="1" column="0">
|
2008-12-02 12:01:29 +01:00
|
|
|
<widget class="QLabel" name="labelIgnoreCount">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Ignore count:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2010-10-04 16:00:25 +02:00
|
|
|
<item row="1" column="1">
|
2010-04-29 18:36:18 +02:00
|
|
|
<widget class="QLineEdit" name="lineEditIgnoreCount"/>
|
|
|
|
|
</item>
|
2010-10-04 16:00:25 +02:00
|
|
|
<item row="2" column="0">
|
2010-04-29 18:36:18 +02:00
|
|
|
<widget class="QLabel" name="labelThreadSpec">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Thread specification:</string>
|
2008-12-02 12:01:29 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2010-10-04 16:00:25 +02:00
|
|
|
<item row="2" column="1">
|
2010-04-29 18:36:18 +02:00
|
|
|
<widget class="QLineEdit" name="lineEditThreadSpec"/>
|
|
|
|
|
</item>
|
2008-12-02 12:01:29 +01:00
|
|
|
</layout>
|
|
|
|
|
</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>
|
|
|
|
|
<receiver>BreakCondition</receiver>
|
|
|
|
|
<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>
|
|
|
|
|
<receiver>BreakCondition</receiver>
|
|
|
|
|
<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>
|