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