|
1 <ui version="4.0" > |
|
2 <class>EditWatchpointDialog</class> |
|
3 <widget class="QDialog" name="EditWatchpointDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>402</width> |
|
9 <height>234</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Edit Watch Expression</string> |
|
14 </property> |
|
15 <property name="sizeGripEnabled" > |
|
16 <bool>true</bool> |
|
17 </property> |
|
18 <layout class="QGridLayout" > |
|
19 <item row="4" column="0" colspan="3" > |
|
20 <widget class="QDialogButtonBox" name="buttonBox" > |
|
21 <property name="orientation" > |
|
22 <enum>Qt::Horizontal</enum> |
|
23 </property> |
|
24 <property name="standardButtons" > |
|
25 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
26 </property> |
|
27 </widget> |
|
28 </item> |
|
29 <item row="1" column="2" > |
|
30 <spacer> |
|
31 <property name="orientation" > |
|
32 <enum>Qt::Horizontal</enum> |
|
33 </property> |
|
34 <property name="sizeType" > |
|
35 <enum>QSizePolicy::Expanding</enum> |
|
36 </property> |
|
37 <property name="sizeHint" stdset="0" > |
|
38 <size> |
|
39 <width>211</width> |
|
40 <height>20</height> |
|
41 </size> |
|
42 </property> |
|
43 </spacer> |
|
44 </item> |
|
45 <item row="1" column="1" > |
|
46 <widget class="QSpinBox" name="ignoreSpinBox" > |
|
47 <property name="toolTip" > |
|
48 <string>Enter an ignore count for the watch expression</string> |
|
49 </property> |
|
50 <property name="maximum" > |
|
51 <number>9999</number> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item row="1" column="0" > |
|
56 <widget class="QLabel" name="textLabel2" > |
|
57 <property name="text" > |
|
58 <string>Ignore Count:</string> |
|
59 </property> |
|
60 </widget> |
|
61 </item> |
|
62 <item row="3" column="0" colspan="3" > |
|
63 <widget class="QCheckBox" name="enabledCheckBox" > |
|
64 <property name="toolTip" > |
|
65 <string>Select, whether the watch expression is enabled</string> |
|
66 </property> |
|
67 <property name="text" > |
|
68 <string>Enabled</string> |
|
69 </property> |
|
70 </widget> |
|
71 </item> |
|
72 <item row="2" column="0" colspan="3" > |
|
73 <widget class="QCheckBox" name="temporaryCheckBox" > |
|
74 <property name="toolTip" > |
|
75 <string>Select whether this is a temporary watch expression</string> |
|
76 </property> |
|
77 <property name="text" > |
|
78 <string>Temporary Watch Expression</string> |
|
79 </property> |
|
80 </widget> |
|
81 </item> |
|
82 <item row="0" column="0" colspan="3" > |
|
83 <widget class="QGroupBox" name="groupBox" > |
|
84 <property name="title" > |
|
85 <string/> |
|
86 </property> |
|
87 <layout class="QGridLayout" > |
|
88 <item row="1" column="0" > |
|
89 <widget class="QRadioButton" name="specialButton" > |
|
90 <property name="text" > |
|
91 <string>Variable:</string> |
|
92 </property> |
|
93 </widget> |
|
94 </item> |
|
95 <item row="0" column="0" > |
|
96 <widget class="QRadioButton" name="conditionButton" > |
|
97 <property name="text" > |
|
98 <string>Expression:</string> |
|
99 </property> |
|
100 <property name="checked" > |
|
101 <bool>true</bool> |
|
102 </property> |
|
103 </widget> |
|
104 </item> |
|
105 <item row="1" column="1" > |
|
106 <widget class="QLineEdit" name="specialEdit" > |
|
107 <property name="enabled" > |
|
108 <bool>false</bool> |
|
109 </property> |
|
110 <property name="toolTip" > |
|
111 <string>Enter a variable and select the special condition below</string> |
|
112 </property> |
|
113 </widget> |
|
114 </item> |
|
115 <item row="2" column="1" > |
|
116 <widget class="QComboBox" name="specialCombo" > |
|
117 <property name="enabled" > |
|
118 <bool>false</bool> |
|
119 </property> |
|
120 <property name="toolTip" > |
|
121 <string>Select a special condition</string> |
|
122 </property> |
|
123 <item> |
|
124 <property name="text" > |
|
125 <string>created</string> |
|
126 </property> |
|
127 </item> |
|
128 <item> |
|
129 <property name="text" > |
|
130 <string>changed</string> |
|
131 </property> |
|
132 </item> |
|
133 </widget> |
|
134 </item> |
|
135 <item row="0" column="1" > |
|
136 <widget class="QLineEdit" name="conditionEdit" > |
|
137 <property name="toolTip" > |
|
138 <string>Enter the expression for the watch expression</string> |
|
139 </property> |
|
140 </widget> |
|
141 </item> |
|
142 </layout> |
|
143 </widget> |
|
144 </item> |
|
145 </layout> |
|
146 </widget> |
|
147 <layoutdefault spacing="6" margin="6" /> |
|
148 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
149 <tabstops> |
|
150 <tabstop>conditionButton</tabstop> |
|
151 <tabstop>conditionEdit</tabstop> |
|
152 <tabstop>specialButton</tabstop> |
|
153 <tabstop>specialEdit</tabstop> |
|
154 <tabstop>specialCombo</tabstop> |
|
155 <tabstop>ignoreSpinBox</tabstop> |
|
156 <tabstop>temporaryCheckBox</tabstop> |
|
157 <tabstop>enabledCheckBox</tabstop> |
|
158 </tabstops> |
|
159 <resources/> |
|
160 <connections> |
|
161 <connection> |
|
162 <sender>conditionButton</sender> |
|
163 <signal>toggled(bool)</signal> |
|
164 <receiver>conditionEdit</receiver> |
|
165 <slot>setEnabled(bool)</slot> |
|
166 <hints> |
|
167 <hint type="sourcelabel" > |
|
168 <x>63</x> |
|
169 <y>21</y> |
|
170 </hint> |
|
171 <hint type="destinationlabel" > |
|
172 <x>143</x> |
|
173 <y>21</y> |
|
174 </hint> |
|
175 </hints> |
|
176 </connection> |
|
177 <connection> |
|
178 <sender>specialButton</sender> |
|
179 <signal>toggled(bool)</signal> |
|
180 <receiver>specialCombo</receiver> |
|
181 <slot>setEnabled(bool)</slot> |
|
182 <hints> |
|
183 <hint type="sourcelabel" > |
|
184 <x>56</x> |
|
185 <y>45</y> |
|
186 </hint> |
|
187 <hint type="destinationlabel" > |
|
188 <x>123</x> |
|
189 <y>73</y> |
|
190 </hint> |
|
191 </hints> |
|
192 </connection> |
|
193 <connection> |
|
194 <sender>specialButton</sender> |
|
195 <signal>toggled(bool)</signal> |
|
196 <receiver>specialEdit</receiver> |
|
197 <slot>setEnabled(bool)</slot> |
|
198 <hints> |
|
199 <hint type="sourcelabel" > |
|
200 <x>81</x> |
|
201 <y>46</y> |
|
202 </hint> |
|
203 <hint type="destinationlabel" > |
|
204 <x>122</x> |
|
205 <y>47</y> |
|
206 </hint> |
|
207 </hints> |
|
208 </connection> |
|
209 <connection> |
|
210 <sender>buttonBox</sender> |
|
211 <signal>accepted()</signal> |
|
212 <receiver>EditWatchpointDialog</receiver> |
|
213 <slot>accept()</slot> |
|
214 <hints> |
|
215 <hint type="sourcelabel" > |
|
216 <x>16</x> |
|
217 <y>202</y> |
|
218 </hint> |
|
219 <hint type="destinationlabel" > |
|
220 <x>16</x> |
|
221 <y>217</y> |
|
222 </hint> |
|
223 </hints> |
|
224 </connection> |
|
225 <connection> |
|
226 <sender>buttonBox</sender> |
|
227 <signal>rejected()</signal> |
|
228 <receiver>EditWatchpointDialog</receiver> |
|
229 <slot>reject()</slot> |
|
230 <hints> |
|
231 <hint type="sourcelabel" > |
|
232 <x>87</x> |
|
233 <y>203</y> |
|
234 </hint> |
|
235 <hint type="destinationlabel" > |
|
236 <x>87</x> |
|
237 <y>218</y> |
|
238 </hint> |
|
239 </hints> |
|
240 </connection> |
|
241 </connections> |
|
242 </ui> |