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

« back to all changes in this revision

Viewing changes to eric/Preferences/ToolConfigurationDialog.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>ToolConfigurationDialog</class>
 
3
 <widget class="QDialog" name="ToolConfigurationDialog" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>591</width>
 
9
    <height>487</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Configure Tools Menu</string>
 
14
  </property>
 
15
  <property name="sizeGripEnabled" >
 
16
   <bool>true</bool>
 
17
  </property>
 
18
  <layout class="QVBoxLayout" >
 
19
   <property name="margin" >
 
20
    <number>6</number>
 
21
   </property>
 
22
   <property name="spacing" >
 
23
    <number>6</number>
 
24
   </property>
 
25
   <item>
 
26
    <layout class="QGridLayout" >
 
27
     <property name="margin" >
 
28
      <number>0</number>
 
29
     </property>
 
30
     <property name="spacing" >
 
31
      <number>6</number>
 
32
     </property>
 
33
     <item row="7" column="3" >
 
34
      <widget class="QPushButton" name="separatorButton" >
 
35
       <property name="toolTip" >
 
36
        <string>Add a separator</string>
 
37
       </property>
 
38
       <property name="whatsThis" >
 
39
        <string>&lt;b>Add separator&lt;/b>&lt;p>Add a separator for the menu.&lt;/p></string>
 
40
       </property>
 
41
       <property name="text" >
 
42
        <string>Add &amp;Separator</string>
 
43
       </property>
 
44
      </widget>
 
45
     </item>
 
46
     <item row="1" column="3" >
 
47
      <widget class="QPushButton" name="addButton" >
 
48
       <property name="toolTip" >
 
49
        <string>Add a new tools entry</string>
 
50
       </property>
 
51
       <property name="whatsThis" >
 
52
        <string>&lt;b>Add&lt;/b>
 
53
&lt;p>Add a new tools entry with the values entered below.&lt;/p></string>
 
54
       </property>
 
55
       <property name="text" >
 
56
        <string>&amp;Add</string>
 
57
       </property>
 
58
       <property name="shortcut" >
 
59
        <string>Alt+A</string>
 
60
       </property>
 
61
      </widget>
 
62
     </item>
 
63
     <item rowspan="9" row="0" column="0" colspan="3" >
 
64
      <widget class="QListWidget" name="toolsList" />
 
65
     </item>
 
66
     <item row="13" column="1" colspan="2" >
 
67
      <widget class="QComboBox" name="redirectCombo" >
 
68
       <property name="toolTip" >
 
69
        <string>Select the output redirection mode</string>
 
70
       </property>
 
71
       <property name="whatsThis" >
 
72
        <string>&lt;b>Redirect output&lt;b>&lt;p>Select the output redirection mode. The standard error channel is either not redirected or shown in the log viewer.&lt;/p></string>
 
73
       </property>
 
74
      </widget>
 
75
     </item>
 
76
     <item row="12" column="1" >
 
77
      <widget class="QLineEdit" name="argumentsEdit" >
 
78
       <property name="toolTip" >
 
79
        <string>Enter the arguments for the executable</string>
 
80
       </property>
 
81
       <property name="whatsThis" >
 
82
        <string>&lt;b>Arguments&lt;/b>
 
83
&lt;p>Enter the arguments for the executable.&lt;/p></string>
 
84
       </property>
 
85
      </widget>
 
86
     </item>
 
87
     <item row="4" column="3" >
 
88
      <widget class="QPushButton" name="upButton" >
 
89
       <property name="enabled" >
 
90
        <bool>false</bool>
 
91
       </property>
 
92
       <property name="toolTip" >
 
93
        <string>Move up</string>
 
94
       </property>
 
95
       <property name="whatsThis" >
 
96
        <string>&lt;b>Move Up&lt;/b>
 
97
&lt;p>Move the selected entry up.&lt;/p></string>
 
98
       </property>
 
99
       <property name="text" >
 
100
        <string>&amp;Up</string>
 
101
       </property>
 
102
       <property name="shortcut" >
 
103
        <string>Alt+U</string>
 
104
       </property>
 
105
      </widget>
 
106
     </item>
 
107
     <item row="3" column="3" >
 
108
      <widget class="QPushButton" name="deleteButton" >
 
109
       <property name="enabled" >
 
110
        <bool>false</bool>
 
111
       </property>
 
112
       <property name="toolTip" >
 
113
        <string>Delete the selected entry</string>
 
114
       </property>
 
115
       <property name="whatsThis" >
 
116
        <string>&lt;b>Delete&lt;/b>
 
117
&lt;p>Delete the selected entry.&lt;/p></string>
 
118
       </property>
 
119
       <property name="text" >
 
120
        <string>&amp;Delete</string>
 
121
       </property>
 
122
       <property name="shortcut" >
 
123
        <string>Alt+D</string>
 
124
       </property>
 
125
      </widget>
 
126
     </item>
 
127
     <item row="0" column="3" >
 
128
      <widget class="QPushButton" name="newButton" >
 
129
       <property name="toolTip" >
 
130
        <string>Clear all entry fields</string>
 
131
       </property>
 
132
       <property name="whatsThis" >
 
133
        <string>&lt;b>New&lt;/b>
 
134
&lt;p>Clear all entry fields for entering a new tools entry.&lt;/p></string>
 
135
       </property>
 
136
       <property name="text" >
 
137
        <string>&amp;New</string>
 
138
       </property>
 
139
       <property name="shortcut" >
 
140
        <string>Alt+N</string>
 
141
       </property>
 
142
      </widget>
 
143
     </item>
 
144
     <item row="10" column="2" >
 
145
      <widget class="QPushButton" name="iconButton" >
 
146
       <property name="toolTip" >
 
147
        <string>Select the icon via a file selection dialog</string>
 
148
       </property>
 
149
       <property name="whatsThis" >
 
150
        <string>&lt;b>Icon&lt;/b>
 
151
&lt;p>Select the icon via a file selection dialog.&lt;/p></string>
 
152
       </property>
 
153
       <property name="text" >
 
154
        <string>...</string>
 
155
       </property>
 
156
      </widget>
 
157
     </item>
 
158
     <item row="11" column="1" >
 
159
      <widget class="QLineEdit" name="executableEdit" >
 
160
       <property name="toolTip" >
 
161
        <string>Enter the filename of the executable</string>
 
162
       </property>
 
163
       <property name="whatsThis" >
 
164
        <string>&lt;b>Executable&lt;/b>
 
165
&lt;p>Enter the filename of the executable.&lt;/p></string>
 
166
       </property>
 
167
      </widget>
 
168
     </item>
 
169
     <item row="5" column="3" >
 
170
      <widget class="QPushButton" name="downButton" >
 
171
       <property name="enabled" >
 
172
        <bool>false</bool>
 
173
       </property>
 
174
       <property name="toolTip" >
 
175
        <string>Move down</string>
 
176
       </property>
 
177
       <property name="whatsThis" >
 
178
        <string>&lt;b>Move Down&lt;/b>
 
179
&lt;p>Move the selected entry down.&lt;/p></string>
 
180
       </property>
 
181
       <property name="text" >
 
182
        <string>Do&amp;wn</string>
 
183
       </property>
 
184
       <property name="shortcut" >
 
185
        <string>Alt+W</string>
 
186
       </property>
 
187
      </widget>
 
188
     </item>
 
189
     <item row="8" column="3" >
 
190
      <spacer>
 
191
       <property name="orientation" >
 
192
        <enum>Qt::Vertical</enum>
 
193
       </property>
 
194
       <property name="sizeType" >
 
195
        <enum>QSizePolicy::Expanding</enum>
 
196
       </property>
 
197
       <property name="sizeHint" >
 
198
        <size>
 
199
         <width>105</width>
 
200
         <height>22</height>
 
201
        </size>
 
202
       </property>
 
203
      </spacer>
 
204
     </item>
 
205
     <item row="9" column="1" >
 
206
      <widget class="QLineEdit" name="menuEdit" >
 
207
       <property name="toolTip" >
 
208
        <string>Enter the menu text</string>
 
209
       </property>
 
210
       <property name="whatsThis" >
 
211
        <string>&lt;b>Menu text&lt;/b>
 
212
&lt;p>Enter the menu text. Precede the accelerator key with an &amp; character.&lt;/p></string>
 
213
       </property>
 
214
      </widget>
 
215
     </item>
 
216
     <item row="2" column="3" >
 
217
      <widget class="QPushButton" name="changeButton" >
 
218
       <property name="enabled" >
 
219
        <bool>false</bool>
 
220
       </property>
 
221
       <property name="toolTip" >
 
222
        <string>Change the values of the selected entry</string>
 
223
       </property>
 
224
       <property name="whatsThis" >
 
225
        <string>&lt;b>Change&lt;/b>
 
226
&lt;p>Change the values of the selected entry.&lt;/p></string>
 
227
       </property>
 
228
       <property name="text" >
 
229
        <string>C&amp;hange</string>
 
230
       </property>
 
231
       <property name="shortcut" >
 
232
        <string>Alt+H</string>
 
233
       </property>
 
234
      </widget>
 
235
     </item>
 
236
     <item row="10" column="0" >
 
237
      <widget class="QLabel" name="label" >
 
238
       <property name="text" >
 
239
        <string>&amp;Icon file:</string>
 
240
       </property>
 
241
       <property name="buddy" >
 
242
        <cstring>iconEdit</cstring>
 
243
       </property>
 
244
      </widget>
 
245
     </item>
 
246
     <item row="12" column="0" >
 
247
      <widget class="QLabel" name="TextLabel3" >
 
248
       <property name="text" >
 
249
        <string>Ar&amp;guments:</string>
 
250
       </property>
 
251
       <property name="buddy" >
 
252
        <cstring>argumentsEdit</cstring>
 
253
       </property>
 
254
      </widget>
 
255
     </item>
 
256
     <item row="9" column="0" >
 
257
      <widget class="QLabel" name="TextLabel2" >
 
258
       <property name="text" >
 
259
        <string>&amp;Menu text:</string>
 
260
       </property>
 
261
       <property name="buddy" >
 
262
        <cstring>menuEdit</cstring>
 
263
       </property>
 
264
      </widget>
 
265
     </item>
 
266
     <item row="6" column="3" >
 
267
      <widget class="Line" name="line" >
 
268
       <property name="orientation" >
 
269
        <enum>Qt::Horizontal</enum>
 
270
       </property>
 
271
      </widget>
 
272
     </item>
 
273
     <item row="11" column="2" >
 
274
      <widget class="QPushButton" name="executableButton" >
 
275
       <property name="toolTip" >
 
276
        <string>Select the executable via a file selection dialog</string>
 
277
       </property>
 
278
       <property name="whatsThis" >
 
279
        <string>&lt;b>Executable&lt;/b>
 
280
&lt;p>Select the executable via a file selection dialog.&lt;/p></string>
 
281
       </property>
 
282
       <property name="text" >
 
283
        <string>...</string>
 
284
       </property>
 
285
      </widget>
 
286
     </item>
 
287
     <item row="10" column="1" >
 
288
      <widget class="QLineEdit" name="iconEdit" >
 
289
       <property name="toolTip" >
 
290
        <string>Enter the filename of the icon</string>
 
291
       </property>
 
292
       <property name="whatsThis" >
 
293
        <string>&lt;b>Icon&lt;/b>
 
294
&lt;p>Enter the filename of the icon.&lt;/p></string>
 
295
       </property>
 
296
      </widget>
 
297
     </item>
 
298
     <item row="13" column="0" >
 
299
      <widget class="QLabel" name="label_2" >
 
300
       <property name="text" >
 
301
        <string>&amp;Redirect output</string>
 
302
       </property>
 
303
       <property name="buddy" >
 
304
        <cstring>redirectCombo</cstring>
 
305
       </property>
 
306
      </widget>
 
307
     </item>
 
308
     <item row="11" column="0" >
 
309
      <widget class="QLabel" name="TextLabel1" >
 
310
       <property name="text" >
 
311
        <string>&amp;Executable file:</string>
 
312
       </property>
 
313
       <property name="buddy" >
 
314
        <cstring>executableEdit</cstring>
 
315
       </property>
 
316
      </widget>
 
317
     </item>
 
318
    </layout>
 
319
   </item>
 
320
   <item>
 
321
    <widget class="QDialogButtonBox" name="buttonBox" >
 
322
     <property name="orientation" >
 
323
      <enum>Qt::Horizontal</enum>
 
324
     </property>
 
325
     <property name="standardButtons" >
 
326
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
 
327
     </property>
 
328
    </widget>
 
329
   </item>
 
330
  </layout>
 
331
 </widget>
 
332
 <layoutdefault spacing="6" margin="6" />
 
333
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
334
 <tabstops>
 
335
  <tabstop>toolsList</tabstop>
 
336
  <tabstop>menuEdit</tabstop>
 
337
  <tabstop>iconEdit</tabstop>
 
338
  <tabstop>iconButton</tabstop>
 
339
  <tabstop>executableEdit</tabstop>
 
340
  <tabstop>executableButton</tabstop>
 
341
  <tabstop>argumentsEdit</tabstop>
 
342
  <tabstop>redirectCombo</tabstop>
 
343
  <tabstop>newButton</tabstop>
 
344
  <tabstop>addButton</tabstop>
 
345
  <tabstop>changeButton</tabstop>
 
346
  <tabstop>deleteButton</tabstop>
 
347
  <tabstop>upButton</tabstop>
 
348
  <tabstop>downButton</tabstop>
 
349
  <tabstop>separatorButton</tabstop>
 
350
 </tabstops>
 
351
 <resources/>
 
352
 <connections>
 
353
  <connection>
 
354
   <sender>buttonBox</sender>
 
355
   <signal>accepted()</signal>
 
356
   <receiver>ToolConfigurationDialog</receiver>
 
357
   <slot>accept()</slot>
 
358
   <hints>
 
359
    <hint type="sourcelabel" >
 
360
     <x>62</x>
 
361
     <y>465</y>
 
362
    </hint>
 
363
    <hint type="destinationlabel" >
 
364
     <x>62</x>
 
365
     <y>486</y>
 
366
    </hint>
 
367
   </hints>
 
368
  </connection>
 
369
  <connection>
 
370
   <sender>buttonBox</sender>
 
371
   <signal>rejected()</signal>
 
372
   <receiver>ToolConfigurationDialog</receiver>
 
373
   <slot>reject()</slot>
 
374
   <hints>
 
375
    <hint type="sourcelabel" >
 
376
     <x>177</x>
 
377
     <y>466</y>
 
378
    </hint>
 
379
    <hint type="destinationlabel" >
 
380
     <x>178</x>
 
381
     <y>486</y>
 
382
    </hint>
 
383
   </hints>
 
384
  </connection>
 
385
 </connections>
 
386
</ui>