File: Dyssol.ui

package info (click to toggle)
dyssol 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,184 kB
  • sloc: cpp: 53,870; sh: 85; python: 59; makefile: 11
file content (546 lines) | stat: -rw-r--r-- 15,399 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>DyssolClass</class>
 <widget class="QMainWindow" name="DyssolClass">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>940</width>
    <height>510</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Dyssol</string>
  </property>
  <property name="windowIcon">
   <iconset resource="Resources.qrc">
    <normaloff>:/Icons/WinIcon</normaloff>:/Icons/WinIcon</iconset>
  </property>
  <widget class="QWidget" name="centralWidget">
   <layout class="QHBoxLayout" name="horizontalLayout_11">
    <property name="leftMargin">
     <number>3</number>
    </property>
    <property name="topMargin">
     <number>3</number>
    </property>
    <property name="rightMargin">
     <number>3</number>
    </property>
    <property name="bottomMargin">
     <number>3</number>
    </property>
    <item>
     <widget class="QTabWidget" name="mainTabWidget">
      <property name="enabled">
       <bool>true</bool>
      </property>
      <property name="toolTip">
       <string />
      </property>
      <property name="currentIndex">
       <number>-1</number>
      </property>
     </widget>
    </item>
   </layout>
  </widget>
  <widget class="CQtTooltipMenuBar" name="menuBar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>940</width>
     <height>21</height>
    </rect>
   </property>
   <widget class="QMenu" name="menuFile">
    <property name="toolTip">
     <string>File operations</string>
    </property>
    <property name="whatsThis">
     <string>Standard file operations</string>
    </property>
    <property name="title">
     <string>File</string>
    </property>
    <addaction name="actionNewFlowsheet" />
    <addaction name="actionOpenFlowsheet" />
    <addaction name="actionSaveFlowsheet" />
    <addaction name="actionSaveFlowsheetAs" />
    <addaction name="separator" />
    <addaction name="actionSaveScript" />
    <addaction name="separator" />
    <addaction name="actionExit" />
   </widget>
   <widget class="QMenu" name="menuTools">
    <property name="toolTip">
     <string>Tools and settings</string>
    </property>
    <property name="whatsThis">
     <string>Program-wide settings and tools</string>
    </property>
    <property name="title">
     <string>Tools</string>
    </property>
    <addaction name="actionModelsManager" />
    <addaction name="actionCompoundsEditor" />
    <addaction name="separator" />
    <addaction name="actionSettingsEditor" />
   </widget>
   <widget class="QMenu" name="menuHelp">
    <property name="toolTip">
     <string>Documentation and help</string>
    </property>
    <property name="whatsThis">
     <string>Access to help information and documentation</string>
    </property>
    <property name="title">
     <string>Help</string>
    </property>
    <widget class="QMenu" name="menuDocumentation">
     <property name="toolTip">
      <string>Open help</string>
     </property>
     <property name="whatsThis">
      <string>Access to various help information</string>
     </property>
     <property name="title">
      <string>Documentation</string>
     </property>
    </widget>
    <addaction name="menuDocumentation" />
    <addaction name="separator" />
    <addaction name="actionAbout" />
   </widget>
   <widget class="QMenu" name="menuFlowsheet">
    <property name="toolTip">
     <string>Flowsheet setup</string>
    </property>
    <property name="whatsThis">
     <string>Required and optional settings of the flowsheet</string>
    </property>
    <property name="title">
     <string>Setup</string>
    </property>
    <addaction name="actionCompoundsManager" />
    <addaction name="actionPhasesEditor" />
    <addaction name="actionGridEditor" />
    <addaction name="actionHoldupsEditor" />
    <addaction name="actionOptionsEditor" />
    <addaction name="separator" />
    <addaction name="actionCalcSequencerEditor" />
    <addaction name="actionRecycleStreams" />
   </widget>
   <widget class="QMenu" name="menuModules">
    <property name="toolTip">
     <string>Modules</string>
    </property>
    <property name="whatsThis">
     <string>Additional features for flowsheet analysis</string>
    </property>
    <property name="title">
     <string>Modules</string>
    </property>
    <addaction name="actionDustFormationTester" />
   </widget>
   <addaction name="menuFile" />
   <addaction name="menuFlowsheet" />
   <addaction name="menuModules" />
   <addaction name="menuTools" />
   <addaction name="menuHelp" />
  </widget>
  <action name="actionOpenFlowsheet">
   <property name="text">
    <string>Open flowsheet...</string>
   </property>
   <property name="toolTip">
    <string>Open existing flowsheet</string>
   </property>
   <property name="whatsThis">
    <string>Open existing flowsheet from disk</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+O</string>
   </property>
  </action>
  <action name="actionModelsManager">
   <property name="text">
    <string>Models Manager</string>
   </property>
   <property name="toolTip">
    <string>Open models manager</string>
   </property>
   <property name="whatsThis">
    <string>Configure paths to available models</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Shift+U</string>
   </property>
  </action>
  <action name="actionSaveFlowsheet">
   <property name="text">
    <string>Save flowsheet</string>
   </property>
   <property name="toolTip">
    <string>Save flowsheet</string>
   </property>
   <property name="whatsThis">
    <string>Save current flowsheet to the same file</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+S</string>
   </property>
  </action>
  <action name="actionHoldupsEditor">
   <property name="text">
    <string>Holdups</string>
   </property>
   <property name="toolTip">
    <string>Open holdups and inlet streams editor</string>
   </property>
   <property name="whatsThis">
    <string>Configure materials in inlet streams and holdups</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Shift+H</string>
   </property>
  </action>
  <action name="actionCompoundsManager">
   <property name="text">
    <string>Compounds</string>
   </property>
   <property name="toolTip">
    <string>Open compounds editor</string>
   </property>
   <property name="whatsThis">
    <string>Select active compounds</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Shift+C</string>
   </property>
  </action>
  <action name="actionGridEditor">
   <property name="text">
    <string>Distributions Grids</string>
   </property>
   <property name="toolTip">
    <string>Open distribution grid editor</string>
   </property>
   <property name="whatsThis">
    <string>Select distributed parameters and configure their grids</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Shift+G</string>
   </property>
  </action>
  <action name="actionExit">
   <property name="text">
    <string>Exit</string>
   </property>
   <property name="toolTip">
    <string>Exit Dyssol</string>
   </property>
   <property name="whatsThis">
    <string>Close current flowsheet and exit the program</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Alt+Shift+Q</string>
   </property>
  </action>
  <action name="actionSaveFlowsheetAs">
   <property name="text">
    <string>Save flowsheet as...</string>
   </property>
   <property name="toolTip">
    <string>Save flowsheet as</string>
   </property>
   <property name="whatsThis">
    <string>Save current flowsheet to another file</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Shift+S</string>
   </property>
  </action>
  <action name="actionOptionsEditor">
   <property name="text">
    <string>Options</string>
   </property>
   <property name="toolTip">
    <string>Open simulation options</string>
   </property>
   <property name="whatsThis">
    <string>Configure different simulation options</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Shift+O</string>
   </property>
  </action>
  <action name="actionNewFlowsheet">
   <property name="text">
    <string>New flowsheet...</string>
   </property>
   <property name="toolTip">
    <string>Create new flowsheet</string>
   </property>
   <property name="whatsThis">
    <string>Close current flowsheet and create a new empty one</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+N</string>
   </property>
  </action>
  <action name="actionPhasesEditor">
   <property name="text">
    <string>Phases</string>
   </property>
   <property name="toolTip">
    <string>Open phases editor</string>
   </property>
   <property name="whatsThis">
    <string>Select active phases</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Shift+P</string>
   </property>
  </action>
  <action name="actionCalcSequencerEditor">
   <property name="text">
    <string>Calculation Sequence</string>
   </property>
   <property name="toolTip">
    <string>Open calculation sequence editor</string>
   </property>
   <property name="whatsThis">
    <string>Manually configure calculation sequence tear streams</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Shift+Q</string>
   </property>
  </action>
  <action name="actionUnits">
   <property name="text">
    <string>Units documentation</string>
   </property>
  </action>
  <action name="actionUnitsDev">
   <property name="text">
    <string>Units development</string>
   </property>
  </action>
  <action name="actionBaseUnit">
   <property name="text">
    <string>BaseUnit interfaces</string>
   </property>
  </action>
  <action name="actionMaterialStream">
   <property name="text">
    <string>MaterialStream interfaces</string>
   </property>
  </action>
  <action name="actionHoldup">
   <property name="text">
    <string>Holdup interfaces</string>
   </property>
  </action>
  <action name="actionTM">
   <property name="text">
    <string>TransformMatrix interfaces</string>
   </property>
  </action>
  <action name="actionMDMatrix">
   <property name="text">
    <string>MDMatrix interfaces</string>
   </property>
  </action>
  <action name="action2DMatrix">
   <property name="text">
    <string>2DMatrix interfaces</string>
   </property>
  </action>
  <action name="actionDAE">
   <property name="text">
    <string>DAE model and solver</string>
   </property>
  </action>
  <action name="actionPSD">
   <property name="text">
    <string>PSD functions</string>
   </property>
  </action>
  <action name="actionMDB">
   <property name="text">
    <string>Materials database</string>
   </property>
  </action>
  <action name="actionDefines">
   <property name="text">
    <string>Predefined constants</string>
   </property>
  </action>
  <action name="actionChangelog">
   <property name="text">
    <string>What's new</string>
   </property>
  </action>
  <action name="actionAbout">
   <property name="text">
    <string>About Dyssol</string>
   </property>
   <property name="toolTip">
    <string>Open information about Dyssol</string>
   </property>
   <property name="whatsThis">
    <string>Access to information about version, license, contributors, 3rd-party tools</string>
   </property>
  </action>
  <action name="actionConvergence">
   <property name="text">
    <string>Convergence methods</string>
   </property>
  </action>
  <action name="actionInitConfig">
   <property name="text">
    <string>Initial configuration</string>
   </property>
  </action>
  <action name="actionExternalSolver">
   <property name="text">
    <string>ExternalSolver interfaces</string>
   </property>
  </action>
  <action name="actionSolversDev">
   <property name="text">
    <string>Solvers development</string>
   </property>
  </action>
  <action name="actionSolvers">
   <property name="text">
    <string>Solvers documentation</string>
   </property>
  </action>
  <action name="actionCommandLine">
   <property name="text">
    <string>Command line interface</string>
   </property>
   <property name="toolTip">
    <string>Command line interface</string>
   </property>
  </action>
  <action name="actionCompoundsEditor">
   <property name="text">
    <string>Materials Database</string>
   </property>
   <property name="toolTip">
    <string>Open materials database</string>
   </property>
   <property name="whatsThis">
    <string>Configure parameters of materials</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Shift+M</string>
   </property>
  </action>
  <action name="actionRecycleStreams">
   <property name="text">
    <string>Recycle Streams</string>
   </property>
   <property name="toolTip">
    <string>Open recycle streams editor</string>
   </property>
   <property name="whatsThis">
    <string>Manually configure initial material parameters in tear streams</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Shift+R</string>
   </property>
  </action>
  <action name="actionDustFormationTester">
   <property name="text">
    <string>Dust Formation Tendency</string>
   </property>
   <property name="toolTip">
    <string>Open dust formation tendency tester</string>
   </property>
   <property name="whatsThis">
    <string>Analyze dust formation tendency in streams</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Shift+D</string>
   </property>
  </action>
  <action name="actionDustiness">
   <property name="text">
    <string>Dust formation tester</string>
   </property>
  </action>
  <action name="actionSaveScript">
   <property name="text">
    <string>Save as script file...</string>
   </property>
   <property name="toolTip">
    <string>Save flowsheet as a script file</string>
   </property>
   <property name="whatsThis">
    <string>Save current flowsheet as a script file for command line interface</string>
   </property>
  </action>
  <action name="actionSettingsEditor">
   <property name="text">
    <string>Settings</string>
   </property>
   <property name="toolTip">
    <string>Open program-wide settings</string>
   </property>
   <property name="whatsThis">
    <string>Change program-wide settings</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Shift+A</string>
   </property>
  </action>
  <action name="actionSaveGraph">
   <property name="text">
    <string>Save as dot graph...</string>
   </property>
  </action>
  <action name="actionSaveGraphImage">
   <property name="text">
    <string>Save as image file...</string>
   </property>
   <property name="toolTip">
    <string>Save as image file</string>
   </property>
  </action>
 </widget>
 <layoutdefault spacing="6" margin="11" />
 <customwidgets>
  <customwidget>
   <class>CQtTooltipMenuBar</class>
   <extends>QMenuBar</extends>
   <header>QtTooltipMenuBar.h</header>
  </customwidget>
 </customwidgets>
 <resources>
  <include location="Resources.qrc" />
 </resources>
 <connections>
  <connection>
   <sender>actionExit</sender>
   <signal>triggered()</signal>
   <receiver>DyssolClass</receiver>
   <slot>close()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>-1</x>
     <y>-1</y>
    </hint>
    <hint type="destinationlabel">
     <x>555</x>
     <y>440</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>