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

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 e540cd2 was e540cd2, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 8 years ago

Status bar, progress bar, initial treeview context menu + minor cleanup

  • Property mode set to 100755
File size: 14.0 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  <widget class="QToolBar" name="toolBar">
153   <property name="windowTitle">
154    <string>toolBar</string>
155   </property>
156   <attribute name="toolBarArea">
157    <enum>TopToolBarArea</enum>
158   </attribute>
159   <attribute name="toolBarBreak">
160    <bool>false</bool>
161   </attribute>
162   <addaction name="actionReset"/>
163   <addaction name="actionSave"/>
164   <addaction name="actionReport"/>
165   <addaction name="actionUndo"/>
166   <addaction name="actionRedo"/>
167   <addaction name="actionCopy"/>
168   <addaction name="actionPaste"/>
169   <addaction name="actionBookmarks"/>
170  </widget>
171  <action name="actionReset">
172   <property name="icon">
173    <iconset resource="main_resources.qrc">
174     <normaloff>:/res/reset.png</normaloff>:/res/reset.png</iconset>
175   </property>
176   <property name="text">
177    <string>Reset Page</string>
178   </property>
179   <property name="toolTip">
180    <string>Reset</string>
181   </property>
182  </action>
183  <action name="actionSave">
184   <property name="icon">
185    <iconset resource="main_resources.qrc">
186     <normaloff>:/res/save.png</normaloff>:/res/save.png</iconset>
187   </property>
188   <property name="text">
189    <string>Save Project</string>
190   </property>
191   <property name="toolTip">
192    <string>Save</string>
193   </property>
194  </action>
195  <action name="actionReport">
196   <property name="icon">
197    <iconset resource="main_resources.qrc">
198     <normaloff>:/res/report.png</normaloff>:/res/report.png</iconset>
199   </property>
200   <property name="text">
201    <string>Report Results</string>
202   </property>
203   <property name="toolTip">
204    <string>report</string>
205   </property>
206  </action>
207  <action name="actionUndo">
208   <property name="icon">
209    <iconset resource="main_resources.qrc">
210     <normaloff>:/res/undo.png</normaloff>
211     <normalon>res/undo.png</normalon>:/res/undo.png</iconset>
212   </property>
213   <property name="text">
214    <string>Undo</string>
215   </property>
216  </action>
217  <action name="actionRedo">
218   <property name="icon">
219    <iconset resource="main_resources.qrc">
220     <normaloff>:/res/redo.png</normaloff>:/res/redo.png</iconset>
221   </property>
222   <property name="text">
223    <string>Redo</string>
224   </property>
225   <property name="toolTip">
226    <string>Redo</string>
227   </property>
228  </action>
229  <action name="actionCopy">
230   <property name="icon">
231    <iconset resource="main_resources.qrc">
232     <normaloff>:/res/copy.png</normaloff>:/res/copy.png</iconset>
233   </property>
234   <property name="text">
235    <string>Copy Params</string>
236   </property>
237   <property name="toolTip">
238    <string>Copy parameter values</string>
239   </property>
240  </action>
241  <action name="actionPaste">
242   <property name="icon">
243    <iconset resource="main_resources.qrc">
244     <normaloff>:/res/paste.png</normaloff>:/res/paste.png</iconset>
245   </property>
246   <property name="text">
247    <string>Paste Params</string>
248   </property>
249   <property name="toolTip">
250    <string>Paste parameter values</string>
251   </property>
252  </action>
253  <action name="actionBookmarks">
254   <property name="checkable">
255    <bool>true</bool>
256   </property>
257   <property name="icon">
258    <iconset resource="main_resources.qrc">
259     <normaloff>:/res/bookmark.png</normaloff>:/res/bookmark.png</iconset>
260   </property>
261   <property name="text">
262    <string>Bookmarks</string>
263   </property>
264  </action>
265  <action name="actionPerspective">
266   <property name="text">
267    <string>Perspective</string>
268   </property>
269  </action>
270  <action name="actionLoadData">
271   <property name="text">
272    <string>Load Data File(s)</string>
273   </property>
274  </action>
275  <action name="actionLoad_Data_Folder">
276   <property name="text">
277    <string>Load Data Folder</string>
278   </property>
279  </action>
280  <action name="actionOpen_Project">
281   <property name="text">
282    <string>Open Project</string>
283   </property>
284  </action>
285  <action name="actionOpen_Analysis">
286   <property name="text">
287    <string>Open Analysis</string>
288   </property>
289  </action>
290  <action name="actionSave_Analysis">
291   <property name="text">
292    <string>Save Analysis</string>
293   </property>
294  </action>
295  <action name="actionQuit">
296   <property name="text">
297    <string>Quit</string>
298   </property>
299  </action>
300  <action name="actionShow_Grid_Window">
301   <property name="text">
302    <string>Show Grid Window</string>
303   </property>
304  </action>
305  <action name="actionHide_Toolbar">
306   <property name="text">
307    <string>Hide Toolbar</string>
308   </property>
309  </action>
310  <action name="actionStartup_Settings">
311   <property name="text">
312    <string>Startup Settings</string>
313   </property>
314  </action>
315  <action name="actionCategry_Manager">
316   <property name="text">
317    <string>Categry Manager</string>
318   </property>
319  </action>
320  <action name="actionData_Operation">
321   <property name="text">
322    <string>Data Operation</string>
323   </property>
324  </action>
325  <action name="actionSLD_Calculator">
326   <property name="text">
327    <string>SLD Calculator</string>
328   </property>
329  </action>
330  <action name="actionDensity_Volume_Calculator">
331   <property name="text">
332    <string>Density/Volume Calculator</string>
333   </property>
334  </action>
335  <action name="actionSlit_Size_Calculator">
336   <property name="text">
337    <string>Slit Size Calculator</string>
338   </property>
339  </action>
340  <action name="actionSAS_Resolution_Estimator">
341   <property name="text">
342    <string>SAS Resolution Estimator</string>
343   </property>
344  </action>
345  <action name="actionGeneric_Scattering_Calculator">
346   <property name="text">
347    <string>Generic Scattering Calculator</string>
348   </property>
349  </action>
350  <action name="actionPython_Shell_Editor">
351   <property name="text">
352    <string>Python Shell/Editor</string>
353   </property>
354  </action>
355  <action name="actionImage_Viewer">
356   <property name="text">
357    <string>Image Viewer</string>
358   </property>
359  </action>
360  <action name="actionNew_Fit_Page">
361   <property name="text">
362    <string>New Fit Page</string>
363   </property>
364  </action>
365  <action name="actionConstrained_Fit">
366   <property name="text">
367    <string>Constrained or Simultaneous Fit</string>
368   </property>
369  </action>
370  <action name="actionCombine_Batch_Fit">
371   <property name="text">
372    <string>Combine Batch Fit</string>
373   </property>
374  </action>
375  <action name="actionFit_Options">
376   <property name="text">
377    <string>Fit Options</string>
378   </property>
379  </action>
380  <action name="actionFit_Results">
381   <property name="text">
382    <string>Fit Results</string>
383   </property>
384  </action>
385  <action name="actionChain_Fitting">
386   <property name="text">
387    <string>Chain Fitting (BatchFit only)</string>
388   </property>
389  </action>
390  <action name="actionEdit_Custom_Model">
391   <property name="text">
392    <string>Edit Custom Model</string>
393   </property>
394  </action>
395  <action name="actionCascade">
396   <property name="text">
397    <string>Cascade</string>
398   </property>
399  </action>
400  <action name="actionTile">
401   <property name="text">
402    <string>Tile</string>
403   </property>
404  </action>
405  <action name="actionTile_Vertically">
406   <property name="text">
407    <string>Tile Vertically</string>
408   </property>
409  </action>
410  <action name="actionArrange_Icons">
411   <property name="text">
412    <string>Arrange Icons</string>
413   </property>
414  </action>
415  <action name="actionNext">
416   <property name="text">
417    <string>Next</string>
418   </property>
419  </action>
420  <action name="actionPrevious">
421   <property name="text">
422    <string>Previous</string>
423   </property>
424  </action>
425  <action name="actionFitting">
426   <property name="checkable">
427    <bool>true</bool>
428   </property>
429   <property name="text">
430    <string>Fitting</string>
431   </property>
432  </action>
433  <action name="actionInversion">
434   <property name="checkable">
435    <bool>true</bool>
436   </property>
437   <property name="text">
438    <string>Pr Inversion</string>
439   </property>
440  </action>
441  <action name="actionInvariant">
442   <property name="checkable">
443    <bool>true</bool>
444   </property>
445   <property name="text">
446    <string>Invariant</string>
447   </property>
448  </action>
449  <action name="actionDocumentation">
450   <property name="text">
451    <string>Documentation</string>
452   </property>
453  </action>
454  <action name="actionTutorial">
455   <property name="text">
456    <string>Tutorial</string>
457   </property>
458  </action>
459  <action name="actionAcknowledge">
460   <property name="text">
461    <string>Acknowledge</string>
462   </property>
463  </action>
464  <action name="actionAbout">
465   <property name="text">
466    <string>About</string>
467   </property>
468  </action>
469  <action name="actionCheck_for_update">
470   <property name="text">
471    <string>Check for update</string>
472   </property>
473  </action>
474  <action name="actionExcel">
475   <property name="text">
476    <string>Excel</string>
477   </property>
478  </action>
479  <action name="actionLatex">
480   <property name="text">
481    <string>Latex</string>
482   </property>
483  </action>
484 </widget>
485 <resources>
486  <include location="main_resources.qrc"/>
487 </resources>
488 <connections/>
489</ui>
Note: See TracBrowser for help on using the repository browser.