~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Debugger/EditWatchpointDialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

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