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

« back to all changes in this revision

Viewing changes to gui/Pages/StartRestartForm.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>StartRestartForm</class>
3
 
 <widget class="QWidget" name="StartRestartForm" >
4
 
  <property name="geometry" >
 
4
 <widget class="QWidget" name="StartRestartForm">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
8
 
    <width>450</width>
9
 
    <height>236</height>
 
9
    <width>400</width>
 
10
    <height>218</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
13
14
   <string>Form</string>
14
15
  </property>
15
 
  <layout class="QGridLayout" >
16
 
   <item row="0" column="0" >
17
 
    <widget class="QGroupBox" name="groupBox" >
18
 
     <property name="title" >
19
 
      <string>Start/Restart</string>
 
16
  <layout class="QGridLayout">
 
17
   <item row="0" column="0">
 
18
    <widget class="QGroupBox" name="groupBox">
 
19
     <property name="title">
 
20
      <string>Checkpoint/Restart</string>
20
21
     </property>
21
 
     <layout class="QGridLayout" >
22
 
      <item row="0" column="0" >
23
 
       <widget class="QFrame" name="frameRestart" >
24
 
        <property name="minimumSize" >
25
 
         <size>
26
 
          <width>380</width>
27
 
          <height>16</height>
28
 
         </size>
29
 
        </property>
30
 
        <property name="frameShape" >
 
22
     <layout class="QGridLayout">
 
23
      <item row="0" column="0">
 
24
       <layout class="QHBoxLayout" name="horizontalLayout_3">
 
25
        <item>
 
26
         <spacer>
 
27
          <property name="orientation">
 
28
           <enum>Qt::Horizontal</enum>
 
29
          </property>
 
30
          <property name="sizeHint" stdset="0">
 
31
           <size>
 
32
            <width>21</width>
 
33
            <height>21</height>
 
34
           </size>
 
35
          </property>
 
36
         </spacer>
 
37
        </item>
 
38
        <item>
 
39
         <widget class="QLabel" name="label">
 
40
          <property name="toolTip">
 
41
           <string>Code_Saturne key word: ISUITE</string>
 
42
          </property>
 
43
          <property name="text">
 
44
           <string>Calculation restart:</string>
 
45
          </property>
 
46
         </widget>
 
47
        </item>
 
48
        <item>
 
49
         <widget class="QRadioButton" name="radioButtonYes">
 
50
          <property name="toolTip">
 
51
           <string>Code_Saturne key word: ISUITE</string>
 
52
          </property>
 
53
          <property name="text">
 
54
           <string>on</string>
 
55
          </property>
 
56
         </widget>
 
57
        </item>
 
58
        <item>
 
59
         <widget class="QRadioButton" name="radioButtonNo">
 
60
          <property name="toolTip">
 
61
           <string>Code_Saturne key word: ISUITE</string>
 
62
          </property>
 
63
          <property name="text">
 
64
           <string>off</string>
 
65
          </property>
 
66
         </widget>
 
67
        </item>
 
68
        <item>
 
69
         <spacer>
 
70
          <property name="orientation">
 
71
           <enum>Qt::Horizontal</enum>
 
72
          </property>
 
73
          <property name="sizeHint" stdset="0">
 
74
           <size>
 
75
            <width>21</width>
 
76
            <height>21</height>
 
77
           </size>
 
78
          </property>
 
79
         </spacer>
 
80
        </item>
 
81
       </layout>
 
82
      </item>
 
83
      <item row="1" column="0">
 
84
       <widget class="QFrame" name="frameRestart">
 
85
        <property name="frameShape">
31
86
         <enum>QFrame::NoFrame</enum>
32
87
        </property>
33
 
        <property name="frameShadow" >
 
88
        <property name="frameShadow">
34
89
         <enum>QFrame::Raised</enum>
35
90
        </property>
36
 
        <layout class="QGridLayout" >
37
 
         <property name="margin" >
38
 
          <number>0</number>
39
 
         </property>
40
 
         <item row="0" column="0" >
41
 
          <layout class="QHBoxLayout" >
 
91
        <layout class="QVBoxLayout" name="verticalLayout">
 
92
         <item>
 
93
          <widget class="QLabel" name="labelRestartDir">
 
94
           <property name="text">
 
95
            <string>Restart directory</string>
 
96
           </property>
 
97
          </widget>
 
98
         </item>
 
99
         <item>
 
100
          <layout class="QHBoxLayout" name="horizontalLayout_2">
42
101
           <item>
43
 
            <spacer>
44
 
             <property name="orientation" >
 
102
            <spacer name="horizontalSpacer">
 
103
             <property name="orientation">
45
104
              <enum>Qt::Horizontal</enum>
46
105
             </property>
47
 
             <property name="sizeHint" stdset="0" >
 
106
             <property name="sizeHint" stdset="0">
48
107
              <size>
49
 
               <width>21</width>
50
 
               <height>21</height>
 
108
               <width>40</width>
 
109
               <height>20</height>
51
110
              </size>
52
111
             </property>
53
112
            </spacer>
54
113
           </item>
55
114
           <item>
56
 
            <layout class="QGridLayout" >
57
 
             <item row="0" column="0" colspan="2" >
58
 
              <widget class="QLabel" name="label" >
59
 
               <property name="toolTip" >
60
 
                <string>Code_Saturne key word: ISUITE</string>
61
 
               </property>
62
 
               <property name="text" >
63
 
                <string>Calculation restart:</string>
64
 
               </property>
65
 
              </widget>
66
 
             </item>
67
 
             <item row="0" column="2" >
68
 
              <widget class="QRadioButton" name="radioButtonYes" >
69
 
               <property name="toolTip" >
70
 
                <string>Code_Saturne key word: ISUITE</string>
71
 
               </property>
72
 
               <property name="text" >
73
 
                <string>on</string>
74
 
               </property>
75
 
              </widget>
76
 
             </item>
77
 
             <item row="0" column="3" >
78
 
              <widget class="QRadioButton" name="radioButtonNo" >
79
 
               <property name="toolTip" >
80
 
                <string>Code_Saturne key word: ISUITE</string>
81
 
               </property>
82
 
               <property name="text" >
83
 
                <string>off</string>
84
 
               </property>
85
 
              </widget>
86
 
             </item>
87
 
             <item row="0" column="4" >
88
 
              <widget class="QToolButton" name="toolButton" >
89
 
               <property name="toolTip" >
90
 
                <string>Selection of the restart directory and
91
 
creation of the symbolic link in the DATA directory</string>
92
 
               </property>
93
 
               <property name="text" >
94
 
                <string>...</string>
95
 
               </property>
96
 
               <property name="icon" >
97
 
                <iconset resource="resources_pages.qrc" >
98
 
                 <normaloff>:/new/prefix1/icons/22x22/document-open.png</normaloff>:/new/prefix1/icons/22x22/document-open.png</iconset>
99
 
               </property>
100
 
               <property name="iconSize" >
101
 
                <size>
102
 
                 <width>22</width>
103
 
                 <height>22</height>
104
 
                </size>
105
 
               </property>
106
 
              </widget>
107
 
             </item>
108
 
             <item row="1" column="0" >
109
 
              <widget class="QLabel" name="labelDir1" >
110
 
               <property name="text" >
111
 
                <string>RESTART:</string>
112
 
               </property>
113
 
              </widget>
114
 
             </item>
115
 
             <item row="1" column="1" colspan="3" >
116
 
              <widget class="QLabel" name="labelDir2" >
117
 
               <property name="text" >
118
 
                <string/>
119
 
               </property>
120
 
              </widget>
121
 
             </item>
122
 
            </layout>
123
 
           </item>
124
 
           <item>
125
 
            <spacer>
126
 
             <property name="orientation" >
 
115
            <widget class="QLineEdit" name="lineEdit">
 
116
             <property name="sizePolicy">
 
117
              <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
118
               <horstretch>0</horstretch>
 
119
               <verstretch>0</verstretch>
 
120
              </sizepolicy>
 
121
             </property>
 
122
             <property name="minimumSize">
 
123
              <size>
 
124
               <width>320</width>
 
125
               <height>0</height>
 
126
              </size>
 
127
             </property>
 
128
            </widget>
 
129
           </item>
 
130
           <item>
 
131
            <widget class="QToolButton" name="toolButton">
 
132
             <property name="toolTip">
 
133
              <string>Selection of the restart directory</string>
 
134
             </property>
 
135
             <property name="text">
 
136
              <string>...</string>
 
137
             </property>
 
138
             <property name="icon">
 
139
              <iconset resource="resources_pages.qrc">
 
140
               <normaloff>:/new/prefix1/icons/22x22/document-open.png</normaloff>:/new/prefix1/icons/22x22/document-open.png</iconset>
 
141
             </property>
 
142
             <property name="iconSize">
 
143
              <size>
 
144
               <width>22</width>
 
145
               <height>22</height>
 
146
              </size>
 
147
             </property>
 
148
            </widget>
 
149
           </item>
 
150
           <item>
 
151
            <spacer name="horizontalSpacer_2">
 
152
             <property name="orientation">
127
153
              <enum>Qt::Horizontal</enum>
128
154
             </property>
129
 
             <property name="sizeHint" stdset="0" >
 
155
             <property name="sizeHint" stdset="0">
130
156
              <size>
131
 
               <width>80</width>
132
 
               <height>25</height>
 
157
               <width>40</width>
 
158
               <height>20</height>
133
159
              </size>
134
160
             </property>
135
161
            </spacer>
136
162
           </item>
137
163
          </layout>
138
164
         </item>
139
 
        </layout>
140
 
       </widget>
141
 
      </item>
142
 
      <item row="1" column="0" >
143
 
       <widget class="Line" name="line" >
144
 
        <property name="orientation" >
145
 
         <enum>Qt::Horizontal</enum>
146
 
        </property>
147
 
       </widget>
148
 
      </item>
149
 
      <item row="2" column="0" >
150
 
       <widget class="QFrame" name="frameFrozen" >
151
 
        <property name="minimumSize" >
152
 
         <size>
153
 
          <width>380</width>
154
 
          <height>16</height>
155
 
         </size>
156
 
        </property>
157
 
        <property name="frameShape" >
158
 
         <enum>QFrame::NoFrame</enum>
159
 
        </property>
160
 
        <property name="frameShadow" >
161
 
         <enum>QFrame::Raised</enum>
162
 
        </property>
163
 
        <layout class="QGridLayout" >
164
 
         <property name="margin" >
165
 
          <number>0</number>
166
 
         </property>
167
 
         <item row="0" column="0" >
168
 
          <layout class="QHBoxLayout" >
 
165
         <item>
 
166
          <widget class="Line" name="line">
 
167
           <property name="orientation">
 
168
            <enum>Qt::Horizontal</enum>
 
169
           </property>
 
170
          </widget>
 
171
         </item>
 
172
         <item>
 
173
          <layout class="QHBoxLayout">
169
174
           <item>
170
175
            <spacer>
171
 
             <property name="orientation" >
 
176
             <property name="orientation">
172
177
              <enum>Qt::Horizontal</enum>
173
178
             </property>
174
 
             <property name="sizeHint" stdset="0" >
 
179
             <property name="sizeHint" stdset="0">
175
180
              <size>
176
181
               <width>20</width>
177
182
               <height>20</height>
180
185
            </spacer>
181
186
           </item>
182
187
           <item>
183
 
            <widget class="QLabel" name="label_2" >
184
 
             <property name="toolTip" >
 
188
            <widget class="QLabel" name="label_2">
 
189
             <property name="toolTip">
185
190
              <string>Code_Saturne key word: ICCVFG</string>
186
191
             </property>
187
 
             <property name="text" >
 
192
             <property name="text">
188
193
              <string>Calculation on frozen velocity and pressure fields</string>
189
194
             </property>
190
195
            </widget>
191
196
           </item>
192
197
           <item>
193
 
            <widget class="QCheckBox" name="checkBox" >
194
 
             <property name="text" >
 
198
            <widget class="QCheckBox" name="checkBox">
 
199
             <property name="text">
195
200
              <string/>
196
201
             </property>
197
202
            </widget>
198
203
           </item>
199
204
           <item>
200
205
            <spacer>
201
 
             <property name="orientation" >
 
206
             <property name="orientation">
202
207
              <enum>Qt::Horizontal</enum>
203
208
             </property>
204
 
             <property name="sizeHint" stdset="0" >
 
209
             <property name="sizeHint" stdset="0">
205
210
              <size>
206
211
               <width>16</width>
207
212
               <height>20</height>
214
219
        </layout>
215
220
       </widget>
216
221
      </item>
217
 
      <item row="3" column="0" >
218
 
       <widget class="Line" name="lineICCVFG" >
219
 
        <property name="orientation" >
 
222
      <item row="3" column="0">
 
223
       <widget class="Line" name="lineICCVFG">
 
224
        <property name="orientation">
220
225
         <enum>Qt::Horizontal</enum>
221
226
        </property>
222
227
       </widget>
223
228
      </item>
224
 
      <item row="4" column="0" >
225
 
       <widget class="QFrame" name="frameAdvanced" >
226
 
        <property name="minimumSize" >
227
 
         <size>
228
 
          <width>380</width>
229
 
          <height>16</height>
230
 
         </size>
231
 
        </property>
232
 
        <property name="frameShape" >
233
 
         <enum>QFrame::NoFrame</enum>
234
 
        </property>
235
 
        <property name="frameShadow" >
236
 
         <enum>QFrame::Raised</enum>
237
 
        </property>
238
 
        <layout class="QGridLayout" >
239
 
         <property name="margin" >
240
 
          <number>0</number>
241
 
         </property>
242
 
         <item row="0" column="0" >
243
 
          <layout class="QHBoxLayout" >
244
 
           <item>
245
 
            <spacer>
246
 
             <property name="orientation" >
247
 
              <enum>Qt::Horizontal</enum>
248
 
             </property>
249
 
             <property name="sizeHint" stdset="0" >
250
 
              <size>
251
 
               <width>20</width>
252
 
               <height>20</height>
253
 
              </size>
254
 
             </property>
255
 
            </spacer>
256
 
           </item>
257
 
           <item>
258
 
            <widget class="QLabel" name="label_3" >
259
 
             <property name="text" >
260
 
              <string>Advanced options</string>
261
 
             </property>
262
 
            </widget>
263
 
           </item>
264
 
           <item>
265
 
            <widget class="QToolButton" name="toolButtonAdvanced" >
266
 
             <property name="text" >
267
 
              <string>...</string>
268
 
             </property>
269
 
             <property name="icon" >
270
 
              <iconset resource="resources_pages.qrc" >
271
 
               <normaloff>:/new/prefix1/icons/22x22/preferences-system.png</normaloff>:/new/prefix1/icons/22x22/preferences-system.png</iconset>
272
 
             </property>
273
 
             <property name="iconSize" >
274
 
              <size>
275
 
               <width>22</width>
276
 
               <height>22</height>
277
 
              </size>
278
 
             </property>
279
 
             <property name="shortcut" >
280
 
              <string>Ctrl+S</string>
281
 
             </property>
282
 
            </widget>
283
 
           </item>
284
 
           <item>
285
 
            <spacer>
286
 
             <property name="orientation" >
287
 
              <enum>Qt::Horizontal</enum>
288
 
             </property>
289
 
             <property name="sizeHint" stdset="0" >
290
 
              <size>
291
 
               <width>16</width>
292
 
               <height>16</height>
293
 
              </size>
294
 
             </property>
295
 
            </spacer>
296
 
           </item>
297
 
          </layout>
298
 
         </item>
299
 
        </layout>
300
 
       </widget>
 
229
      <item row="4" column="0">
 
230
       <layout class="QHBoxLayout">
 
231
        <item>
 
232
         <spacer>
 
233
          <property name="orientation">
 
234
           <enum>Qt::Horizontal</enum>
 
235
          </property>
 
236
          <property name="sizeHint" stdset="0">
 
237
           <size>
 
238
            <width>20</width>
 
239
            <height>20</height>
 
240
           </size>
 
241
          </property>
 
242
         </spacer>
 
243
        </item>
 
244
        <item>
 
245
         <widget class="QLabel" name="label_3">
 
246
          <property name="text">
 
247
           <string>Advanced options</string>
 
248
          </property>
 
249
         </widget>
 
250
        </item>
 
251
        <item>
 
252
         <widget class="QToolButton" name="toolButtonAdvanced">
 
253
          <property name="text">
 
254
           <string>...</string>
 
255
          </property>
 
256
          <property name="icon">
 
257
           <iconset resource="resources_pages.qrc">
 
258
            <normaloff>:/new/prefix1/icons/22x22/preferences-system.png</normaloff>:/new/prefix1/icons/22x22/preferences-system.png</iconset>
 
259
          </property>
 
260
          <property name="iconSize">
 
261
           <size>
 
262
            <width>22</width>
 
263
            <height>22</height>
 
264
           </size>
 
265
          </property>
 
266
          <property name="shortcut">
 
267
           <string>Ctrl+S</string>
 
268
          </property>
 
269
         </widget>
 
270
        </item>
 
271
        <item>
 
272
         <spacer>
 
273
          <property name="orientation">
 
274
           <enum>Qt::Horizontal</enum>
 
275
          </property>
 
276
          <property name="sizeHint" stdset="0">
 
277
           <size>
 
278
            <width>16</width>
 
279
            <height>16</height>
 
280
           </size>
 
281
          </property>
 
282
         </spacer>
 
283
        </item>
 
284
       </layout>
301
285
      </item>
302
286
     </layout>
303
287
    </widget>
304
288
   </item>
305
 
   <item row="1" column="0" >
 
289
   <item row="3" column="0">
306
290
    <spacer>
307
 
     <property name="orientation" >
 
291
     <property name="orientation">
308
292
      <enum>Qt::Vertical</enum>
309
293
     </property>
310
 
     <property name="sizeHint" stdset="0" >
 
294
     <property name="sizeType">
 
295
      <enum>QSizePolicy::Expanding</enum>
 
296
     </property>
 
297
     <property name="sizeHint" stdset="0">
311
298
      <size>
312
299
       <width>16</width>
313
300
       <height>16</height>
318
305
  </layout>
319
306
 </widget>
320
307
 <resources>
321
 
  <include location="resources_pages.qrc" />
 
308
  <include location="resources_pages.qrc"/>
322
309
 </resources>
323
310
 <connections>
324
311
  <connection>
325
312
   <sender>radioButtonYes</sender>
326
313
   <signal>toggled(bool)</signal>
327
 
   <receiver>frameFrozen</receiver>
328
 
   <slot>show()</slot>
329
 
   <hints>
330
 
    <hint type="sourcelabel" >
331
 
     <x>318</x>
332
 
     <y>121</y>
333
 
    </hint>
334
 
    <hint type="destinationlabel" >
335
 
     <x>78</x>
336
 
     <y>270</y>
337
 
    </hint>
338
 
   </hints>
339
 
  </connection>
340
 
  <connection>
341
 
   <sender>radioButtonNo</sender>
342
 
   <signal>toggled(bool)</signal>
343
 
   <receiver>frameFrozen</receiver>
344
 
   <slot>hide()</slot>
345
 
   <hints>
346
 
    <hint type="sourcelabel" >
347
 
     <x>365</x>
348
 
     <y>121</y>
349
 
    </hint>
350
 
    <hint type="destinationlabel" >
351
 
     <x>478</x>
352
 
     <y>307</y>
353
 
    </hint>
354
 
   </hints>
355
 
  </connection>
356
 
  <connection>
357
 
   <sender>radioButtonNo</sender>
358
 
   <signal>toggled(bool)</signal>
359
 
   <receiver>toolButton</receiver>
360
 
   <slot>setDisabled(bool)</slot>
361
 
   <hints>
362
 
    <hint type="sourcelabel" >
363
 
     <x>365</x>
364
 
     <y>121</y>
365
 
    </hint>
366
 
    <hint type="destinationlabel" >
367
 
     <x>397</x>
368
 
     <y>122</y>
369
 
    </hint>
370
 
   </hints>
371
 
  </connection>
372
 
  <connection>
373
 
   <sender>radioButtonYes</sender>
374
 
   <signal>toggled(bool)</signal>
375
 
   <receiver>toolButton</receiver>
376
 
   <slot>setEnabled(bool)</slot>
377
 
   <hints>
378
 
    <hint type="sourcelabel" >
379
 
     <x>318</x>
380
 
     <y>121</y>
381
 
    </hint>
382
 
    <hint type="destinationlabel" >
383
 
     <x>397</x>
384
 
     <y>122</y>
385
 
    </hint>
386
 
   </hints>
387
 
  </connection>
388
 
  <connection>
389
 
   <sender>radioButtonYes</sender>
390
 
   <signal>toggled(bool)</signal>
391
314
   <receiver>lineICCVFG</receiver>
392
315
   <slot>show()</slot>
393
316
   <hints>
394
 
    <hint type="sourcelabel" >
 
317
    <hint type="sourcelabel">
395
318
     <x>244</x>
396
319
     <y>46</y>
397
320
    </hint>
398
 
    <hint type="destinationlabel" >
 
321
    <hint type="destinationlabel">
399
322
     <x>224</x>
400
323
     <y>129</y>
401
324
    </hint>
407
330
   <receiver>lineICCVFG</receiver>
408
331
   <slot>hide()</slot>
409
332
   <hints>
410
 
    <hint type="sourcelabel" >
 
333
    <hint type="sourcelabel">
411
334
     <x>286</x>
412
335
     <y>46</y>
413
336
    </hint>
414
 
    <hint type="destinationlabel" >
 
337
    <hint type="destinationlabel">
415
338
     <x>224</x>
416
339
     <y>129</y>
417
340
    </hint>