[f721030] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <ui version="4.0"> |
---|
| 3 | <class>tabbedInvariantUI</class> |
---|
| 4 | <widget class="QDialog" name="tabbedInvariantUI"> |
---|
| 5 | <property name="geometry"> |
---|
| 6 | <rect> |
---|
| 7 | <x>0</x> |
---|
| 8 | <y>0</y> |
---|
[d1955d67] | 9 | <width>422</width> |
---|
[f1f3e6a] | 10 | <height>473</height> |
---|
[f721030] | 11 | </rect> |
---|
| 12 | </property> |
---|
[f1f3e6a] | 13 | <property name="sizePolicy"> |
---|
| 14 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
---|
| 15 | <horstretch>0</horstretch> |
---|
| 16 | <verstretch>0</verstretch> |
---|
| 17 | </sizepolicy> |
---|
| 18 | </property> |
---|
[f721030] | 19 | <property name="windowTitle"> |
---|
| 20 | <string>Dialog</string> |
---|
| 21 | </property> |
---|
| 22 | <layout class="QGridLayout" name="gridLayout_11"> |
---|
[f1f3e6a] | 23 | <item row="1" column="0"> |
---|
| 24 | <spacer name="verticalSpacer"> |
---|
| 25 | <property name="orientation"> |
---|
| 26 | <enum>Qt::Vertical</enum> |
---|
| 27 | </property> |
---|
| 28 | <property name="sizeHint" stdset="0"> |
---|
| 29 | <size> |
---|
| 30 | <width>20</width> |
---|
| 31 | <height>2</height> |
---|
| 32 | </size> |
---|
| 33 | </property> |
---|
| 34 | </spacer> |
---|
| 35 | </item> |
---|
| 36 | <item row="2" column="0"> |
---|
| 37 | <layout class="QHBoxLayout" name="horizontalLayout_8"> |
---|
| 38 | <item> |
---|
| 39 | <widget class="QPushButton" name="cmdCalculate"> |
---|
| 40 | <property name="toolTip"> |
---|
| 41 | <string>Compute invariant</string> |
---|
| 42 | </property> |
---|
| 43 | <property name="text"> |
---|
| 44 | <string>Calculate</string> |
---|
| 45 | </property> |
---|
| 46 | </widget> |
---|
| 47 | </item> |
---|
| 48 | <item> |
---|
| 49 | <spacer name="horizontalSpacer"> |
---|
| 50 | <property name="orientation"> |
---|
| 51 | <enum>Qt::Horizontal</enum> |
---|
| 52 | </property> |
---|
| 53 | <property name="sizeHint" stdset="0"> |
---|
| 54 | <size> |
---|
| 55 | <width>40</width> |
---|
| 56 | <height>20</height> |
---|
| 57 | </size> |
---|
| 58 | </property> |
---|
| 59 | </spacer> |
---|
| 60 | </item> |
---|
| 61 | <item> |
---|
| 62 | <widget class="QPushButton" name="cmdStatus"> |
---|
| 63 | <property name="enabled"> |
---|
| 64 | <bool>false</bool> |
---|
| 65 | </property> |
---|
| 66 | <property name="toolTip"> |
---|
| 67 | <string>Get more details of computation such as fraction from extrapolation</string> |
---|
| 68 | </property> |
---|
| 69 | <property name="text"> |
---|
| 70 | <string>Status</string> |
---|
| 71 | </property> |
---|
| 72 | </widget> |
---|
| 73 | </item> |
---|
| 74 | <item> |
---|
| 75 | <widget class="QPushButton" name="cmdHelp"> |
---|
| 76 | <property name="toolTip"> |
---|
| 77 | <string/> |
---|
| 78 | </property> |
---|
| 79 | <property name="text"> |
---|
| 80 | <string>Help</string> |
---|
| 81 | </property> |
---|
| 82 | </widget> |
---|
| 83 | </item> |
---|
| 84 | </layout> |
---|
| 85 | </item> |
---|
[f721030] | 86 | <item row="0" column="0"> |
---|
| 87 | <widget class="QTabWidget" name="tabWidget"> |
---|
| 88 | <property name="currentIndex"> |
---|
| 89 | <number>0</number> |
---|
| 90 | </property> |
---|
| 91 | <widget class="QWidget" name="tabMain"> |
---|
| 92 | <attribute name="title"> |
---|
| 93 | <string>Invariant</string> |
---|
| 94 | </attribute> |
---|
| 95 | <layout class="QGridLayout" name="gridLayout_9"> |
---|
| 96 | <item row="0" column="0"> |
---|
| 97 | <widget class="QGroupBox" name="groupBox"> |
---|
| 98 | <property name="title"> |
---|
| 99 | <string>I(q) data source</string> |
---|
| 100 | </property> |
---|
| 101 | <layout class="QGridLayout" name="gridLayout_2"> |
---|
| 102 | <item row="0" column="0"> |
---|
| 103 | <layout class="QHBoxLayout" name="horizontalLayout_4"> |
---|
| 104 | <item> |
---|
[f1f3e6a] | 105 | <widget class="QLabel" name="lblName"> |
---|
[f721030] | 106 | <property name="text"> |
---|
| 107 | <string>Name:</string> |
---|
| 108 | </property> |
---|
| 109 | </widget> |
---|
| 110 | </item> |
---|
| 111 | <item> |
---|
[f1f3e6a] | 112 | <widget class="QLineEdit" name="txtName"> |
---|
[f721030] | 113 | <property name="enabled"> |
---|
[f1f3e6a] | 114 | <bool>false</bool> |
---|
[e540cd2] | 115 | </property> |
---|
| 116 | <property name="frame"> |
---|
[f721030] | 117 | <bool>false</bool> |
---|
| 118 | </property> |
---|
| 119 | <property name="readOnly"> |
---|
| 120 | <bool>false</bool> |
---|
| 121 | </property> |
---|
| 122 | </widget> |
---|
| 123 | </item> |
---|
| 124 | </layout> |
---|
| 125 | </item> |
---|
| 126 | <item row="1" column="0"> |
---|
| 127 | <widget class="QGroupBox" name="groupBox_2"> |
---|
| 128 | <property name="title"> |
---|
| 129 | <string>Total Q range</string> |
---|
| 130 | </property> |
---|
| 131 | <layout class="QGridLayout" name="gridLayout"> |
---|
| 132 | <item row="0" column="0"> |
---|
| 133 | <layout class="QHBoxLayout" name="horizontalLayout"> |
---|
| 134 | <item> |
---|
[f1f3e6a] | 135 | <widget class="QLabel" name="lblTotalQMin"> |
---|
[f721030] | 136 | <property name="text"> |
---|
| 137 | <string>Min:</string> |
---|
| 138 | </property> |
---|
| 139 | </widget> |
---|
| 140 | </item> |
---|
| 141 | <item> |
---|
[f1f3e6a] | 142 | <widget class="QLineEdit" name="txtTotalQMin"> |
---|
[f721030] | 143 | <property name="enabled"> |
---|
| 144 | <bool>false</bool> |
---|
| 145 | </property> |
---|
| 146 | </widget> |
---|
| 147 | </item> |
---|
| 148 | <item> |
---|
[f1f3e6a] | 149 | <widget class="QLabel" name="lblTotalQMax"> |
---|
[f721030] | 150 | <property name="text"> |
---|
| 151 | <string>Max:</string> |
---|
| 152 | </property> |
---|
| 153 | </widget> |
---|
| 154 | </item> |
---|
| 155 | <item> |
---|
[f1f3e6a] | 156 | <widget class="QLineEdit" name="txtTotalQMax"> |
---|
[f721030] | 157 | <property name="enabled"> |
---|
| 158 | <bool>false</bool> |
---|
| 159 | </property> |
---|
| 160 | </widget> |
---|
| 161 | </item> |
---|
| 162 | <item> |
---|
[f1f3e6a] | 163 | <widget class="QLabel" name="lblTotalQUnits"> |
---|
[f721030] | 164 | <property name="text"> |
---|
| 165 | <string><html><head/><body><p>Ã
<span style=" vertical-align:super;">-1</span></p></body></html></string> |
---|
| 166 | </property> |
---|
| 167 | </widget> |
---|
| 168 | </item> |
---|
| 169 | </layout> |
---|
| 170 | </item> |
---|
| 171 | </layout> |
---|
| 172 | </widget> |
---|
| 173 | </item> |
---|
| 174 | </layout> |
---|
| 175 | </widget> |
---|
| 176 | </item> |
---|
| 177 | <item row="1" column="0"> |
---|
| 178 | <widget class="QGroupBox" name="groupBox_7"> |
---|
| 179 | <property name="title"> |
---|
| 180 | <string>Output</string> |
---|
| 181 | </property> |
---|
| 182 | <layout class="QGridLayout" name="gridLayout_5"> |
---|
| 183 | <item row="0" column="0"> |
---|
| 184 | <widget class="QLabel" name="label_21"> |
---|
| 185 | <property name="text"> |
---|
| 186 | <string>Volume fraction:</string> |
---|
| 187 | </property> |
---|
| 188 | </widget> |
---|
| 189 | </item> |
---|
| 190 | <item row="0" column="1"> |
---|
[f1f3e6a] | 191 | <widget class="QLineEdit" name="txtVolFract"> |
---|
[f721030] | 192 | <property name="enabled"> |
---|
[f1f3e6a] | 193 | <bool>false</bool> |
---|
[f721030] | 194 | </property> |
---|
[e540cd2] | 195 | <property name="autoFillBackground"> |
---|
| 196 | <bool>true</bool> |
---|
| 197 | </property> |
---|
| 198 | <property name="styleSheet"> |
---|
| 199 | <string notr="true"/> |
---|
| 200 | </property> |
---|
| 201 | <property name="frame"> |
---|
| 202 | <bool>true</bool> |
---|
| 203 | </property> |
---|
| 204 | <property name="alignment"> |
---|
| 205 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
---|
| 206 | </property> |
---|
[f721030] | 207 | <property name="readOnly"> |
---|
| 208 | <bool>true</bool> |
---|
| 209 | </property> |
---|
| 210 | </widget> |
---|
| 211 | </item> |
---|
| 212 | <item row="0" column="2"> |
---|
| 213 | <widget class="QLabel" name="label_20"> |
---|
| 214 | <property name="text"> |
---|
| 215 | <string>+/-</string> |
---|
| 216 | </property> |
---|
| 217 | </widget> |
---|
| 218 | </item> |
---|
| 219 | <item row="0" column="3"> |
---|
[f1f3e6a] | 220 | <widget class="QLineEdit" name="txtVolFractErr"> |
---|
[f721030] | 221 | <property name="enabled"> |
---|
[f1f3e6a] | 222 | <bool>false</bool> |
---|
[f721030] | 223 | </property> |
---|
[e540cd2] | 224 | <property name="frame"> |
---|
| 225 | <bool>true</bool> |
---|
| 226 | </property> |
---|
| 227 | <property name="alignment"> |
---|
| 228 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
---|
| 229 | </property> |
---|
[f721030] | 230 | <property name="readOnly"> |
---|
| 231 | <bool>true</bool> |
---|
| 232 | </property> |
---|
| 233 | </widget> |
---|
| 234 | </item> |
---|
| 235 | <item row="1" column="0"> |
---|
| 236 | <widget class="QLabel" name="label_22"> |
---|
| 237 | <property name="text"> |
---|
| 238 | <string>Specific Surface:</string> |
---|
| 239 | </property> |
---|
| 240 | </widget> |
---|
| 241 | </item> |
---|
| 242 | <item row="1" column="1"> |
---|
[f1f3e6a] | 243 | <widget class="QLineEdit" name="txtSpecSurf"> |
---|
[f721030] | 244 | <property name="enabled"> |
---|
[f1f3e6a] | 245 | <bool>false</bool> |
---|
[f721030] | 246 | </property> |
---|
[e540cd2] | 247 | <property name="frame"> |
---|
| 248 | <bool>true</bool> |
---|
| 249 | </property> |
---|
| 250 | <property name="alignment"> |
---|
| 251 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
---|
| 252 | </property> |
---|
[f721030] | 253 | <property name="readOnly"> |
---|
| 254 | <bool>true</bool> |
---|
| 255 | </property> |
---|
| 256 | </widget> |
---|
| 257 | </item> |
---|
| 258 | <item row="1" column="2"> |
---|
| 259 | <widget class="QLabel" name="label_23"> |
---|
| 260 | <property name="text"> |
---|
| 261 | <string>+/-</string> |
---|
| 262 | </property> |
---|
| 263 | </widget> |
---|
| 264 | </item> |
---|
| 265 | <item row="1" column="3"> |
---|
[f1f3e6a] | 266 | <widget class="QLineEdit" name="txtSpecSurfErr"> |
---|
[f721030] | 267 | <property name="enabled"> |
---|
[f1f3e6a] | 268 | <bool>false</bool> |
---|
[f721030] | 269 | </property> |
---|
[e540cd2] | 270 | <property name="frame"> |
---|
| 271 | <bool>true</bool> |
---|
| 272 | </property> |
---|
| 273 | <property name="alignment"> |
---|
| 274 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
---|
| 275 | </property> |
---|
[f721030] | 276 | <property name="readOnly"> |
---|
| 277 | <bool>true</bool> |
---|
| 278 | </property> |
---|
| 279 | </widget> |
---|
| 280 | </item> |
---|
| 281 | <item row="1" column="4"> |
---|
[f1f3e6a] | 282 | <widget class="QLabel" name="lblSpecificSurfaceUnits"> |
---|
[f721030] | 283 | <property name="text"> |
---|
| 284 | <string><html><head/><body><p>Ã
<span style=" vertical-align:super;">-1</span></p></body></html></string> |
---|
| 285 | </property> |
---|
| 286 | </widget> |
---|
| 287 | </item> |
---|
| 288 | <item row="2" column="0" colspan="5"> |
---|
| 289 | <widget class="Line" name="line"> |
---|
| 290 | <property name="orientation"> |
---|
| 291 | <enum>Qt::Horizontal</enum> |
---|
| 292 | </property> |
---|
| 293 | </widget> |
---|
| 294 | </item> |
---|
| 295 | <item row="3" column="0"> |
---|
| 296 | <widget class="QLabel" name="label_25"> |
---|
| 297 | <property name="text"> |
---|
| 298 | <string>Invariant Total [Q]:</string> |
---|
| 299 | </property> |
---|
| 300 | </widget> |
---|
| 301 | </item> |
---|
| 302 | <item row="3" column="1"> |
---|
[f1f3e6a] | 303 | <widget class="QLineEdit" name="txtInvariantTot"> |
---|
[f721030] | 304 | <property name="enabled"> |
---|
[f1f3e6a] | 305 | <bool>false</bool> |
---|
[f721030] | 306 | </property> |
---|
[f1f3e6a] | 307 | <property name="toolTip"> |
---|
| 308 | <string>Total invariant [Q*], including extrapolated regions.</string> |
---|
[e540cd2] | 309 | </property> |
---|
| 310 | <property name="frame"> |
---|
| 311 | <bool>true</bool> |
---|
| 312 | </property> |
---|
| 313 | <property name="alignment"> |
---|
| 314 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
---|
[f721030] | 315 | </property> |
---|
| 316 | <property name="readOnly"> |
---|
| 317 | <bool>true</bool> |
---|
| 318 | </property> |
---|
| 319 | </widget> |
---|
| 320 | </item> |
---|
| 321 | <item row="3" column="2"> |
---|
| 322 | <widget class="QLabel" name="label_26"> |
---|
| 323 | <property name="text"> |
---|
| 324 | <string>+/-</string> |
---|
| 325 | </property> |
---|
| 326 | </widget> |
---|
| 327 | </item> |
---|
| 328 | <item row="3" column="3"> |
---|
[f1f3e6a] | 329 | <widget class="QLineEdit" name="txtInvariantTotErr"> |
---|
[f721030] | 330 | <property name="enabled"> |
---|
[f1f3e6a] | 331 | <bool>false</bool> |
---|
[e540cd2] | 332 | </property> |
---|
| 333 | <property name="frame"> |
---|
| 334 | <bool>true</bool> |
---|
| 335 | </property> |
---|
| 336 | <property name="alignment"> |
---|
| 337 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
---|
[f721030] | 338 | </property> |
---|
| 339 | <property name="readOnly"> |
---|
| 340 | <bool>true</bool> |
---|
| 341 | </property> |
---|
| 342 | </widget> |
---|
| 343 | </item> |
---|
| 344 | <item row="3" column="4"> |
---|
[f1f3e6a] | 345 | <widget class="QLabel" name="lblInvariantTotalQUnits"> |
---|
[f721030] | 346 | <property name="text"> |
---|
| 347 | <string><html><head/><body><p>(cm Ã
<span style=" vertical-align:super;">3</span>)<span style=" vertical-align:super;">-1</span></p></body></html></string> |
---|
| 348 | </property> |
---|
| 349 | </widget> |
---|
| 350 | </item> |
---|
| 351 | </layout> |
---|
| 352 | </widget> |
---|
| 353 | </item> |
---|
| 354 | </layout> |
---|
| 355 | </widget> |
---|
| 356 | <widget class="QWidget" name="tabOptions"> |
---|
| 357 | <attribute name="title"> |
---|
| 358 | <string>Options</string> |
---|
| 359 | </attribute> |
---|
| 360 | <layout class="QGridLayout" name="gridLayout_6"> |
---|
| 361 | <item row="0" column="0"> |
---|
| 362 | <widget class="QGroupBox" name="groupBox_3"> |
---|
| 363 | <property name="title"> |
---|
| 364 | <string>Customized input</string> |
---|
| 365 | </property> |
---|
| 366 | <layout class="QGridLayout" name="gridLayout_4"> |
---|
| 367 | <item row="0" column="0"> |
---|
| 368 | <layout class="QGridLayout" name="gridLayout_3"> |
---|
| 369 | <item row="0" column="0"> |
---|
| 370 | <widget class="QLabel" name="label_5"> |
---|
| 371 | <property name="text"> |
---|
| 372 | <string>Background:</string> |
---|
| 373 | </property> |
---|
| 374 | </widget> |
---|
| 375 | </item> |
---|
| 376 | <item row="0" column="1"> |
---|
[f1f3e6a] | 377 | <widget class="QLineEdit" name="txtBackgd"/> |
---|
[f721030] | 378 | </item> |
---|
| 379 | <item row="0" column="2"> |
---|
| 380 | <widget class="QLabel" name="label_8"> |
---|
| 381 | <property name="text"> |
---|
| 382 | <string><html><head/><body><p>cm<span style=" vertical-align:super;">-1</span></p></body></html></string> |
---|
| 383 | </property> |
---|
| 384 | </widget> |
---|
| 385 | </item> |
---|
| 386 | <item row="0" column="3"> |
---|
| 387 | <widget class="QLabel" name="label_9"> |
---|
| 388 | <property name="text"> |
---|
| 389 | <string>Scale:</string> |
---|
| 390 | </property> |
---|
| 391 | </widget> |
---|
| 392 | </item> |
---|
| 393 | <item row="0" column="4"> |
---|
[f1f3e6a] | 394 | <widget class="QLineEdit" name="txtScale"/> |
---|
[f721030] | 395 | </item> |
---|
| 396 | <item row="1" column="0"> |
---|
| 397 | <widget class="QLabel" name="label_6"> |
---|
| 398 | <property name="text"> |
---|
| 399 | <string>Contrast:</string> |
---|
| 400 | </property> |
---|
| 401 | </widget> |
---|
| 402 | </item> |
---|
| 403 | <item row="1" column="1"> |
---|
[f1f3e6a] | 404 | <widget class="QLineEdit" name="txtContrast"/> |
---|
[f721030] | 405 | </item> |
---|
| 406 | <item row="1" column="2"> |
---|
[f1f3e6a] | 407 | <widget class="QLabel" name="lblContrastUnits"> |
---|
[f721030] | 408 | <property name="text"> |
---|
| 409 | <string><html><head/><body><p>Ã
<span style=" vertical-align:super;">-2</span></p></body></html></string> |
---|
| 410 | </property> |
---|
| 411 | </widget> |
---|
| 412 | </item> |
---|
| 413 | <item row="1" column="3"> |
---|
| 414 | <widget class="QLabel" name="label_10"> |
---|
| 415 | <property name="text"> |
---|
| 416 | <string><html><head/><body><p>Porod<br/>constant:</p></body></html></string> |
---|
| 417 | </property> |
---|
| 418 | </widget> |
---|
| 419 | </item> |
---|
| 420 | <item row="1" column="4"> |
---|
[f1f3e6a] | 421 | <widget class="QLineEdit" name="txtPorodCst"> |
---|
| 422 | <property name="toolTip"> |
---|
| 423 | <string>Porod constant (optional)</string> |
---|
| 424 | </property> |
---|
| 425 | </widget> |
---|
[f721030] | 426 | </item> |
---|
| 427 | <item row="1" column="5"> |
---|
[f1f3e6a] | 428 | <widget class="QLabel" name="lblPorodCstUnits"> |
---|
[f721030] | 429 | <property name="text"> |
---|
| 430 | <string><html><head/><body><p>(cm Ã
<span style=" vertical-align:super;">4</span>)<span style=" vertical-align:super;">-1</span></p></body></html></string> |
---|
| 431 | </property> |
---|
| 432 | </widget> |
---|
| 433 | </item> |
---|
| 434 | </layout> |
---|
| 435 | </item> |
---|
| 436 | </layout> |
---|
| 437 | </widget> |
---|
| 438 | </item> |
---|
| 439 | <item row="1" column="0"> |
---|
| 440 | <widget class="QGroupBox" name="groupBox_4"> |
---|
| 441 | <property name="title"> |
---|
| 442 | <string>Extrapolation</string> |
---|
| 443 | </property> |
---|
| 444 | <layout class="QGridLayout" name="gridLayout_10"> |
---|
| 445 | <item row="0" column="0" colspan="2"> |
---|
| 446 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
---|
| 447 | <item> |
---|
| 448 | <widget class="QLabel" name="label_12"> |
---|
| 449 | <property name="text"> |
---|
| 450 | <string>Q Range:</string> |
---|
| 451 | </property> |
---|
| 452 | </widget> |
---|
| 453 | </item> |
---|
| 454 | <item> |
---|
| 455 | <widget class="QLabel" name="label_14"> |
---|
| 456 | <property name="text"> |
---|
| 457 | <string>Min</string> |
---|
| 458 | </property> |
---|
| 459 | </widget> |
---|
| 460 | </item> |
---|
| 461 | <item> |
---|
[f1f3e6a] | 462 | <widget class="QLineEdit" name="txtExtrapolQMin"> |
---|
[f721030] | 463 | <property name="enabled"> |
---|
| 464 | <bool>false</bool> |
---|
| 465 | </property> |
---|
[f1f3e6a] | 466 | <property name="toolTip"> |
---|
| 467 | <string>The minimum extrapolated q value.</string> |
---|
| 468 | </property> |
---|
[f721030] | 469 | </widget> |
---|
| 470 | </item> |
---|
| 471 | <item> |
---|
| 472 | <widget class="QLabel" name="label_13"> |
---|
| 473 | <property name="text"> |
---|
| 474 | <string>Max</string> |
---|
| 475 | </property> |
---|
| 476 | </widget> |
---|
| 477 | </item> |
---|
| 478 | <item> |
---|
[f1f3e6a] | 479 | <widget class="QLineEdit" name="txtExtrapolQMax"> |
---|
[f721030] | 480 | <property name="enabled"> |
---|
| 481 | <bool>false</bool> |
---|
| 482 | </property> |
---|
| 483 | </widget> |
---|
| 484 | </item> |
---|
| 485 | <item> |
---|
[f1f3e6a] | 486 | <widget class="QLabel" name="lblExtrapolQUnits"> |
---|
[f721030] | 487 | <property name="text"> |
---|
| 488 | <string><html><head/><body><p>Ã
<span style=" vertical-align:super;">-1</span></p></body></html></string> |
---|
| 489 | </property> |
---|
| 490 | </widget> |
---|
| 491 | </item> |
---|
| 492 | </layout> |
---|
| 493 | </item> |
---|
| 494 | <item row="1" column="0"> |
---|
[f1f3e6a] | 495 | <widget class="QGroupBox" name="groupBox_lowQ"> |
---|
[f721030] | 496 | <property name="title"> |
---|
| 497 | <string>Low Q</string> |
---|
| 498 | </property> |
---|
| 499 | <layout class="QGridLayout" name="gridLayout_7"> |
---|
[f1f3e6a] | 500 | <item row="1" column="0" colspan="2"> |
---|
[f721030] | 501 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
---|
| 502 | <item> |
---|
| 503 | <widget class="QLabel" name="label_16"> |
---|
| 504 | <property name="text"> |
---|
| 505 | <string>Npts:</string> |
---|
| 506 | </property> |
---|
| 507 | </widget> |
---|
| 508 | </item> |
---|
| 509 | <item> |
---|
[f1f3e6a] | 510 | <widget class="QLineEdit" name="txtNptsLowQ"> |
---|
| 511 | <property name="toolTip"> |
---|
| 512 | <string>Number of Q points to consider |
---|
| 513 | while extrapolating the low-Q region</string> |
---|
| 514 | </property> |
---|
| 515 | </widget> |
---|
[f721030] | 516 | </item> |
---|
| 517 | </layout> |
---|
| 518 | </item> |
---|
| 519 | <item row="2" column="0"> |
---|
[f1f3e6a] | 520 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
---|
| 521 | <item> |
---|
| 522 | <widget class="QRadioButton" name="rbGuinier"> |
---|
[f721030] | 523 | <property name="text"> |
---|
| 524 | <string>Guinier</string> |
---|
| 525 | </property> |
---|
[f1f3e6a] | 526 | <property name="checked"> |
---|
| 527 | <bool>true</bool> |
---|
| 528 | </property> |
---|
| 529 | <property name="autoExclusive"> |
---|
| 530 | <bool>false</bool> |
---|
| 531 | </property> |
---|
[f721030] | 532 | </widget> |
---|
| 533 | </item> |
---|
[f1f3e6a] | 534 | <item> |
---|
| 535 | <widget class="QRadioButton" name="rbPowerLawLowQ"> |
---|
[f721030] | 536 | <property name="text"> |
---|
[f1f3e6a] | 537 | <string>Power law</string> |
---|
| 538 | </property> |
---|
| 539 | <property name="checked"> |
---|
| 540 | <bool>false</bool> |
---|
| 541 | </property> |
---|
| 542 | <property name="autoExclusive"> |
---|
| 543 | <bool>false</bool> |
---|
[f721030] | 544 | </property> |
---|
| 545 | </widget> |
---|
| 546 | </item> |
---|
[f1f3e6a] | 547 | </layout> |
---|
| 548 | </item> |
---|
| 549 | <item row="3" column="0" colspan="2"> |
---|
| 550 | <layout class="QHBoxLayout" name="horizontalLayout_6"> |
---|
| 551 | <item> |
---|
| 552 | <widget class="QLabel" name="label_17"> |
---|
[f721030] | 553 | <property name="text"> |
---|
[f1f3e6a] | 554 | <string>Power:</string> |
---|
[f721030] | 555 | </property> |
---|
| 556 | </widget> |
---|
| 557 | </item> |
---|
[f1f3e6a] | 558 | <item> |
---|
| 559 | <widget class="QLineEdit" name="txtPowerLowQ"> |
---|
| 560 | <property name="toolTip"> |
---|
| 561 | <string>Exponent to apply to the Power_law function.</string> |
---|
[f721030] | 562 | </property> |
---|
| 563 | </widget> |
---|
| 564 | </item> |
---|
| 565 | </layout> |
---|
| 566 | </item> |
---|
[f1f3e6a] | 567 | <item row="0" column="0" colspan="2"> |
---|
| 568 | <widget class="QCheckBox" name="chkLowQ"> |
---|
| 569 | <property name="toolTip"> |
---|
| 570 | <string>Check to extrapolate data at low-Q</string> |
---|
| 571 | </property> |
---|
| 572 | <property name="text"> |
---|
| 573 | <string>Enable Low-Q extrapolation</string> |
---|
| 574 | </property> |
---|
| 575 | </widget> |
---|
| 576 | </item> |
---|
| 577 | <item row="2" column="1"> |
---|
| 578 | <layout class="QVBoxLayout" name="verticalLayout"> |
---|
[f721030] | 579 | <item> |
---|
[f1f3e6a] | 580 | <widget class="QRadioButton" name="rbFitLowQ"> |
---|
| 581 | <property name="enabled"> |
---|
| 582 | <bool>true</bool> |
---|
| 583 | </property> |
---|
[f721030] | 584 | <property name="text"> |
---|
[f1f3e6a] | 585 | <string>Fit</string> |
---|
| 586 | </property> |
---|
| 587 | <property name="checkable"> |
---|
| 588 | <bool>true</bool> |
---|
| 589 | </property> |
---|
| 590 | <property name="checked"> |
---|
| 591 | <bool>true</bool> |
---|
| 592 | </property> |
---|
| 593 | <property name="autoExclusive"> |
---|
| 594 | <bool>true</bool> |
---|
[f721030] | 595 | </property> |
---|
| 596 | </widget> |
---|
| 597 | </item> |
---|
| 598 | <item> |
---|
[f1f3e6a] | 599 | <widget class="QRadioButton" name="rbFixLowQ"> |
---|
| 600 | <property name="text"> |
---|
| 601 | <string>Fix</string> |
---|
| 602 | </property> |
---|
| 603 | <property name="checkable"> |
---|
| 604 | <bool>true</bool> |
---|
| 605 | </property> |
---|
| 606 | <property name="checked"> |
---|
| 607 | <bool>false</bool> |
---|
| 608 | </property> |
---|
| 609 | <property name="autoExclusive"> |
---|
| 610 | <bool>true</bool> |
---|
| 611 | </property> |
---|
| 612 | </widget> |
---|
[f721030] | 613 | </item> |
---|
| 614 | </layout> |
---|
| 615 | </item> |
---|
| 616 | </layout> |
---|
| 617 | </widget> |
---|
| 618 | </item> |
---|
| 619 | <item row="1" column="1"> |
---|
[f1f3e6a] | 620 | <widget class="QGroupBox" name="groupBox_highQ"> |
---|
[f721030] | 621 | <property name="title"> |
---|
| 622 | <string>High Q</string> |
---|
| 623 | </property> |
---|
| 624 | <layout class="QGridLayout" name="gridLayout_8"> |
---|
| 625 | <item row="0" column="0"> |
---|
[f1f3e6a] | 626 | <widget class="QCheckBox" name="chkHighQ"> |
---|
| 627 | <property name="toolTip"> |
---|
| 628 | <string>Check to extrapolate data at high-Q</string> |
---|
| 629 | </property> |
---|
[f721030] | 630 | <property name="text"> |
---|
| 631 | <string>Enable High-Q extrapolation</string> |
---|
| 632 | </property> |
---|
| 633 | </widget> |
---|
| 634 | </item> |
---|
| 635 | <item row="1" column="0"> |
---|
| 636 | <layout class="QHBoxLayout" name="horizontalLayout_5"> |
---|
| 637 | <item> |
---|
| 638 | <widget class="QLabel" name="label_18"> |
---|
| 639 | <property name="text"> |
---|
| 640 | <string>Npts:</string> |
---|
| 641 | </property> |
---|
| 642 | </widget> |
---|
| 643 | </item> |
---|
| 644 | <item> |
---|
[f1f3e6a] | 645 | <widget class="QLineEdit" name="txtNptsHighQ"> |
---|
| 646 | <property name="toolTip"> |
---|
| 647 | <string>Number of Q points to consider |
---|
| 648 | while extrapolating the high-Q region</string> |
---|
| 649 | </property> |
---|
| 650 | </widget> |
---|
[f721030] | 651 | </item> |
---|
| 652 | </layout> |
---|
| 653 | </item> |
---|
| 654 | <item row="2" column="0"> |
---|
[f1f3e6a] | 655 | <layout class="QGridLayout" name="gridLayout_13"> |
---|
[f721030] | 656 | <item row="0" column="0"> |
---|
[f1f3e6a] | 657 | <widget class="QRadioButton" name="rbFitHighQ"> |
---|
[f721030] | 658 | <property name="text"> |
---|
| 659 | <string>Fit</string> |
---|
| 660 | </property> |
---|
[f1f3e6a] | 661 | <property name="checkable"> |
---|
| 662 | <bool>true</bool> |
---|
| 663 | </property> |
---|
| 664 | <property name="checked"> |
---|
| 665 | <bool>false</bool> |
---|
| 666 | </property> |
---|
[f721030] | 667 | </widget> |
---|
| 668 | </item> |
---|
| 669 | <item row="1" column="0"> |
---|
[f1f3e6a] | 670 | <widget class="QRadioButton" name="rbFixHighQ"> |
---|
[f721030] | 671 | <property name="text"> |
---|
| 672 | <string>Fix</string> |
---|
| 673 | </property> |
---|
[f1f3e6a] | 674 | <property name="checked"> |
---|
| 675 | <bool>true</bool> |
---|
| 676 | </property> |
---|
[f721030] | 677 | </widget> |
---|
| 678 | </item> |
---|
| 679 | </layout> |
---|
| 680 | </item> |
---|
| 681 | <item row="3" column="0"> |
---|
| 682 | <layout class="QHBoxLayout" name="horizontalLayout_7"> |
---|
| 683 | <item> |
---|
| 684 | <widget class="QLabel" name="label_19"> |
---|
| 685 | <property name="text"> |
---|
| 686 | <string>Power:</string> |
---|
| 687 | </property> |
---|
| 688 | </widget> |
---|
| 689 | </item> |
---|
| 690 | <item> |
---|
[f1f3e6a] | 691 | <widget class="QLineEdit" name="txtPowerHighQ"> |
---|
| 692 | <property name="toolTip"> |
---|
| 693 | <string>Exponent to apply to the Power_law function.</string> |
---|
| 694 | </property> |
---|
| 695 | </widget> |
---|
[f721030] | 696 | </item> |
---|
| 697 | </layout> |
---|
| 698 | </item> |
---|
| 699 | </layout> |
---|
| 700 | </widget> |
---|
| 701 | </item> |
---|
| 702 | </layout> |
---|
| 703 | </widget> |
---|
| 704 | </item> |
---|
| 705 | </layout> |
---|
| 706 | </widget> |
---|
| 707 | </widget> |
---|
| 708 | </item> |
---|
| 709 | </layout> |
---|
| 710 | </widget> |
---|
[e540cd2] | 711 | <resources/> |
---|
[f721030] | 712 | <connections/> |
---|
| 713 | </ui> |
---|