source: sasview/src/sas/qtgui/Perspectives/Fitting/UI/ConstraintWidgetUI.ui @ aa88b76

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since aa88b76 was 91ad45c, checked in by Piotr Rozyczko <rozyczko@…>, 6 years ago

Chain fitting for constraint batch fitting

  • Property mode set to 100755
File size: 5.5 KB
Line 
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>428</width>
10    <height>457</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Constrained and Simultaneous Fit</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
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="QVBoxLayout" name="verticalLayout">
23      <item>
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>
65       <widget class="QTableWidget" name="tblTabList">
66        <property name="sizePolicy">
67         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
68          <horstretch>0</horstretch>
69          <verstretch>0</verstretch>
70         </sizepolicy>
71        </property>
72        <property name="contextMenuPolicy">
73         <enum>Qt::ActionsContextMenu</enum>
74        </property>
75        <property name="alternatingRowColors">
76         <bool>true</bool>
77        </property>
78        <property name="selectionBehavior">
79         <enum>QAbstractItemView::SelectRows</enum>
80        </property>
81       </widget>
82      </item>
83     </layout>
84    </widget>
85   </item>
86   <item row="1" column="0">
87    <widget class="QGroupBox" name="groupBox_2">
88     <property name="title">
89      <string>Constraints</string>
90     </property>
91     <layout class="QGridLayout" name="gridLayout_2">
92      <item row="0" column="0">
93       <layout class="QHBoxLayout" name="horizontalLayout">
94        <item>
95         <widget class="QLabel" name="label">
96          <property name="text">
97           <string>Special cases</string>
98          </property>
99         </widget>
100        </item>
101        <item>
102         <widget class="QComboBox" name="cbCases">
103          <item>
104           <property name="text">
105            <string>None</string>
106           </property>
107          </item>
108         </widget>
109        </item>
110       </layout>
111      </item>
112      <item row="1" column="0">
113       <widget class="QTableWidget" name="tblConstraints">
114        <property name="sizePolicy">
115         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
116          <horstretch>0</horstretch>
117          <verstretch>0</verstretch>
118         </sizepolicy>
119        </property>
120        <property name="contextMenuPolicy">
121         <enum>Qt::ActionsContextMenu</enum>
122        </property>
123        <column>
124         <property name="text">
125          <string/>
126         </property>
127        </column>
128       </widget>
129      </item>
130     </layout>
131    </widget>
132   </item>
133   <item row="2" column="0">
134    <layout class="QHBoxLayout" name="horizontalLayout_3">
135     <item>
136      <spacer name="horizontalSpacer_2">
137       <property name="orientation">
138        <enum>Qt::Horizontal</enum>
139       </property>
140       <property name="sizeHint" stdset="0">
141        <size>
142         <width>273</width>
143         <height>20</height>
144        </size>
145       </property>
146      </spacer>
147     </item>
148     <item>
149      <widget class="QPushButton" name="cmdFit">
150       <property name="sizePolicy">
151        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
152         <horstretch>0</horstretch>
153         <verstretch>0</verstretch>
154        </sizepolicy>
155       </property>
156       <property name="minimumSize">
157        <size>
158         <width>75</width>
159         <height>23</height>
160        </size>
161       </property>
162       <property name="text">
163        <string>Fit</string>
164       </property>
165      </widget>
166     </item>
167     <item>
168      <widget class="QPushButton" name="cmdHelp">
169       <property name="sizePolicy">
170        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
171         <horstretch>0</horstretch>
172         <verstretch>0</verstretch>
173        </sizepolicy>
174       </property>
175       <property name="minimumSize">
176        <size>
177         <width>75</width>
178         <height>23</height>
179        </size>
180       </property>
181       <property name="text">
182        <string>Help</string>
183       </property>
184      </widget>
185     </item>
186    </layout>
187   </item>
188  </layout>
189 </widget>
190 <resources/>
191 <connections/>
192</ui>
Note: See TracBrowser for help on using the repository browser.