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

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

Initial commit of the main window prototype

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