source: sasview/src/sas/qtgui/UI/MainWindowUI.ui @ f51ed67

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since f51ed67 was 0cd8612, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 8 years ago

output console + logging

  • Property mode set to 100755
File size: 14.2 KB
Line 
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>527</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>MainWindow</string>
15  </property>
16  <property name="windowIcon">
17   <iconset resource="main_resources.qrc">
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>21</height>
28    </rect>
29   </property>
30   <widget class="QMenu" name="menu_File">
31    <property name="title">
32     <string>&amp;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   </widget>
67   <widget class="QMenu" name="menuView">
68    <property name="title">
69     <string>View</string>
70    </property>
71    <addaction name="actionShow_Grid_Window"/>
72    <addaction name="separator"/>
73    <addaction name="actionHide_Toolbar"/>
74    <addaction name="separator"/>
75    <addaction name="actionStartup_Settings"/>
76    <addaction name="separator"/>
77    <addaction name="actionCategry_Manager"/>
78   </widget>
79   <widget class="QMenu" name="menuTool">
80    <property name="title">
81     <string>Tool</string>
82    </property>
83    <addaction name="actionData_Operation"/>
84    <addaction name="actionSLD_Calculator"/>
85    <addaction name="actionDensity_Volume_Calculator"/>
86    <addaction name="actionSlit_Size_Calculator"/>
87    <addaction name="actionSAS_Resolution_Estimator"/>
88    <addaction name="actionGeneric_Scattering_Calculator"/>
89    <addaction name="separator"/>
90    <addaction name="actionPython_Shell_Editor"/>
91    <addaction name="actionImage_Viewer"/>
92   </widget>
93   <widget class="QMenu" name="menuFitting">
94    <property name="title">
95     <string>Fitting</string>
96    </property>
97    <addaction name="actionNew_Fit_Page"/>
98    <addaction name="separator"/>
99    <addaction name="actionConstrained_Fit"/>
100    <addaction name="actionCombine_Batch_Fit"/>
101    <addaction name="separator"/>
102    <addaction name="actionFit_Options"/>
103    <addaction name="actionFit_Results"/>
104    <addaction name="separator"/>
105    <addaction name="actionChain_Fitting"/>
106    <addaction name="separator"/>
107    <addaction name="actionEdit_Custom_Model"/>
108   </widget>
109   <widget class="QMenu" name="menuWindow">
110    <property name="title">
111     <string>Window</string>
112    </property>
113    <addaction name="actionCascade"/>
114    <addaction name="actionTile"/>
115    <addaction name="separator"/>
116    <addaction name="actionArrange_Icons"/>
117    <addaction name="actionNext"/>
118    <addaction name="actionPrevious"/>
119    <addaction name="separator"/>
120   </widget>
121   <widget class="QMenu" name="menuAnalysis">
122    <property name="title">
123     <string>Analysis</string>
124    </property>
125    <addaction name="actionFitting"/>
126    <addaction name="actionInversion"/>
127    <addaction name="actionInvariant"/>
128   </widget>
129   <widget class="QMenu" name="menuHelp">
130    <property name="title">
131     <string>Help</string>
132    </property>
133    <addaction name="actionDocumentation"/>
134    <addaction name="separator"/>
135    <addaction name="actionTutorial"/>
136    <addaction name="separator"/>
137    <addaction name="actionAcknowledge"/>
138    <addaction name="separator"/>
139    <addaction name="actionAbout"/>
140    <addaction name="actionCheck_for_update"/>
141   </widget>
142   <addaction name="menu_File"/>
143   <addaction name="menuEdit"/>
144   <addaction name="menuView"/>
145   <addaction name="menuTool"/>
146   <addaction name="menuAnalysis"/>
147   <addaction name="menuFitting"/>
148   <addaction name="menuWindow"/>
149   <addaction name="menuHelp"/>
150  </widget>
151  <widget class="QStatusBar" name="statusbar">
152   <property name="sizePolicy">
153    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
154     <horstretch>0</horstretch>
155     <verstretch>0</verstretch>
156    </sizepolicy>
157   </property>
158  </widget>
159  <widget class="QToolBar" name="toolBar">
160   <property name="windowTitle">
161    <string>toolBar</string>
162   </property>
163   <attribute name="toolBarArea">
164    <enum>TopToolBarArea</enum>
165   </attribute>
166   <attribute name="toolBarBreak">
167    <bool>false</bool>
168   </attribute>
169   <addaction name="actionReset"/>
170   <addaction name="actionSave"/>
171   <addaction name="actionReport"/>
172   <addaction name="actionUndo"/>
173   <addaction name="actionRedo"/>
174   <addaction name="actionCopy"/>
175   <addaction name="actionPaste"/>
176   <addaction name="actionBookmarks"/>
177  </widget>
178  <action name="actionReset">
179   <property name="icon">
180    <iconset resource="main_resources.qrc">
181     <normaloff>:/res/reset.png</normaloff>:/res/reset.png</iconset>
182   </property>
183   <property name="text">
184    <string>Reset Page</string>
185   </property>
186   <property name="toolTip">
187    <string>Reset</string>
188   </property>
189  </action>
190  <action name="actionSave">
191   <property name="icon">
192    <iconset resource="main_resources.qrc">
193     <normaloff>:/res/save.png</normaloff>:/res/save.png</iconset>
194   </property>
195   <property name="text">
196    <string>Save Project</string>
197   </property>
198   <property name="toolTip">
199    <string>Save</string>
200   </property>
201  </action>
202  <action name="actionReport">
203   <property name="icon">
204    <iconset resource="main_resources.qrc">
205     <normaloff>:/res/report.png</normaloff>:/res/report.png</iconset>
206   </property>
207   <property name="text">
208    <string>Report Results</string>
209   </property>
210   <property name="toolTip">
211    <string>report</string>
212   </property>
213  </action>
214  <action name="actionUndo">
215   <property name="icon">
216    <iconset resource="main_resources.qrc">
217     <normaloff>:/res/undo.png</normaloff>
218     <normalon>res/undo.png</normalon>:/res/undo.png</iconset>
219   </property>
220   <property name="text">
221    <string>Undo</string>
222   </property>
223  </action>
224  <action name="actionRedo">
225   <property name="icon">
226    <iconset resource="main_resources.qrc">
227     <normaloff>:/res/redo.png</normaloff>:/res/redo.png</iconset>
228   </property>
229   <property name="text">
230    <string>Redo</string>
231   </property>
232   <property name="toolTip">
233    <string>Redo</string>
234   </property>
235  </action>
236  <action name="actionCopy">
237   <property name="icon">
238    <iconset resource="main_resources.qrc">
239     <normaloff>:/res/copy.png</normaloff>:/res/copy.png</iconset>
240   </property>
241   <property name="text">
242    <string>Copy Params</string>
243   </property>
244   <property name="toolTip">
245    <string>Copy parameter values</string>
246   </property>
247  </action>
248  <action name="actionPaste">
249   <property name="icon">
250    <iconset resource="main_resources.qrc">
251     <normaloff>:/res/paste.png</normaloff>:/res/paste.png</iconset>
252   </property>
253   <property name="text">
254    <string>Paste Params</string>
255   </property>
256   <property name="toolTip">
257    <string>Paste parameter values</string>
258   </property>
259  </action>
260  <action name="actionBookmarks">
261   <property name="checkable">
262    <bool>true</bool>
263   </property>
264   <property name="icon">
265    <iconset resource="main_resources.qrc">
266     <normaloff>:/res/bookmark.png</normaloff>:/res/bookmark.png</iconset>
267   </property>
268   <property name="text">
269    <string>Bookmarks</string>
270   </property>
271  </action>
272  <action name="actionPerspective">
273   <property name="text">
274    <string>Perspective</string>
275   </property>
276  </action>
277  <action name="actionLoadData">
278   <property name="text">
279    <string>Load Data File(s)</string>
280   </property>
281  </action>
282  <action name="actionLoad_Data_Folder">
283   <property name="text">
284    <string>Load Data Folder</string>
285   </property>
286  </action>
287  <action name="actionOpen_Project">
288   <property name="text">
289    <string>Open Project</string>
290   </property>
291  </action>
292  <action name="actionOpen_Analysis">
293   <property name="text">
294    <string>Open Analysis</string>
295   </property>
296  </action>
297  <action name="actionSave_Analysis">
298   <property name="text">
299    <string>Save Analysis</string>
300   </property>
301  </action>
302  <action name="actionQuit">
303   <property name="text">
304    <string>Quit</string>
305   </property>
306  </action>
307  <action name="actionShow_Grid_Window">
308   <property name="text">
309    <string>Show Grid Window</string>
310   </property>
311  </action>
312  <action name="actionHide_Toolbar">
313   <property name="text">
314    <string>Hide Toolbar</string>
315   </property>
316  </action>
317  <action name="actionStartup_Settings">
318   <property name="text">
319    <string>Startup Settings</string>
320   </property>
321  </action>
322  <action name="actionCategry_Manager">
323   <property name="text">
324    <string>Categry Manager</string>
325   </property>
326  </action>
327  <action name="actionData_Operation">
328   <property name="text">
329    <string>Data Operation</string>
330   </property>
331  </action>
332  <action name="actionSLD_Calculator">
333   <property name="text">
334    <string>SLD Calculator</string>
335   </property>
336  </action>
337  <action name="actionDensity_Volume_Calculator">
338   <property name="text">
339    <string>Density/Volume Calculator</string>
340   </property>
341  </action>
342  <action name="actionSlit_Size_Calculator">
343   <property name="text">
344    <string>Slit Size Calculator</string>
345   </property>
346  </action>
347  <action name="actionSAS_Resolution_Estimator">
348   <property name="text">
349    <string>SAS Resolution Estimator</string>
350   </property>
351  </action>
352  <action name="actionGeneric_Scattering_Calculator">
353   <property name="text">
354    <string>Generic Scattering Calculator</string>
355   </property>
356  </action>
357  <action name="actionPython_Shell_Editor">
358   <property name="text">
359    <string>Python Shell/Editor</string>
360   </property>
361  </action>
362  <action name="actionImage_Viewer">
363   <property name="text">
364    <string>Image Viewer</string>
365   </property>
366  </action>
367  <action name="actionNew_Fit_Page">
368   <property name="text">
369    <string>New Fit Page</string>
370   </property>
371  </action>
372  <action name="actionConstrained_Fit">
373   <property name="text">
374    <string>Constrained or Simultaneous Fit</string>
375   </property>
376  </action>
377  <action name="actionCombine_Batch_Fit">
378   <property name="text">
379    <string>Combine Batch Fit</string>
380   </property>
381  </action>
382  <action name="actionFit_Options">
383   <property name="text">
384    <string>Fit Options</string>
385   </property>
386  </action>
387  <action name="actionFit_Results">
388   <property name="text">
389    <string>Fit Results</string>
390   </property>
391  </action>
392  <action name="actionChain_Fitting">
393   <property name="text">
394    <string>Chain Fitting (BatchFit only)</string>
395   </property>
396  </action>
397  <action name="actionEdit_Custom_Model">
398   <property name="text">
399    <string>Edit Custom Model</string>
400   </property>
401  </action>
402  <action name="actionCascade">
403   <property name="text">
404    <string>Cascade</string>
405   </property>
406  </action>
407  <action name="actionTile">
408   <property name="text">
409    <string>Tile</string>
410   </property>
411  </action>
412  <action name="actionTile_Vertically">
413   <property name="text">
414    <string>Tile Vertically</string>
415   </property>
416  </action>
417  <action name="actionArrange_Icons">
418   <property name="text">
419    <string>Arrange Icons</string>
420   </property>
421  </action>
422  <action name="actionNext">
423   <property name="text">
424    <string>Next</string>
425   </property>
426  </action>
427  <action name="actionPrevious">
428   <property name="text">
429    <string>Previous</string>
430   </property>
431  </action>
432  <action name="actionFitting">
433   <property name="checkable">
434    <bool>true</bool>
435   </property>
436   <property name="text">
437    <string>Fitting</string>
438   </property>
439  </action>
440  <action name="actionInversion">
441   <property name="checkable">
442    <bool>true</bool>
443   </property>
444   <property name="text">
445    <string>Pr Inversion</string>
446   </property>
447  </action>
448  <action name="actionInvariant">
449   <property name="checkable">
450    <bool>true</bool>
451   </property>
452   <property name="text">
453    <string>Invariant</string>
454   </property>
455  </action>
456  <action name="actionDocumentation">
457   <property name="text">
458    <string>Documentation</string>
459   </property>
460  </action>
461  <action name="actionTutorial">
462   <property name="text">
463    <string>Tutorial</string>
464   </property>
465  </action>
466  <action name="actionAcknowledge">
467   <property name="text">
468    <string>Acknowledge</string>
469   </property>
470  </action>
471  <action name="actionAbout">
472   <property name="text">
473    <string>About</string>
474   </property>
475  </action>
476  <action name="actionCheck_for_update">
477   <property name="text">
478    <string>Check for update</string>
479   </property>
480  </action>
481  <action name="actionExcel">
482   <property name="text">
483    <string>Excel</string>
484   </property>
485  </action>
486  <action name="actionLatex">
487   <property name="text">
488    <string>Latex</string>
489   </property>
490  </action>
491 </widget>
492 <resources>
493  <include location="main_resources.qrc"/>
494 </resources>
495 <connections/>
496</ui>
Note: See TracBrowser for help on using the repository browser.