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

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

Initial version of the C&S widget

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