1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>MainWindow</class> |
---|
4 | <widget class="QMainWindow" name="MainWindow"> |
---|
5 | <property name="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>915</width> |
---|
10 | <height>607</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="windowTitle"> |
---|
14 | <string>MainWindow</string> |
---|
15 | </property> |
---|
16 | <property name="windowIcon"> |
---|
17 | <iconset> |
---|
18 | <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset> |
---|
19 | </property> |
---|
20 | <widget class="QWidget" name="centralwidget"/> |
---|
21 | <widget class="QMenuBar" name="menubar"> |
---|
22 | <property name="geometry"> |
---|
23 | <rect> |
---|
24 | <x>0</x> |
---|
25 | <y>0</y> |
---|
26 | <width>915</width> |
---|
27 | <height>26</height> |
---|
28 | </rect> |
---|
29 | </property> |
---|
30 | <widget class="QMenu" name="menu_File"> |
---|
31 | <property name="title"> |
---|
32 | <string>&File</string> |
---|
33 | </property> |
---|
34 | <addaction name="actionLoadData"/> |
---|
35 | <addaction name="actionLoad_Data_Folder"/> |
---|
36 | <addaction name="separator"/> |
---|
37 | <addaction name="actionOpen_Project"/> |
---|
38 | <addaction name="actionOpen_Analysis"/> |
---|
39 | <addaction name="separator"/> |
---|
40 | <addaction name="actionSave"/> |
---|
41 | <addaction name="actionSave_Analysis"/> |
---|
42 | <addaction name="separator"/> |
---|
43 | <addaction name="actionQuit"/> |
---|
44 | </widget> |
---|
45 | <widget class="QMenu" name="menuEdit"> |
---|
46 | <property name="title"> |
---|
47 | <string>Edit</string> |
---|
48 | </property> |
---|
49 | <widget class="QMenu" name="menuCopy_Params_As"> |
---|
50 | <property name="title"> |
---|
51 | <string>Copy Params To Format...</string> |
---|
52 | </property> |
---|
53 | <addaction name="actionExcel"/> |
---|
54 | <addaction name="actionLatex"/> |
---|
55 | </widget> |
---|
56 | <addaction name="actionUndo"/> |
---|
57 | <addaction name="actionRedo"/> |
---|
58 | <addaction name="separator"/> |
---|
59 | <addaction name="actionCopy"/> |
---|
60 | <addaction name="actionPaste"/> |
---|
61 | <addaction name="separator"/> |
---|
62 | <addaction name="menuCopy_Params_As"/> |
---|
63 | <addaction name="separator"/> |
---|
64 | <addaction name="actionReport"/> |
---|
65 | <addaction name="actionReset"/> |
---|
66 | <addaction name="separator"/> |
---|
67 | <addaction name="actionFreeze_Theory"/> |
---|
68 | </widget> |
---|
69 | <widget class="QMenu" name="menuView"> |
---|
70 | <property name="title"> |
---|
71 | <string>View</string> |
---|
72 | </property> |
---|
73 | <addaction name="actionShow_Grid_Window"/> |
---|
74 | <addaction name="separator"/> |
---|
75 | <addaction name="actionHide_Toolbar"/> |
---|
76 | <addaction name="actionHide_DataExplorer"/> |
---|
77 | <addaction name="separator"/> |
---|
78 | <addaction name="actionStartup_Settings"/> |
---|
79 | <addaction name="separator"/> |
---|
80 | <addaction name="actionCategory_Manager"/> |
---|
81 | </widget> |
---|
82 | <widget class="QMenu" name="menuTool"> |
---|
83 | <property name="title"> |
---|
84 | <string>Tool</string> |
---|
85 | </property> |
---|
86 | <addaction name="actionData_Operation"/> |
---|
87 | <addaction name="separator"/> |
---|
88 | <addaction name="actionSLD_Calculator"/> |
---|
89 | <addaction name="actionDensity_Volume_Calculator"/> |
---|
90 | <addaction name="actionSlit_Size_Calculator"/> |
---|
91 | <addaction name="actionKeissig_Calculator"/> |
---|
92 | <addaction name="actionSAS_Resolution_Estimator"/> |
---|
93 | <addaction name="actionGeneric_Scattering_Calculator"/> |
---|
94 | <addaction name="separator"/> |
---|
95 | <addaction name="actionPython_Shell_Editor"/> |
---|
96 | <addaction name="actionOrientation_Viewer"/> |
---|
97 | <addaction name="actionImage_Viewer"/> |
---|
98 | </widget> |
---|
99 | <widget class="QMenu" name="menuFitting"> |
---|
100 | <property name="title"> |
---|
101 | <string>Fitting</string> |
---|
102 | </property> |
---|
103 | <addaction name="actionNew_Fit_Page"/> |
---|
104 | <addaction name="separator"/> |
---|
105 | <addaction name="actionConstrained_Fit"/> |
---|
106 | <addaction name="actionCombine_Batch_Fit"/> |
---|
107 | <addaction name="separator"/> |
---|
108 | <addaction name="actionFit_Options"/> |
---|
109 | <addaction name="actionGPU_Options"/> |
---|
110 | <addaction name="actionFit_Results"/> |
---|
111 | <addaction name="separator"/> |
---|
112 | <addaction name="actionAdd_Custom_Model"/> |
---|
113 | <addaction name="actionEdit_Custom_Model"/> |
---|
114 | <addaction name="actionManage_Custom_Models"/> |
---|
115 | <addaction name="actionAddMult_Models"/> |
---|
116 | <addaction name="separator"/> |
---|
117 | <addaction name="actionEditMask"/> |
---|
118 | </widget> |
---|
119 | <widget class="QMenu" name="menuWindow"> |
---|
120 | <property name="title"> |
---|
121 | <string>Window</string> |
---|
122 | </property> |
---|
123 | <addaction name="actionCascade"/> |
---|
124 | <addaction name="actionTile"/> |
---|
125 | <addaction name="separator"/> |
---|
126 | <addaction name="actionNext"/> |
---|
127 | <addaction name="actionPrevious"/> |
---|
128 | <addaction name="separator"/> |
---|
129 | </widget> |
---|
130 | <widget class="QMenu" name="menuAnalysis"> |
---|
131 | <property name="title"> |
---|
132 | <string>Analysis</string> |
---|
133 | </property> |
---|
134 | <addaction name="actionCorfunc"/> |
---|
135 | <addaction name="actionFitting"/> |
---|
136 | <addaction name="actionInvariant"/> |
---|
137 | <addaction name="actionInversion"/> |
---|
138 | </widget> |
---|
139 | <widget class="QMenu" name="menuHelp"> |
---|
140 | <property name="title"> |
---|
141 | <string>Help</string> |
---|
142 | </property> |
---|
143 | <addaction name="actionDocumentation"/> |
---|
144 | <addaction name="separator"/> |
---|
145 | <addaction name="actionTutorial"/> |
---|
146 | <addaction name="separator"/> |
---|
147 | <addaction name="actionAcknowledge"/> |
---|
148 | <addaction name="separator"/> |
---|
149 | <addaction name="actionAbout"/> |
---|
150 | <addaction name="actionCheck_for_update"/> |
---|
151 | </widget> |
---|
152 | <addaction name="menu_File"/> |
---|
153 | <addaction name="menuEdit"/> |
---|
154 | <addaction name="menuView"/> |
---|
155 | <addaction name="menuTool"/> |
---|
156 | <addaction name="menuAnalysis"/> |
---|
157 | <addaction name="menuFitting"/> |
---|
158 | <addaction name="menuWindow"/> |
---|
159 | <addaction name="menuHelp"/> |
---|
160 | </widget> |
---|
161 | <widget class="QStatusBar" name="statusbar"> |
---|
162 | <property name="sizePolicy"> |
---|
163 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
---|
164 | <horstretch>0</horstretch> |
---|
165 | <verstretch>0</verstretch> |
---|
166 | </sizepolicy> |
---|
167 | </property> |
---|
168 | </widget> |
---|
169 | <widget class="QToolBar" name="toolBar"> |
---|
170 | <property name="windowTitle"> |
---|
171 | <string>toolBar</string> |
---|
172 | </property> |
---|
173 | <attribute name="toolBarArea"> |
---|
174 | <enum>TopToolBarArea</enum> |
---|
175 | </attribute> |
---|
176 | <attribute name="toolBarBreak"> |
---|
177 | <bool>false</bool> |
---|
178 | </attribute> |
---|
179 | <addaction name="actionReset"/> |
---|
180 | <addaction name="actionSave"/> |
---|
181 | <addaction name="actionReport"/> |
---|
182 | <addaction name="actionUndo"/> |
---|
183 | <addaction name="actionRedo"/> |
---|
184 | <addaction name="actionCopy"/> |
---|
185 | <addaction name="actionPaste"/> |
---|
186 | <addaction name="actionBookmarks"/> |
---|
187 | </widget> |
---|
188 | <action name="actionReset"> |
---|
189 | <property name="icon"> |
---|
190 | <iconset> |
---|
191 | <normaloff>:/res/reset.png</normaloff>:/res/reset.png</iconset> |
---|
192 | </property> |
---|
193 | <property name="text"> |
---|
194 | <string>Reset Page</string> |
---|
195 | </property> |
---|
196 | <property name="toolTip"> |
---|
197 | <string>Reset</string> |
---|
198 | </property> |
---|
199 | </action> |
---|
200 | <action name="actionSave"> |
---|
201 | <property name="icon"> |
---|
202 | <iconset> |
---|
203 | <normaloff>:/res/save.png</normaloff>:/res/save.png</iconset> |
---|
204 | </property> |
---|
205 | <property name="text"> |
---|
206 | <string>Save Project</string> |
---|
207 | </property> |
---|
208 | <property name="toolTip"> |
---|
209 | <string>Save</string> |
---|
210 | </property> |
---|
211 | </action> |
---|
212 | <action name="actionReport"> |
---|
213 | <property name="icon"> |
---|
214 | <iconset> |
---|
215 | <normaloff>:/res/report.png</normaloff>:/res/report.png</iconset> |
---|
216 | </property> |
---|
217 | <property name="text"> |
---|
218 | <string>Report Results</string> |
---|
219 | </property> |
---|
220 | <property name="toolTip"> |
---|
221 | <string>report</string> |
---|
222 | </property> |
---|
223 | </action> |
---|
224 | <action name="actionUndo"> |
---|
225 | <property name="icon"> |
---|
226 | <iconset> |
---|
227 | <normaloff>:/res/undo.png</normaloff> |
---|
228 | <normalon>res/undo.png</normalon>:/res/undo.png</iconset> |
---|
229 | </property> |
---|
230 | <property name="text"> |
---|
231 | <string>Undo</string> |
---|
232 | </property> |
---|
233 | </action> |
---|
234 | <action name="actionRedo"> |
---|
235 | <property name="icon"> |
---|
236 | <iconset> |
---|
237 | <normaloff>:/res/redo.png</normaloff>:/res/redo.png</iconset> |
---|
238 | </property> |
---|
239 | <property name="text"> |
---|
240 | <string>Redo</string> |
---|
241 | </property> |
---|
242 | <property name="toolTip"> |
---|
243 | <string>Redo</string> |
---|
244 | </property> |
---|
245 | </action> |
---|
246 | <action name="actionCopy"> |
---|
247 | <property name="icon"> |
---|
248 | <iconset> |
---|
249 | <normaloff>:/res/copy.png</normaloff>:/res/copy.png</iconset> |
---|
250 | </property> |
---|
251 | <property name="text"> |
---|
252 | <string>Copy Params</string> |
---|
253 | </property> |
---|
254 | <property name="toolTip"> |
---|
255 | <string>Copy parameter values</string> |
---|
256 | </property> |
---|
257 | </action> |
---|
258 | <action name="actionPaste"> |
---|
259 | <property name="enabled"> |
---|
260 | <bool>false</bool> |
---|
261 | </property> |
---|
262 | <property name="icon"> |
---|
263 | <iconset> |
---|
264 | <normaloff>:/res/paste.png</normaloff>:/res/paste.png</iconset> |
---|
265 | </property> |
---|
266 | <property name="text"> |
---|
267 | <string>Paste Params</string> |
---|
268 | </property> |
---|
269 | <property name="toolTip"> |
---|
270 | <string>Paste parameter values</string> |
---|
271 | </property> |
---|
272 | </action> |
---|
273 | <action name="actionBookmarks"> |
---|
274 | <property name="checkable"> |
---|
275 | <bool>true</bool> |
---|
276 | </property> |
---|
277 | <property name="icon"> |
---|
278 | <iconset> |
---|
279 | <normaloff>:/res/bookmark.png</normaloff>:/res/bookmark.png</iconset> |
---|
280 | </property> |
---|
281 | <property name="text"> |
---|
282 | <string>Bookmarks</string> |
---|
283 | </property> |
---|
284 | </action> |
---|
285 | <action name="actionPerspective"> |
---|
286 | <property name="text"> |
---|
287 | <string>Perspective</string> |
---|
288 | </property> |
---|
289 | </action> |
---|
290 | <action name="actionLoadData"> |
---|
291 | <property name="text"> |
---|
292 | <string>Load Data File(s)</string> |
---|
293 | </property> |
---|
294 | </action> |
---|
295 | <action name="actionLoad_Data_Folder"> |
---|
296 | <property name="text"> |
---|
297 | <string>Load Data Folder</string> |
---|
298 | </property> |
---|
299 | </action> |
---|
300 | <action name="actionOpen_Project"> |
---|
301 | <property name="text"> |
---|
302 | <string>Open Project</string> |
---|
303 | </property> |
---|
304 | </action> |
---|
305 | <action name="actionOpen_Analysis"> |
---|
306 | <property name="text"> |
---|
307 | <string>Open Analysis</string> |
---|
308 | </property> |
---|
309 | </action> |
---|
310 | <action name="actionSave_Analysis"> |
---|
311 | <property name="text"> |
---|
312 | <string>Save Analysis</string> |
---|
313 | </property> |
---|
314 | </action> |
---|
315 | <action name="actionQuit"> |
---|
316 | <property name="text"> |
---|
317 | <string>Quit</string> |
---|
318 | </property> |
---|
319 | </action> |
---|
320 | <action name="actionShow_Grid_Window"> |
---|
321 | <property name="text"> |
---|
322 | <string>Show Grid Window</string> |
---|
323 | </property> |
---|
324 | </action> |
---|
325 | <action name="actionHide_Toolbar"> |
---|
326 | <property name="text"> |
---|
327 | <string>Hide Toolbar</string> |
---|
328 | </property> |
---|
329 | </action> |
---|
330 | <action name="actionStartup_Settings"> |
---|
331 | <property name="text"> |
---|
332 | <string>Startup Settings</string> |
---|
333 | </property> |
---|
334 | </action> |
---|
335 | <action name="actionCategory_Manager"> |
---|
336 | <property name="text"> |
---|
337 | <string>Category Manager</string> |
---|
338 | </property> |
---|
339 | <property name="toolTip"> |
---|
340 | <string>Category Manager</string> |
---|
341 | </property> |
---|
342 | </action> |
---|
343 | <action name="actionData_Operation"> |
---|
344 | <property name="text"> |
---|
345 | <string>Data Operation</string> |
---|
346 | </property> |
---|
347 | </action> |
---|
348 | <action name="actionSLD_Calculator"> |
---|
349 | <property name="text"> |
---|
350 | <string>SLD Calculator</string> |
---|
351 | </property> |
---|
352 | </action> |
---|
353 | <action name="actionDensity_Volume_Calculator"> |
---|
354 | <property name="text"> |
---|
355 | <string>Density/Volume Calculator</string> |
---|
356 | </property> |
---|
357 | </action> |
---|
358 | <action name="actionSlit_Size_Calculator"> |
---|
359 | <property name="text"> |
---|
360 | <string>Slit Size Calculator</string> |
---|
361 | </property> |
---|
362 | </action> |
---|
363 | <action name="actionSAS_Resolution_Estimator"> |
---|
364 | <property name="text"> |
---|
365 | <string>Q Resolution Estimator</string> |
---|
366 | </property> |
---|
367 | </action> |
---|
368 | <action name="actionGeneric_Scattering_Calculator"> |
---|
369 | <property name="text"> |
---|
370 | <string>Generic Scattering Calculator</string> |
---|
371 | </property> |
---|
372 | </action> |
---|
373 | <action name="actionPython_Shell_Editor"> |
---|
374 | <property name="text"> |
---|
375 | <string>Python Shell/Editor</string> |
---|
376 | </property> |
---|
377 | </action> |
---|
378 | <action name="actionImage_Viewer"> |
---|
379 | <property name="text"> |
---|
380 | <string>Image Viewer</string> |
---|
381 | </property> |
---|
382 | </action> |
---|
383 | <action name="actionNew_Fit_Page"> |
---|
384 | <property name="text"> |
---|
385 | <string>New Fit Page</string> |
---|
386 | </property> |
---|
387 | </action> |
---|
388 | <action name="actionConstrained_Fit"> |
---|
389 | <property name="text"> |
---|
390 | <string>Constrained or Simultaneous Fit</string> |
---|
391 | </property> |
---|
392 | </action> |
---|
393 | <action name="actionCombine_Batch_Fit"> |
---|
394 | <property name="text"> |
---|
395 | <string>Combine Batch Fit</string> |
---|
396 | </property> |
---|
397 | </action> |
---|
398 | <action name="actionFit_Options"> |
---|
399 | <property name="text"> |
---|
400 | <string>Fit Algorithms</string> |
---|
401 | </property> |
---|
402 | </action> |
---|
403 | <action name="actionFit_Results"> |
---|
404 | <property name="text"> |
---|
405 | <string>Fit Results</string> |
---|
406 | </property> |
---|
407 | </action> |
---|
408 | <action name="actionChain_Fitting"> |
---|
409 | <property name="text"> |
---|
410 | <string>Chain Fitting (BatchFit only)</string> |
---|
411 | </property> |
---|
412 | </action> |
---|
413 | <action name="actionEdit_Custom_Model"> |
---|
414 | <property name="text"> |
---|
415 | <string>Edit Custom Model</string> |
---|
416 | </property> |
---|
417 | </action> |
---|
418 | <action name="actionEditMask"> |
---|
419 | <property name="text"> |
---|
420 | <string>Edit Mask</string> |
---|
421 | </property> |
---|
422 | </action> |
---|
423 | <action name="actionCascade"> |
---|
424 | <property name="text"> |
---|
425 | <string>Cascade</string> |
---|
426 | </property> |
---|
427 | </action> |
---|
428 | <action name="actionTile"> |
---|
429 | <property name="text"> |
---|
430 | <string>Tile</string> |
---|
431 | </property> |
---|
432 | </action> |
---|
433 | <action name="actionTile_Vertically"> |
---|
434 | <property name="text"> |
---|
435 | <string>Tile Vertically</string> |
---|
436 | </property> |
---|
437 | </action> |
---|
438 | <action name="actionArrange_Icons"> |
---|
439 | <property name="text"> |
---|
440 | <string>Arrange Icons</string> |
---|
441 | </property> |
---|
442 | </action> |
---|
443 | <action name="actionNext"> |
---|
444 | <property name="text"> |
---|
445 | <string>Next</string> |
---|
446 | </property> |
---|
447 | </action> |
---|
448 | <action name="actionPrevious"> |
---|
449 | <property name="text"> |
---|
450 | <string>Previous</string> |
---|
451 | </property> |
---|
452 | </action> |
---|
453 | <action name="actionFitting"> |
---|
454 | <property name="checkable"> |
---|
455 | <bool>true</bool> |
---|
456 | </property> |
---|
457 | <property name="text"> |
---|
458 | <string>Fitting</string> |
---|
459 | </property> |
---|
460 | </action> |
---|
461 | <action name="actionInversion"> |
---|
462 | <property name="checkable"> |
---|
463 | <bool>true</bool> |
---|
464 | </property> |
---|
465 | <property name="text"> |
---|
466 | <string>Pr Inversion</string> |
---|
467 | </property> |
---|
468 | </action> |
---|
469 | <action name="actionInvariant"> |
---|
470 | <property name="checkable"> |
---|
471 | <bool>true</bool> |
---|
472 | </property> |
---|
473 | <property name="text"> |
---|
474 | <string>Invariant</string> |
---|
475 | </property> |
---|
476 | </action> |
---|
477 | <action name="actionDocumentation"> |
---|
478 | <property name="text"> |
---|
479 | <string>Documentation</string> |
---|
480 | </property> |
---|
481 | </action> |
---|
482 | <action name="actionTutorial"> |
---|
483 | <property name="text"> |
---|
484 | <string>Tutorial</string> |
---|
485 | </property> |
---|
486 | </action> |
---|
487 | <action name="actionAcknowledge"> |
---|
488 | <property name="text"> |
---|
489 | <string>Acknowledge</string> |
---|
490 | </property> |
---|
491 | </action> |
---|
492 | <action name="actionAbout"> |
---|
493 | <property name="text"> |
---|
494 | <string>About</string> |
---|
495 | </property> |
---|
496 | </action> |
---|
497 | <action name="actionCheck_for_update"> |
---|
498 | <property name="text"> |
---|
499 | <string>Check for update</string> |
---|
500 | </property> |
---|
501 | </action> |
---|
502 | <action name="actionExcel"> |
---|
503 | <property name="text"> |
---|
504 | <string>Excel</string> |
---|
505 | </property> |
---|
506 | </action> |
---|
507 | <action name="actionLatex"> |
---|
508 | <property name="text"> |
---|
509 | <string>Latex</string> |
---|
510 | </property> |
---|
511 | </action> |
---|
512 | <action name="actionKeissig_Calculator"> |
---|
513 | <property name="text"> |
---|
514 | <string>Kiessig Thickness Calculator</string> |
---|
515 | </property> |
---|
516 | </action> |
---|
517 | <action name="actionGPU_Options"> |
---|
518 | <property name="text"> |
---|
519 | <string>GPU Options</string> |
---|
520 | </property> |
---|
521 | </action> |
---|
522 | <action name="actionAdd_Custom_Model"> |
---|
523 | <property name="text"> |
---|
524 | <string>Add Custom Model</string> |
---|
525 | </property> |
---|
526 | </action> |
---|
527 | <action name="actionManage_Custom_Models"> |
---|
528 | <property name="text"> |
---|
529 | <string>Manage Custom Models</string> |
---|
530 | </property> |
---|
531 | </action> |
---|
532 | <action name="actionCorfunc"> |
---|
533 | <property name="checkable"> |
---|
534 | <bool>true</bool> |
---|
535 | </property> |
---|
536 | <property name="text"> |
---|
537 | <string>Correlation Function</string> |
---|
538 | </property> |
---|
539 | </action> |
---|
540 | <action name="actionAddMult_Models"> |
---|
541 | <property name="text"> |
---|
542 | <string>Add/Multiply Models</string> |
---|
543 | </property> |
---|
544 | </action> |
---|
545 | <action name="actionOrientation_Viewer"> |
---|
546 | <property name="text"> |
---|
547 | <string>Orientation Viewer</string> |
---|
548 | </property> |
---|
549 | </action> |
---|
550 | <action name="actionFreeze_Theory"> |
---|
551 | <property name="text"> |
---|
552 | <string>Freeze Fit Results</string> |
---|
553 | </property> |
---|
554 | </action> |
---|
555 | <action name="actionHide_DataExplorer"> |
---|
556 | <property name="text"> |
---|
557 | <string>Hide Data Explorer</string> |
---|
558 | </property> |
---|
559 | </action> |
---|
560 | </widget> |
---|
561 | <resources/> |
---|
562 | <connections/> |
---|
563 | </ui> |
---|