[180bd54] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <ui version="4.0"> |
---|
| 3 | <class>tabOptions</class> |
---|
| 4 | <widget class="QWidget" name="tabOptions"> |
---|
| 5 | <property name="geometry"> |
---|
| 6 | <rect> |
---|
| 7 | <x>0</x> |
---|
| 8 | <y>0</y> |
---|
| 9 | <width>522</width> |
---|
| 10 | <height>667</height> |
---|
| 11 | </rect> |
---|
| 12 | </property> |
---|
| 13 | <property name="windowTitle"> |
---|
| 14 | <string>Fit Options</string> |
---|
| 15 | </property> |
---|
| 16 | <layout class="QGridLayout" name="gridLayout_23"> |
---|
| 17 | <item row="0" column="0"> |
---|
| 18 | <widget class="QGroupBox" name="groupBox_4"> |
---|
| 19 | <property name="title"> |
---|
| 20 | <string>Fitting range</string> |
---|
| 21 | </property> |
---|
| 22 | <layout class="QGridLayout" name="gridLayout_11"> |
---|
| 23 | <item row="0" column="0" rowspan="2"> |
---|
| 24 | <layout class="QGridLayout" name="gridLayout_13"> |
---|
| 25 | <item row="0" column="0"> |
---|
| 26 | <widget class="QLabel" name="label_9"> |
---|
| 27 | <property name="text"> |
---|
| 28 | <string>Min range</string> |
---|
| 29 | </property> |
---|
| 30 | </widget> |
---|
| 31 | </item> |
---|
| 32 | <item row="0" column="1"> |
---|
[c1e380e] | 33 | <widget class="QLineEdit" name="txtMinRange"> |
---|
| 34 | <property name="toolTip"> |
---|
| 35 | <string><html><head/><body><p>Minimum value of Q.</p></body></html></string> |
---|
| 36 | </property> |
---|
| 37 | </widget> |
---|
[180bd54] | 38 | </item> |
---|
| 39 | <item row="0" column="2"> |
---|
| 40 | <widget class="QLabel" name="label_13"> |
---|
| 41 | <property name="text"> |
---|
| 42 | <string><html><head/><body><p>Ã
<span style=" vertical-align:super;">-1</span></p></body></html></string> |
---|
| 43 | </property> |
---|
| 44 | </widget> |
---|
| 45 | </item> |
---|
| 46 | <item row="1" column="0"> |
---|
| 47 | <widget class="QLabel" name="label_14"> |
---|
| 48 | <property name="text"> |
---|
| 49 | <string>Max range</string> |
---|
| 50 | </property> |
---|
| 51 | </widget> |
---|
| 52 | </item> |
---|
| 53 | <item row="1" column="1"> |
---|
[c1e380e] | 54 | <widget class="QLineEdit" name="txtMaxRange"> |
---|
| 55 | <property name="toolTip"> |
---|
| 56 | <string><html><head/><body><p>Maximum value of Q.</p></body></html></string> |
---|
| 57 | </property> |
---|
| 58 | </widget> |
---|
[180bd54] | 59 | </item> |
---|
| 60 | <item row="1" column="2"> |
---|
| 61 | <widget class="QLabel" name="label_15"> |
---|
| 62 | <property name="text"> |
---|
| 63 | <string><html><head/><body><p>Ã
<span style=" vertical-align:super;">-1</span></p></body></html></string> |
---|
| 64 | </property> |
---|
| 65 | </widget> |
---|
| 66 | </item> |
---|
| 67 | </layout> |
---|
| 68 | </item> |
---|
| 69 | <item row="0" column="1" rowspan="2"> |
---|
| 70 | <spacer name="horizontalSpacer_8"> |
---|
| 71 | <property name="orientation"> |
---|
| 72 | <enum>Qt::Horizontal</enum> |
---|
| 73 | </property> |
---|
| 74 | <property name="sizeHint" stdset="0"> |
---|
| 75 | <size> |
---|
| 76 | <width>217</width> |
---|
| 77 | <height>20</height> |
---|
| 78 | </size> |
---|
| 79 | </property> |
---|
| 80 | </spacer> |
---|
| 81 | </item> |
---|
| 82 | <item row="0" column="2"> |
---|
| 83 | <widget class="QPushButton" name="cmdReset"> |
---|
[c1e380e] | 84 | <property name="toolTip"> |
---|
| 85 | <string><html><head/><body><p>Reset the Q range to the default.</p></body></html></string> |
---|
| 86 | </property> |
---|
[180bd54] | 87 | <property name="text"> |
---|
| 88 | <string>Reset</string> |
---|
| 89 | </property> |
---|
| 90 | </widget> |
---|
| 91 | </item> |
---|
| 92 | <item row="1" column="2"> |
---|
| 93 | <widget class="QPushButton" name="cmdMaskEdit"> |
---|
| 94 | <property name="text"> |
---|
| 95 | <string>Mask Editor</string> |
---|
| 96 | </property> |
---|
| 97 | </widget> |
---|
| 98 | </item> |
---|
| 99 | </layout> |
---|
| 100 | </widget> |
---|
| 101 | </item> |
---|
| 102 | <item row="1" column="0"> |
---|
| 103 | <widget class="QGroupBox" name="groupBox_5"> |
---|
| 104 | <property name="title"> |
---|
| 105 | <string>Data points</string> |
---|
| 106 | </property> |
---|
| 107 | <layout class="QGridLayout" name="gridLayout_14"> |
---|
| 108 | <item row="0" column="0"> |
---|
| 109 | <layout class="QGridLayout" name="gridLayout_15"> |
---|
| 110 | <item row="0" column="0"> |
---|
| 111 | <widget class="QLabel" name="label_21"> |
---|
| 112 | <property name="text"> |
---|
| 113 | <string>Npts</string> |
---|
| 114 | </property> |
---|
| 115 | </widget> |
---|
| 116 | </item> |
---|
| 117 | <item row="0" column="1"> |
---|
[c1e380e] | 118 | <widget class="QLineEdit" name="txtNpts"> |
---|
| 119 | <property name="toolTip"> |
---|
| 120 | <string><html><head/><body><p>Total number of data points.</p></body></html></string> |
---|
| 121 | </property> |
---|
| 122 | </widget> |
---|
[180bd54] | 123 | </item> |
---|
| 124 | <item row="0" column="2"> |
---|
| 125 | <widget class="QCheckBox" name="chkLogData"> |
---|
[c1e380e] | 126 | <property name="toolTip"> |
---|
| 127 | <string><html><head/><body><p>Check to use log spaced points.</p></body></html></string> |
---|
| 128 | </property> |
---|
[180bd54] | 129 | <property name="text"> |
---|
| 130 | <string>Log spaced points</string> |
---|
| 131 | </property> |
---|
| 132 | </widget> |
---|
| 133 | </item> |
---|
| 134 | <item row="1" column="0"> |
---|
| 135 | <widget class="QLabel" name="label_22"> |
---|
| 136 | <property name="text"> |
---|
| 137 | <string>Npts(Fit)</string> |
---|
| 138 | </property> |
---|
| 139 | </widget> |
---|
| 140 | </item> |
---|
| 141 | <item row="1" column="1"> |
---|
| 142 | <widget class="QLineEdit" name="txtNptsFit"> |
---|
[c1e380e] | 143 | <property name="toolTip"> |
---|
| 144 | <string><html><head/><body><p>Number of points selected for fitting.</p></body></html></string> |
---|
| 145 | </property> |
---|
[180bd54] | 146 | <property name="readOnly"> |
---|
| 147 | <bool>true</bool> |
---|
| 148 | </property> |
---|
| 149 | </widget> |
---|
| 150 | </item> |
---|
| 151 | <item row="2" column="0"> |
---|
| 152 | <widget class="QLabel" name="label_24"> |
---|
| 153 | <property name="text"> |
---|
| 154 | <string><html><head/><body><p>Ï<span style=" vertical-align:super;">2</span>/Npts</p></body></html></string> |
---|
| 155 | </property> |
---|
| 156 | </widget> |
---|
| 157 | </item> |
---|
| 158 | <item row="2" column="1"> |
---|
| 159 | <widget class="QLineEdit" name="txtChi2"> |
---|
| 160 | <property name="readOnly"> |
---|
| 161 | <bool>true</bool> |
---|
| 162 | </property> |
---|
| 163 | </widget> |
---|
| 164 | </item> |
---|
| 165 | <item row="2" column="3"> |
---|
| 166 | <widget class="QPushButton" name="cmdComputePoints"> |
---|
| 167 | <property name="text"> |
---|
| 168 | <string>Compute</string> |
---|
| 169 | </property> |
---|
| 170 | </widget> |
---|
| 171 | </item> |
---|
| 172 | <item row="1" column="2"> |
---|
| 173 | <spacer name="horizontalSpacer_9"> |
---|
| 174 | <property name="orientation"> |
---|
| 175 | <enum>Qt::Horizontal</enum> |
---|
| 176 | </property> |
---|
| 177 | <property name="sizeHint" stdset="0"> |
---|
| 178 | <size> |
---|
| 179 | <width>40</width> |
---|
| 180 | <height>20</height> |
---|
| 181 | </size> |
---|
| 182 | </property> |
---|
| 183 | </spacer> |
---|
| 184 | </item> |
---|
| 185 | </layout> |
---|
| 186 | </item> |
---|
| 187 | </layout> |
---|
| 188 | </widget> |
---|
| 189 | </item> |
---|
| 190 | <item row="2" column="0"> |
---|
| 191 | <widget class="QGroupBox" name="boxWeighting"> |
---|
| 192 | <property name="title"> |
---|
| 193 | <string>Weighting</string> |
---|
| 194 | </property> |
---|
| 195 | <layout class="QGridLayout" name="gridLayout_20"> |
---|
| 196 | <item row="0" column="0"> |
---|
| 197 | <layout class="QVBoxLayout" name="verticalLayout"> |
---|
| 198 | <item> |
---|
| 199 | <widget class="QRadioButton" name="rbWeighting1"> |
---|
| 200 | <property name="text"> |
---|
| 201 | <string>None</string> |
---|
| 202 | </property> |
---|
| 203 | <property name="checked"> |
---|
| 204 | <bool>true</bool> |
---|
| 205 | </property> |
---|
| 206 | </widget> |
---|
| 207 | </item> |
---|
| 208 | <item> |
---|
| 209 | <widget class="QRadioButton" name="rbWeighting2"> |
---|
| 210 | <property name="text"> |
---|
| 211 | <string>Use dI Data</string> |
---|
| 212 | </property> |
---|
| 213 | </widget> |
---|
| 214 | </item> |
---|
| 215 | <item> |
---|
| 216 | <widget class="QRadioButton" name="rbWeighting3"> |
---|
| 217 | <property name="text"> |
---|
| 218 | <string>Use |sqrt(I Data)|</string> |
---|
| 219 | </property> |
---|
| 220 | </widget> |
---|
| 221 | </item> |
---|
| 222 | <item> |
---|
| 223 | <widget class="QRadioButton" name="rbWeighting4"> |
---|
| 224 | <property name="text"> |
---|
| 225 | <string>Use |I Data|</string> |
---|
| 226 | </property> |
---|
| 227 | </widget> |
---|
| 228 | </item> |
---|
| 229 | </layout> |
---|
| 230 | </item> |
---|
| 231 | </layout> |
---|
| 232 | </widget> |
---|
| 233 | </item> |
---|
| 234 | <item row="3" column="0"> |
---|
| 235 | <spacer name="verticalSpacer"> |
---|
| 236 | <property name="orientation"> |
---|
| 237 | <enum>Qt::Vertical</enum> |
---|
| 238 | </property> |
---|
| 239 | <property name="sizeHint" stdset="0"> |
---|
| 240 | <size> |
---|
| 241 | <width>20</width> |
---|
| 242 | <height>312</height> |
---|
| 243 | </size> |
---|
| 244 | </property> |
---|
| 245 | </spacer> |
---|
| 246 | </item> |
---|
| 247 | </layout> |
---|
| 248 | </widget> |
---|
| 249 | <resources/> |
---|
| 250 | <connections/> |
---|
| 251 | </ui> |
---|