Merge branch 'memory-dump-dynamic'
[kdbg.git] / kdbg / brkptcondition.ui
blobddad2fe9ec5be482e188157911cf2e9ee88b0ce3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>BrkPtCondition</class>
4 <widget class="QDialog" name="BrkPtCondition">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>124</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Conditional Breakpoint</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QGridLayout" name="gridLayout">
19 <item row="0" column="0">
20 <widget class="QLabel" name="label">
21 <property name="font">
22 <font>
23 <weight>50</weight>
24 <bold>false</bold>
25 </font>
26 </property>
27 <property name="text">
28 <string>Condi&amp;tion:</string>
29 </property>
30 <property name="buddy">
31 <cstring>condition</cstring>
32 </property>
33 </widget>
34 </item>
35 <item row="0" column="1">
36 <widget class="QLineEdit" name="condition"/>
37 </item>
38 <item row="1" column="0">
39 <widget class="QLabel" name="label_2">
40 <property name="text">
41 <string>Ignore &amp;next hits:</string>
42 </property>
43 <property name="buddy">
44 <cstring>ignoreCount</cstring>
45 </property>
46 </widget>
47 </item>
48 <item row="1" column="1">
49 <widget class="QSpinBox" name="ignoreCount">
50 <property name="specialValueText">
51 <string>do not ignore</string>
52 </property>
53 <property name="correctionMode">
54 <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
55 </property>
56 <property name="suffix">
57 <string/>
58 </property>
59 <property name="prefix">
60 <string/>
61 </property>
62 <property name="maximum">
63 <number>999</number>
64 </property>
65 </widget>
66 </item>
67 </layout>
68 </item>
69 <item>
70 <widget class="QDialogButtonBox" name="buttonBox">
71 <property name="orientation">
72 <enum>Qt::Horizontal</enum>
73 </property>
74 <property name="standardButtons">
75 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
76 </property>
77 </widget>
78 </item>
79 </layout>
80 </widget>
81 <resources/>
82 <connections>
83 <connection>
84 <sender>buttonBox</sender>
85 <signal>accepted()</signal>
86 <receiver>BrkPtCondition</receiver>
87 <slot>accept()</slot>
88 <hints>
89 <hint type="sourcelabel">
90 <x>222</x>
91 <y>72</y>
92 </hint>
93 <hint type="destinationlabel">
94 <x>157</x>
95 <y>86</y>
96 </hint>
97 </hints>
98 </connection>
99 <connection>
100 <sender>buttonBox</sender>
101 <signal>rejected()</signal>
102 <receiver>BrkPtCondition</receiver>
103 <slot>reject()</slot>
104 <hints>
105 <hint type="sourcelabel">
106 <x>290</x>
107 <y>78</y>
108 </hint>
109 <hint type="destinationlabel">
110 <x>286</x>
111 <y>86</y>
112 </hint>
113 </hints>
114 </connection>
115 </connections>
116 </ui>