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

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since ecc5d043 was ecc5d043, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 5 years ago

Reworked the complex constraint functionality SASVIEW-1019

  • Property mode set to 100755
File size: 6.6 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>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_2">
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">
92      <item row="0" column="0">
93       <layout class="QHBoxLayout" name="horizontalLayout_4">
94        <item>
95         <layout class="QHBoxLayout" name="horizontalLayout">
96          <item>
97           <widget class="QLabel" name="label">
98            <property name="text">
99             <string>Special cases</string>
100            </property>
101           </widget>
102          </item>
103          <item>
104           <widget class="QComboBox" name="cbCases">
105            <item>
106             <property name="text">
107              <string>None</string>
108             </property>
109            </item>
110           </widget>
111          </item>
112         </layout>
113        </item>
114        <item>
115         <spacer name="horizontalSpacer_3">
116          <property name="orientation">
117           <enum>Qt::Horizontal</enum>
118          </property>
119          <property name="sizeHint" stdset="0">
120           <size>
121            <width>40</width>
122            <height>20</height>
123           </size>
124          </property>
125         </spacer>
126        </item>
127        <item>
128         <widget class="QPushButton" name="cmdAdd">
129          <property name="toolTip">
130           <string>Define constraints between two fit pages.</string>
131          </property>
132          <property name="text">
133           <string>Add constraints</string>
134          </property>
135         </widget>
136        </item>
137       </layout>
138      </item>
139      <item row="1" column="0">
140       <widget class="QTableWidget" name="tblConstraints">
141        <property name="sizePolicy">
142         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
143          <horstretch>0</horstretch>
144          <verstretch>0</verstretch>
145         </sizepolicy>
146        </property>
147        <property name="contextMenuPolicy">
148         <enum>Qt::ActionsContextMenu</enum>
149        </property>
150        <column>
151         <property name="text">
152          <string/>
153         </property>
154        </column>
155       </widget>
156      </item>
157     </layout>
158    </widget>
159   </item>
160   <item row="2" column="0">
161    <layout class="QHBoxLayout" name="horizontalLayout_3">
162     <item>
163      <spacer name="horizontalSpacer_2">
164       <property name="orientation">
165        <enum>Qt::Horizontal</enum>
166       </property>
167       <property name="sizeHint" stdset="0">
168        <size>
169         <width>273</width>
170         <height>20</height>
171        </size>
172       </property>
173      </spacer>
174     </item>
175     <item>
176      <widget class="QPushButton" name="cmdFit">
177       <property name="sizePolicy">
178        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
179         <horstretch>0</horstretch>
180         <verstretch>0</verstretch>
181        </sizepolicy>
182       </property>
183       <property name="minimumSize">
184        <size>
185         <width>75</width>
186         <height>23</height>
187        </size>
188       </property>
189       <property name="toolTip">
190        <string>Perform simultaneous fitting of selected fit pages.</string>
191       </property>
192       <property name="text">
193        <string>Fit</string>
194       </property>
195      </widget>
196     </item>
197     <item>
198      <widget class="QPushButton" name="cmdHelp">
199       <property name="sizePolicy">
200        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
201         <horstretch>0</horstretch>
202         <verstretch>0</verstretch>
203        </sizepolicy>
204       </property>
205       <property name="minimumSize">
206        <size>
207         <width>75</width>
208         <height>23</height>
209        </size>
210       </property>
211       <property name="toolTip">
212        <string>Display help on constrained and simultaneous fitting.</string>
213       </property>
214       <property name="text">
215        <string>Help</string>
216       </property>
217      </widget>
218     </item>
219    </layout>
220   </item>
221  </layout>
222 </widget>
223 <resources/>
224 <connections/>
225</ui>
Note: See TracBrowser for help on using the repository browser.