~ubuntu-branches/ubuntu/precise/code-saturne/precise

« back to all changes in this revision

Viewing changes to gui/Pages/BatchRunningAdvancedOptionsDialogForm.ui

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2011-11-24 00:00:08 UTC
  • mfrom: (6.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20111124000008-2vo99e38267942q5
Tags: 2.1.0-3
Install a missing file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
2
3
 <class>BatchRunningAdvancedOptionsDialogForm</class>
3
 
 <widget class="QDialog" name="BatchRunningAdvancedOptionsDialogForm" >
4
 
  <property name="geometry" >
 
4
 <widget class="QDialog" name="BatchRunningAdvancedOptionsDialogForm">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
8
 
    <width>755</width>
9
 
    <height>486</height>
 
9
    <width>461</width>
 
10
    <height>335</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
13
14
   <string>Dialog</string>
14
15
  </property>
15
 
  <layout class="QGridLayout" name="gridLayout_2" >
16
 
   <item rowspan="5" row="0" column="0" >
17
 
    <spacer name="horizontalSpacer_8" >
18
 
     <property name="orientation" >
 
16
  <layout class="QGridLayout" name="gridLayout_2">
 
17
   <item row="0" column="0" rowspan="5">
 
18
    <spacer name="horizontalSpacer_8">
 
19
     <property name="orientation">
19
20
      <enum>Qt::Horizontal</enum>
20
21
     </property>
21
 
     <property name="sizeHint" stdset="0" >
 
22
     <property name="sizeHint" stdset="0">
22
23
      <size>
23
24
       <width>7</width>
24
25
       <height>20</height>
26
27
     </property>
27
28
    </spacer>
28
29
   </item>
29
 
   <item row="0" column="1" >
30
 
    <layout class="QGridLayout" name="gridLayout" >
31
 
     <item row="0" column="0" >
32
 
      <widget class="QLabel" name="label" >
33
 
       <property name="text" >
 
30
   <item row="0" column="1">
 
31
    <layout class="QGridLayout" name="gridLayout">
 
32
     <item row="0" column="0">
 
33
      <widget class="QLabel" name="label">
 
34
       <property name="text">
34
35
        <string>Prefix of temporary execution
35
 
directory (CS_TMP_PREFIX)</string>
 
36
 directory (SCRATCHDIR)</string>
36
37
       </property>
37
38
      </widget>
38
39
     </item>
39
 
     <item row="0" column="1" >
40
 
      <widget class="QComboBox" name="comboBoxCSTMPPREFIX" />
41
 
     </item>
42
 
     <item row="0" column="2" >
43
 
      <widget class="QLineEdit" name="lineEdit" />
44
 
     </item>
45
 
     <item row="0" column="3" >
46
 
      <widget class="QToolButton" name="toolButton" >
47
 
       <property name="text" >
 
40
     <item row="0" column="1">
 
41
      <widget class="QComboBox" name="comboBoxSCRATCHDIR"/>
 
42
     </item>
 
43
     <item row="0" column="2">
 
44
      <widget class="QLineEdit" name="lineEdit"/>
 
45
     </item>
 
46
     <item row="0" column="3">
 
47
      <widget class="QToolButton" name="toolButton">
 
48
       <property name="text">
48
49
        <string>...</string>
49
50
       </property>
50
51
      </widget>
51
52
     </item>
52
 
     <item row="1" column="0" >
53
 
      <widget class="QLabel" name="label_2" >
54
 
       <property name="text" >
55
 
        <string>Pre-processing (EXEC_PREPROCESS)</string>
56
 
       </property>
57
 
      </widget>
58
 
     </item>
59
 
     <item row="1" column="1" colspan="3" >
60
 
      <widget class="QComboBox" name="comboBox" />
61
 
     </item>
62
 
     <item row="2" column="0" >
63
 
      <widget class="QLabel" name="label_3" >
64
 
       <property name="text" >
65
 
        <string>Partitioning (EXEC_PARTITION)</string>
66
 
       </property>
67
 
      </widget>
68
 
     </item>
69
 
     <item row="2" column="1" colspan="3" >
70
 
      <widget class="QComboBox" name="comboBox_2" >
71
 
       <property name="sizePolicy" >
72
 
        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
73
 
         <horstretch>0</horstretch>
74
 
         <verstretch>0</verstretch>
75
 
        </sizepolicy>
76
 
       </property>
77
 
       <property name="minimumSize" >
78
 
        <size>
79
 
         <width>490</width>
80
 
         <height>40</height>
81
 
        </size>
82
 
       </property>
83
 
      </widget>
84
 
     </item>
85
 
     <item row="3" column="0" >
86
 
      <widget class="QLabel" name="label_4" >
87
 
       <property name="text" >
88
 
        <string>Calculation (EXEC_KERNEL)</string>
89
 
       </property>
90
 
      </widget>
91
 
     </item>
92
 
     <item row="3" column="1" colspan="3" >
93
 
      <widget class="QComboBox" name="comboBox_3" />
94
 
     </item>
95
 
     <item row="4" column="0" >
96
 
      <widget class="QLabel" name="label_5" >
97
 
       <property name="text" >
 
53
     <item row="1" column="0">
 
54
      <widget class="QLabel" name="label_3">
 
55
       <property name="text">
 
56
        <string>Partitioning algorithm</string>
 
57
       </property>
 
58
      </widget>
 
59
     </item>
 
60
     <item row="1" column="1" colspan="3">
 
61
      <widget class="QComboBox" name="comboBox_2"/>
 
62
     </item>
 
63
     <item row="2" column="0">
 
64
      <widget class="QLabel" name="label_5">
 
65
       <property name="text">
98
66
        <string>List of partitionings for use by later
99
 
 calculation (PARTITION_LIST)</string>
100
 
       </property>
101
 
      </widget>
102
 
     </item>
103
 
     <item row="4" column="1" colspan="3" >
104
 
      <widget class="QLineEdit" name="lineEdit_2" />
105
 
     </item>
106
 
     <item row="5" column="0" >
107
 
      <widget class="QLabel" name="label_7" >
108
 
       <property name="text" >
109
 
        <string>valgrind (VALGRIND)</string>
110
 
       </property>
111
 
      </widget>
112
 
     </item>
113
 
     <item row="5" column="1" colspan="2" >
114
 
      <widget class="QLineEdit" name="lineEdit_3" />
115
 
     </item>
116
 
     <item row="5" column="3" >
117
 
      <widget class="QToolButton" name="toolButton_2" >
118
 
       <property name="text" >
 
67
calculation</string>
 
68
       </property>
 
69
      </widget>
 
70
     </item>
 
71
     <item row="2" column="1" colspan="3">
 
72
      <widget class="QLineEdit" name="lineEdit_2"/>
 
73
     </item>
 
74
     <item row="3" column="0">
 
75
      <widget class="QLabel" name="label_7">
 
76
       <property name="text">
 
77
        <string>Valgrind</string>
 
78
       </property>
 
79
      </widget>
 
80
     </item>
 
81
     <item row="3" column="1" colspan="2">
 
82
      <widget class="QLineEdit" name="lineEdit_3"/>
 
83
     </item>
 
84
     <item row="3" column="3">
 
85
      <widget class="QToolButton" name="toolButton_2">
 
86
       <property name="text">
119
87
        <string>...</string>
120
88
       </property>
121
89
      </widget>
122
90
     </item>
123
 
     <item row="6" column="0" >
124
 
      <widget class="QLabel" name="label_8" >
125
 
       <property name="text" >
126
 
        <string>List of external libraries
127
 
 for link (CS_LIB_ADD)</string>
128
 
       </property>
129
 
      </widget>
130
 
     </item>
131
 
     <item row="6" column="1" colspan="3" >
132
 
      <widget class="QLineEdit" name="lineEdit_4" />
133
 
     </item>
134
 
     <item row="7" column="0" >
135
 
      <widget class="QLabel" name="label_9" >
136
 
       <property name="text" >
137
 
        <string>Elementary test of the mesh 
138
 
 (ARG_CS_VERIF)</string>
139
 
       </property>
140
 
      </widget>
141
 
     </item>
142
 
     <item row="7" column="1" colspan="3" >
143
 
      <widget class="QComboBox" name="comboBox_5" />
144
 
     </item>
145
91
    </layout>
146
92
   </item>
147
 
   <item row="0" column="2" >
148
 
    <spacer name="horizontalSpacer_9" >
149
 
     <property name="orientation" >
 
93
   <item row="0" column="2">
 
94
    <spacer name="horizontalSpacer_9">
 
95
     <property name="orientation">
150
96
      <enum>Qt::Horizontal</enum>
151
97
     </property>
152
 
     <property name="sizeHint" stdset="0" >
 
98
     <property name="sizeHint" stdset="0">
153
99
      <size>
154
100
       <width>3</width>
155
101
       <height>20</height>
157
103
     </property>
158
104
    </spacer>
159
105
   </item>
160
 
   <item row="1" column="1" colspan="2" >
161
 
    <layout class="QHBoxLayout" >
 
106
   <item row="1" column="1" colspan="2">
 
107
    <layout class="QHBoxLayout">
162
108
     <item>
163
109
      <spacer>
164
 
       <property name="orientation" >
 
110
       <property name="orientation">
165
111
        <enum>Qt::Horizontal</enum>
166
112
       </property>
167
 
       <property name="sizeHint" stdset="0" >
 
113
       <property name="sizeHint" stdset="0">
168
114
        <size>
169
115
         <width>20</width>
170
116
         <height>20</height>
173
119
      </spacer>
174
120
     </item>
175
121
     <item>
176
 
      <widget class="QGroupBox" name="groupBox" >
177
 
       <property name="title" >
178
 
        <string>Output redirection management (ARG_CS_OUTPUT)</string>
 
122
      <widget class="QGroupBox" name="groupBox">
 
123
       <property name="title">
 
124
        <string>Output redirection management</string>
179
125
       </property>
180
 
       <layout class="QGridLayout" >
181
 
        <item row="0" column="0" >
182
 
         <layout class="QHBoxLayout" >
 
126
       <layout class="QGridLayout">
 
127
        <item row="0" column="0">
 
128
         <layout class="QHBoxLayout">
183
129
          <item>
184
130
           <spacer>
185
 
            <property name="orientation" >
 
131
            <property name="orientation">
186
132
             <enum>Qt::Horizontal</enum>
187
133
            </property>
188
 
            <property name="sizeHint" stdset="0" >
 
134
            <property name="sizeHint" stdset="0">
189
135
             <size>
190
136
              <width>20</width>
191
137
              <height>20</height>
194
140
           </spacer>
195
141
          </item>
196
142
          <item>
197
 
           <layout class="QGridLayout" >
198
 
            <item row="0" column="0" >
199
 
             <widget class="QLabel" name="label_10" >
200
 
              <property name="text" >
201
 
               <string>Redirection for single processor job or for 
202
 
 processor rank 0 of multi-processors job (--log)</string>
203
 
              </property>
204
 
             </widget>
205
 
            </item>
206
 
            <item row="0" column="1" >
207
 
             <spacer>
208
 
              <property name="orientation" >
209
 
               <enum>Qt::Horizontal</enum>
210
 
              </property>
211
 
              <property name="sizeHint" stdset="0" >
212
 
               <size>
213
 
                <width>20</width>
214
 
                <height>20</height>
215
 
               </size>
216
 
              </property>
217
 
             </spacer>
218
 
            </item>
219
 
            <item row="0" column="2" >
220
 
             <widget class="QComboBox" name="comboBox_6" />
221
 
            </item>
222
 
            <item row="1" column="0" >
223
 
             <widget class="QLabel" name="label_11" >
224
 
              <property name="text" >
225
 
               <string>Redirection for processors from rank 1 to N-&amp; 
226
 
 of multi-processors job (--logp)</string>
227
 
              </property>
228
 
             </widget>
229
 
            </item>
230
 
            <item row="1" column="1" >
231
 
             <spacer>
232
 
              <property name="orientation" >
233
 
               <enum>Qt::Horizontal</enum>
234
 
              </property>
235
 
              <property name="sizeHint" stdset="0" >
236
 
               <size>
237
 
                <width>20</width>
238
 
                <height>20</height>
239
 
               </size>
240
 
              </property>
241
 
             </spacer>
242
 
            </item>
243
 
            <item row="1" column="2" >
244
 
             <widget class="QComboBox" name="comboBox_7" />
 
143
           <layout class="QGridLayout">
 
144
            <item row="0" column="0">
 
145
             <widget class="QLabel" name="label_10">
 
146
              <property name="text">
 
147
               <string>Redirection for serial job or for 
 
148
 process rank 0 of parallel job (--log)</string>
 
149
              </property>
 
150
             </widget>
 
151
            </item>
 
152
            <item row="0" column="1">
 
153
             <spacer>
 
154
              <property name="orientation">
 
155
               <enum>Qt::Horizontal</enum>
 
156
              </property>
 
157
              <property name="sizeHint" stdset="0">
 
158
               <size>
 
159
                <width>20</width>
 
160
                <height>20</height>
 
161
               </size>
 
162
              </property>
 
163
             </spacer>
 
164
            </item>
 
165
            <item row="0" column="2">
 
166
             <widget class="QComboBox" name="comboBox_6"/>
 
167
            </item>
 
168
            <item row="1" column="0">
 
169
             <widget class="QLabel" name="label_11">
 
170
              <property name="text">
 
171
               <string>Redirection for processes from rank 1 to p
 
172
 of parallel job (--logp)</string>
 
173
              </property>
 
174
             </widget>
 
175
            </item>
 
176
            <item row="1" column="1">
 
177
             <spacer>
 
178
              <property name="orientation">
 
179
               <enum>Qt::Horizontal</enum>
 
180
              </property>
 
181
              <property name="sizeHint" stdset="0">
 
182
               <size>
 
183
                <width>20</width>
 
184
                <height>20</height>
 
185
               </size>
 
186
              </property>
 
187
             </spacer>
 
188
            </item>
 
189
            <item row="1" column="2">
 
190
             <widget class="QComboBox" name="comboBox_7"/>
245
191
            </item>
246
192
           </layout>
247
193
          </item>
248
194
          <item>
249
195
           <spacer>
250
 
            <property name="orientation" >
 
196
            <property name="orientation">
251
197
             <enum>Qt::Horizontal</enum>
252
198
            </property>
253
 
            <property name="sizeHint" stdset="0" >
 
199
            <property name="sizeHint" stdset="0">
254
200
             <size>
255
201
              <width>16</width>
256
202
              <height>20</height>
265
211
     </item>
266
212
     <item>
267
213
      <spacer>
268
 
       <property name="orientation" >
 
214
       <property name="orientation">
269
215
        <enum>Qt::Horizontal</enum>
270
216
       </property>
271
 
       <property name="sizeHint" stdset="0" >
 
217
       <property name="sizeHint" stdset="0">
272
218
        <size>
273
219
         <width>16</width>
274
220
         <height>16</height>
278
224
     </item>
279
225
    </layout>
280
226
   </item>
281
 
   <item row="3" column="1" colspan="2" >
282
 
    <layout class="QHBoxLayout" >
 
227
   <item row="3" column="1" colspan="2">
 
228
    <layout class="QHBoxLayout">
283
229
     <item>
284
230
      <spacer>
285
 
       <property name="orientation" >
 
231
       <property name="orientation">
286
232
        <enum>Qt::Horizontal</enum>
287
233
       </property>
288
 
       <property name="sizeHint" stdset="0" >
 
234
       <property name="sizeHint" stdset="0">
289
235
        <size>
290
236
         <width>20</width>
291
237
         <height>20</height>
294
240
      </spacer>
295
241
     </item>
296
242
     <item>
297
 
      <widget class="QDialogButtonBox" name="buttonBox" >
298
 
       <property name="layoutDirection" >
 
243
      <widget class="QDialogButtonBox" name="buttonBox">
 
244
       <property name="layoutDirection">
299
245
        <enum>Qt::LeftToRight</enum>
300
246
       </property>
301
 
       <property name="orientation" >
 
247
       <property name="orientation">
302
248
        <enum>Qt::Horizontal</enum>
303
249
       </property>
304
 
       <property name="standardButtons" >
 
250
       <property name="standardButtons">
305
251
        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
306
252
       </property>
307
 
       <property name="centerButtons" >
 
253
       <property name="centerButtons">
308
254
        <bool>true</bool>
309
255
       </property>
310
256
      </widget>
311
257
     </item>
312
258
     <item>
313
259
      <spacer>
314
 
       <property name="orientation" >
 
260
       <property name="orientation">
315
261
        <enum>Qt::Horizontal</enum>
316
262
       </property>
317
 
       <property name="sizeHint" stdset="0" >
 
263
       <property name="sizeHint" stdset="0">
318
264
        <size>
319
265
         <width>16</width>
320
266
         <height>16</height>
324
270
     </item>
325
271
    </layout>
326
272
   </item>
327
 
   <item row="5" column="1" >
 
273
   <item row="5" column="1">
328
274
    <spacer>
329
 
     <property name="orientation" >
 
275
     <property name="orientation">
330
276
      <enum>Qt::Vertical</enum>
331
277
     </property>
332
 
     <property name="sizeHint" stdset="0" >
 
278
     <property name="sizeHint" stdset="0">
333
279
      <size>
334
280
       <width>17</width>
335
281
       <height>13</height>
347
293
   <receiver>BatchRunningAdvancedOptionsDialogForm</receiver>
348
294
   <slot>accept()</slot>
349
295
   <hints>
350
 
    <hint type="sourcelabel" >
 
296
    <hint type="sourcelabel">
351
297
     <x>248</x>
352
298
     <y>254</y>
353
299
    </hint>
354
 
    <hint type="destinationlabel" >
 
300
    <hint type="destinationlabel">
355
301
     <x>157</x>
356
302
     <y>274</y>
357
303
    </hint>
363
309
   <receiver>BatchRunningAdvancedOptionsDialogForm</receiver>
364
310
   <slot>reject()</slot>
365
311
   <hints>
366
 
    <hint type="sourcelabel" >
 
312
    <hint type="sourcelabel">
367
313
     <x>316</x>
368
314
     <y>260</y>
369
315
    </hint>
370
 
    <hint type="destinationlabel" >
 
316
    <hint type="destinationlabel">
371
317
     <x>286</x>
372
318
     <y>274</y>
373
319
    </hint>