source: sasview/src/sas/qtgui/Utilities/UI/GridPanelUI.ui @ 3b3b40b

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 3b3b40b was 3b3b40b, checked in by Piotr Rozyczko <rozyczko@…>, 6 years ago

Merging feature branches

  • Property mode set to 100755
File size: 3.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>GridPanelUI</class>
4 <widget class="QMainWindow" name="GridPanelUI">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>939</width>
10    <height>329</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string>Batch Fitting Results</string>
21  </property>
22  <widget class="QWidget" name="centralwidget">
23   <layout class="QGridLayout" name="gridLayout">
24    <item row="1" column="0">
25     <layout class="QHBoxLayout" name="horizontalLayout">
26      <item>
27       <spacer name="horizontalSpacer">
28        <property name="orientation">
29         <enum>Qt::Horizontal</enum>
30        </property>
31        <property name="sizeHint" stdset="0">
32         <size>
33          <width>40</width>
34          <height>20</height>
35         </size>
36        </property>
37       </spacer>
38      </item>
39      <item>
40       <widget class="QPushButton" name="cmdOK">
41        <property name="text">
42         <string>Close</string>
43        </property>
44       </widget>
45      </item>
46      <item>
47       <widget class="QPushButton" name="cmdHelp">
48        <property name="text">
49         <string>Help</string>
50        </property>
51       </widget>
52      </item>
53     </layout>
54    </item>
55    <item row="0" column="0">
56     <widget class="QTableWidget" name="tblParams">
57      <property name="contextMenuPolicy">
58       <enum>Qt::CustomContextMenu</enum>
59      </property>
60      <property name="alternatingRowColors">
61       <bool>true</bool>
62      </property>
63      <property name="selectionBehavior">
64       <enum>QAbstractItemView::SelectRows</enum>
65      </property>
66     </widget>
67    </item>
68   </layout>
69  </widget>
70  <widget class="QMenuBar" name="menubar">
71   <property name="geometry">
72    <rect>
73     <x>0</x>
74     <y>0</y>
75     <width>939</width>
76     <height>26</height>
77    </rect>
78   </property>
79   <widget class="QMenu" name="menuFile">
80    <property name="title">
81     <string>File</string>
82    </property>
83    <addaction name="actionOpen"/>
84    <addaction name="actionOpen_with_Excel"/>
85    <addaction name="separator"/>
86    <addaction name="actionSave"/>
87   </widget>
88   <addaction name="menuFile"/>
89  </widget>
90  <action name="actionOpen">
91   <property name="text">
92    <string>Open</string>
93   </property>
94  </action>
95  <action name="actionOpen_with_Excel">
96   <property name="text">
97    <string>Open with Excel</string>
98   </property>
99  </action>
100  <action name="actionSave">
101   <property name="text">
102    <string>Save</string>
103   </property>
104  </action>
105 </widget>
106 <resources/>
107 <connections>
108  <connection>
109   <sender>cmdOK</sender>
110   <signal>clicked()</signal>
111   <receiver>GridPanelUI</receiver>
112   <slot>close()</slot>
113   <hints>
114    <hint type="sourcelabel">
115     <x>832</x>
116     <y>535</y>
117    </hint>
118    <hint type="destinationlabel">
119     <x>495</x>
120     <y>293</y>
121    </hint>
122   </hints>
123  </connection>
124 </connections>
125</ui>
Note: See TracBrowser for help on using the repository browser.