1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>ConstraintWidgetUI</class> |
---|
4 | <widget class="QWidget" name="ConstraintWidgetUI"> |
---|
5 | <property name="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>597</width> |
---|
10 | <height>607</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="windowTitle"> |
---|
14 | <string>Constrained and Simultaneous Fit</string> |
---|
15 | </property> |
---|
16 | <layout class="QGridLayout" name="gridLayout_3"> |
---|
17 | <item row="0" column="0"> |
---|
18 | <widget class="QGroupBox" name="groupBox"> |
---|
19 | <property name="title"> |
---|
20 | <string>Source choice for simultaneous fitting</string> |
---|
21 | </property> |
---|
22 | <layout class="QGridLayout" name="gridLayout_2"> |
---|
23 | <item row="0" column="0"> |
---|
24 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
---|
25 | <item> |
---|
26 | <widget class="QRadioButton" name="btnSingle"> |
---|
27 | <property name="text"> |
---|
28 | <string>Single fits</string> |
---|
29 | </property> |
---|
30 | <property name="checked"> |
---|
31 | <bool>true</bool> |
---|
32 | </property> |
---|
33 | </widget> |
---|
34 | </item> |
---|
35 | <item> |
---|
36 | <widget class="QRadioButton" name="btnBatch"> |
---|
37 | <property name="text"> |
---|
38 | <string>Batch fits</string> |
---|
39 | </property> |
---|
40 | </widget> |
---|
41 | </item> |
---|
42 | <item> |
---|
43 | <widget class="QCheckBox" name="chkChain"> |
---|
44 | <property name="text"> |
---|
45 | <string>Chained fit</string> |
---|
46 | </property> |
---|
47 | </widget> |
---|
48 | </item> |
---|
49 | <item> |
---|
50 | <spacer name="horizontalSpacer"> |
---|
51 | <property name="orientation"> |
---|
52 | <enum>Qt::Horizontal</enum> |
---|
53 | </property> |
---|
54 | <property name="sizeHint" stdset="0"> |
---|
55 | <size> |
---|
56 | <width>18</width> |
---|
57 | <height>17</height> |
---|
58 | </size> |
---|
59 | </property> |
---|
60 | </spacer> |
---|
61 | </item> |
---|
62 | </layout> |
---|
63 | </item> |
---|
64 | <item row="1" column="0"> |
---|
65 | <layout class="QHBoxLayout" name="tblLayout"/> |
---|
66 | </item> |
---|
67 | </layout> |
---|
68 | </widget> |
---|
69 | </item> |
---|
70 | <item row="1" column="0"> |
---|
71 | <widget class="QGroupBox" name="groupBox_2"> |
---|
72 | <property name="title"> |
---|
73 | <string>Constraints</string> |
---|
74 | </property> |
---|
75 | <layout class="QGridLayout" name="gridLayout"> |
---|
76 | <item row="0" column="0"> |
---|
77 | <layout class="QHBoxLayout" name="horizontalLayout_4"> |
---|
78 | <item> |
---|
79 | <layout class="QHBoxLayout" name="horizontalLayout"> |
---|
80 | <item> |
---|
81 | <widget class="QLabel" name="label"> |
---|
82 | <property name="text"> |
---|
83 | <string>Special cases</string> |
---|
84 | </property> |
---|
85 | </widget> |
---|
86 | </item> |
---|
87 | <item> |
---|
88 | <widget class="QComboBox" name="cbCases"> |
---|
89 | <item> |
---|
90 | <property name="text"> |
---|
91 | <string>None</string> |
---|
92 | </property> |
---|
93 | </item> |
---|
94 | </widget> |
---|
95 | </item> |
---|
96 | </layout> |
---|
97 | </item> |
---|
98 | <item> |
---|
99 | <spacer name="horizontalSpacer_3"> |
---|
100 | <property name="orientation"> |
---|
101 | <enum>Qt::Horizontal</enum> |
---|
102 | </property> |
---|
103 | <property name="sizeHint" stdset="0"> |
---|
104 | <size> |
---|
105 | <width>40</width> |
---|
106 | <height>20</height> |
---|
107 | </size> |
---|
108 | </property> |
---|
109 | </spacer> |
---|
110 | </item> |
---|
111 | <item> |
---|
112 | <widget class="QPushButton" name="cmdAdd"> |
---|
113 | <property name="toolTip"> |
---|
114 | <string>Define constraints between two fit pages.</string> |
---|
115 | </property> |
---|
116 | <property name="text"> |
---|
117 | <string>Add constraints</string> |
---|
118 | </property> |
---|
119 | </widget> |
---|
120 | </item> |
---|
121 | </layout> |
---|
122 | </item> |
---|
123 | <item row="1" column="0"> |
---|
124 | <widget class="QTableWidget" name="tblConstraints"> |
---|
125 | <property name="sizePolicy"> |
---|
126 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
---|
127 | <horstretch>0</horstretch> |
---|
128 | <verstretch>0</verstretch> |
---|
129 | </sizepolicy> |
---|
130 | </property> |
---|
131 | <property name="contextMenuPolicy"> |
---|
132 | <enum>Qt::ActionsContextMenu</enum> |
---|
133 | </property> |
---|
134 | <column> |
---|
135 | <property name="text"> |
---|
136 | <string/> |
---|
137 | </property> |
---|
138 | </column> |
---|
139 | </widget> |
---|
140 | </item> |
---|
141 | </layout> |
---|
142 | </widget> |
---|
143 | </item> |
---|
144 | <item row="2" column="0"> |
---|
145 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
---|
146 | <item> |
---|
147 | <spacer name="horizontalSpacer_2"> |
---|
148 | <property name="orientation"> |
---|
149 | <enum>Qt::Horizontal</enum> |
---|
150 | </property> |
---|
151 | <property name="sizeHint" stdset="0"> |
---|
152 | <size> |
---|
153 | <width>273</width> |
---|
154 | <height>20</height> |
---|
155 | </size> |
---|
156 | </property> |
---|
157 | </spacer> |
---|
158 | </item> |
---|
159 | <item> |
---|
160 | <widget class="QPushButton" name="cmdFit"> |
---|
161 | <property name="sizePolicy"> |
---|
162 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
163 | <horstretch>0</horstretch> |
---|
164 | <verstretch>0</verstretch> |
---|
165 | </sizepolicy> |
---|
166 | </property> |
---|
167 | <property name="minimumSize"> |
---|
168 | <size> |
---|
169 | <width>75</width> |
---|
170 | <height>23</height> |
---|
171 | </size> |
---|
172 | </property> |
---|
173 | <property name="toolTip"> |
---|
174 | <string>Perform simultaneous fitting of selected fit pages.</string> |
---|
175 | </property> |
---|
176 | <property name="text"> |
---|
177 | <string>Fit</string> |
---|
178 | </property> |
---|
179 | </widget> |
---|
180 | </item> |
---|
181 | <item> |
---|
182 | <widget class="QPushButton" name="cmdHelp"> |
---|
183 | <property name="sizePolicy"> |
---|
184 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
185 | <horstretch>0</horstretch> |
---|
186 | <verstretch>0</verstretch> |
---|
187 | </sizepolicy> |
---|
188 | </property> |
---|
189 | <property name="minimumSize"> |
---|
190 | <size> |
---|
191 | <width>75</width> |
---|
192 | <height>23</height> |
---|
193 | </size> |
---|
194 | </property> |
---|
195 | <property name="toolTip"> |
---|
196 | <string>Display help on constrained and simultaneous fitting.</string> |
---|
197 | </property> |
---|
198 | <property name="text"> |
---|
199 | <string>Help</string> |
---|
200 | </property> |
---|
201 | </widget> |
---|
202 | </item> |
---|
203 | </layout> |
---|
204 | </item> |
---|
205 | </layout> |
---|
206 | </widget> |
---|
207 | <resources/> |
---|
208 | <connections/> |
---|
209 | </ui> |
---|