[28a09b0] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <ui version="4.0"> |
---|
| 3 | <class>GenericScatteringCalculator</class> |
---|
| 4 | <widget class="QDialog" name="GenericScatteringCalculator"> |
---|
| 5 | <property name="geometry"> |
---|
| 6 | <rect> |
---|
| 7 | <x>0</x> |
---|
| 8 | <y>0</y> |
---|
[457d961] | 9 | <width>716</width> |
---|
| 10 | <height>625</height> |
---|
[28a09b0] | 11 | </rect> |
---|
| 12 | </property> |
---|
| 13 | <property name="sizePolicy"> |
---|
[457d961] | 14 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
---|
[28a09b0] | 15 | <horstretch>0</horstretch> |
---|
| 16 | <verstretch>0</verstretch> |
---|
| 17 | </sizepolicy> |
---|
| 18 | </property> |
---|
| 19 | <property name="minimumSize"> |
---|
| 20 | <size> |
---|
[457d961] | 21 | <width>660</width> |
---|
[28a09b0] | 22 | <height>550</height> |
---|
| 23 | </size> |
---|
| 24 | </property> |
---|
[457d961] | 25 | <property name="maximumSize"> |
---|
| 26 | <size> |
---|
| 27 | <width>800</width> |
---|
| 28 | <height>700</height> |
---|
| 29 | </size> |
---|
| 30 | </property> |
---|
[28a09b0] | 31 | <property name="windowTitle"> |
---|
| 32 | <string>Generic SAS Calculator</string> |
---|
| 33 | </property> |
---|
| 34 | <property name="windowIcon"> |
---|
| 35 | <iconset> |
---|
| 36 | <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset> |
---|
| 37 | </property> |
---|
| 38 | <layout class="QGridLayout" name="gridLayout_12"> |
---|
| 39 | <item row="0" column="0" rowspan="2" colspan="2"> |
---|
| 40 | <widget class="QGroupBox" name="groupBox_Datafile"> |
---|
| 41 | <property name="font"> |
---|
| 42 | <font> |
---|
| 43 | <weight>50</weight> |
---|
| 44 | <bold>false</bold> |
---|
| 45 | </font> |
---|
| 46 | </property> |
---|
| 47 | <property name="title"> |
---|
| 48 | <string>SLD Data File</string> |
---|
| 49 | </property> |
---|
| 50 | <layout class="QGridLayout" name="gridLayout_5"> |
---|
| 51 | <item row="0" column="0"> |
---|
| 52 | <layout class="QGridLayout" name="gridLayout"> |
---|
| 53 | <item row="0" column="0"> |
---|
| 54 | <widget class="QLabel" name="lblData"> |
---|
| 55 | <property name="font"> |
---|
| 56 | <font> |
---|
| 57 | <weight>50</weight> |
---|
| 58 | <bold>false</bold> |
---|
| 59 | </font> |
---|
| 60 | </property> |
---|
| 61 | <property name="toolTip"> |
---|
| 62 | <string><html><head/><body><p>Data used to simulate SANS.</p></body></html></string> |
---|
| 63 | </property> |
---|
| 64 | <property name="text"> |
---|
| 65 | <string>Data</string> |
---|
| 66 | </property> |
---|
| 67 | </widget> |
---|
| 68 | </item> |
---|
| 69 | <item row="0" column="1"> |
---|
| 70 | <widget class="QLineEdit" name="txtData"> |
---|
| 71 | <property name="sizePolicy"> |
---|
| 72 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
---|
| 73 | <horstretch>0</horstretch> |
---|
| 74 | <verstretch>0</verstretch> |
---|
| 75 | </sizepolicy> |
---|
| 76 | </property> |
---|
| 77 | <property name="minimumSize"> |
---|
| 78 | <size> |
---|
| 79 | <width>151</width> |
---|
| 80 | <height>0</height> |
---|
| 81 | </size> |
---|
| 82 | </property> |
---|
| 83 | <property name="font"> |
---|
| 84 | <font> |
---|
| 85 | <weight>50</weight> |
---|
| 86 | <bold>false</bold> |
---|
| 87 | </font> |
---|
| 88 | </property> |
---|
| 89 | <property name="toolTip"> |
---|
| 90 | <string>Display name of loaded datafile.</string> |
---|
| 91 | </property> |
---|
| 92 | <property name="text"> |
---|
| 93 | <string>Default SLD Profile</string> |
---|
| 94 | </property> |
---|
| 95 | </widget> |
---|
| 96 | </item> |
---|
| 97 | <item row="0" column="2"> |
---|
| 98 | <widget class="QPushButton" name="cmdLoad"> |
---|
| 99 | <property name="sizePolicy"> |
---|
| 100 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
---|
| 101 | <horstretch>0</horstretch> |
---|
| 102 | <verstretch>0</verstretch> |
---|
| 103 | </sizepolicy> |
---|
| 104 | </property> |
---|
| 105 | <property name="minimumSize"> |
---|
| 106 | <size> |
---|
| 107 | <width>80</width> |
---|
| 108 | <height>23</height> |
---|
| 109 | </size> |
---|
| 110 | </property> |
---|
| 111 | <property name="font"> |
---|
| 112 | <font> |
---|
| 113 | <weight>50</weight> |
---|
| 114 | <bold>false</bold> |
---|
| 115 | </font> |
---|
| 116 | </property> |
---|
| 117 | <property name="toolTip"> |
---|
| 118 | <string><html><head/><body><p>Only .txt, .omf, .sld and .pdf datafile formats are supported. </p><p>Load data and generate 3D plots in real space.</p></body></html></string> |
---|
| 119 | </property> |
---|
| 120 | <property name="text"> |
---|
| 121 | <string>Load</string> |
---|
| 122 | </property> |
---|
| 123 | <property name="autoDefault"> |
---|
| 124 | <bool>false</bool> |
---|
| 125 | </property> |
---|
| 126 | </widget> |
---|
| 127 | </item> |
---|
| 128 | <item row="1" column="0"> |
---|
| 129 | <widget class="QLabel" name="lblShape"> |
---|
| 130 | <property name="font"> |
---|
| 131 | <font> |
---|
| 132 | <weight>50</weight> |
---|
| 133 | <bold>false</bold> |
---|
| 134 | </font> |
---|
| 135 | </property> |
---|
| 136 | <property name="toolTip"> |
---|
| 137 | <string><html><head/><body><p>Default shape of the sample.</p></body></html></string> |
---|
| 138 | </property> |
---|
| 139 | <property name="text"> |
---|
| 140 | <string>Shape</string> |
---|
| 141 | </property> |
---|
| 142 | </widget> |
---|
| 143 | </item> |
---|
| 144 | <item row="1" column="1"> |
---|
| 145 | <widget class="QComboBox" name="cbShape"> |
---|
| 146 | <property name="sizePolicy"> |
---|
| 147 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
---|
| 148 | <horstretch>0</horstretch> |
---|
| 149 | <verstretch>0</verstretch> |
---|
| 150 | </sizepolicy> |
---|
| 151 | </property> |
---|
| 152 | <property name="font"> |
---|
| 153 | <font> |
---|
| 154 | <weight>50</weight> |
---|
| 155 | <bold>false</bold> |
---|
| 156 | </font> |
---|
| 157 | </property> |
---|
| 158 | <property name="toolTip"> |
---|
| 159 | <string><html><head/><body><p>Select the default shape of the sample.</p></body></html></string> |
---|
| 160 | </property> |
---|
| 161 | <item> |
---|
| 162 | <property name="text"> |
---|
| 163 | <string>Rectangular</string> |
---|
| 164 | </property> |
---|
| 165 | </item> |
---|
| 166 | <item> |
---|
| 167 | <property name="text"> |
---|
| 168 | <string>Ellipsoid</string> |
---|
| 169 | </property> |
---|
| 170 | </item> |
---|
| 171 | </widget> |
---|
| 172 | </item> |
---|
| 173 | <item row="1" column="2"> |
---|
| 174 | <widget class="QPushButton" name="cmdDraw"> |
---|
| 175 | <property name="enabled"> |
---|
| 176 | <bool>false</bool> |
---|
| 177 | </property> |
---|
| 178 | <property name="sizePolicy"> |
---|
| 179 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
---|
| 180 | <horstretch>0</horstretch> |
---|
| 181 | <verstretch>0</verstretch> |
---|
| 182 | </sizepolicy> |
---|
| 183 | </property> |
---|
| 184 | <property name="minimumSize"> |
---|
| 185 | <size> |
---|
| 186 | <width>80</width> |
---|
| 187 | <height>23</height> |
---|
| 188 | </size> |
---|
| 189 | </property> |
---|
| 190 | <property name="font"> |
---|
| 191 | <font> |
---|
| 192 | <weight>50</weight> |
---|
| 193 | <bold>false</bold> |
---|
| 194 | </font> |
---|
| 195 | </property> |
---|
| 196 | <property name="toolTip"> |
---|
| 197 | <string><html><head/><body><p>Generate a 3D plot with arrows for the magnetic vectors.</p><p>It is not recommanded for a large number of pixels.</p></body></html></string> |
---|
| 198 | </property> |
---|
| 199 | <property name="text"> |
---|
| 200 | <string>Draw</string> |
---|
| 201 | </property> |
---|
| 202 | <property name="autoDefault"> |
---|
| 203 | <bool>false</bool> |
---|
| 204 | </property> |
---|
| 205 | </widget> |
---|
| 206 | </item> |
---|
| 207 | </layout> |
---|
| 208 | </item> |
---|
| 209 | </layout> |
---|
| 210 | </widget> |
---|
| 211 | </item> |
---|
| 212 | <item row="0" column="3" rowspan="7" colspan="2"> |
---|
| 213 | <widget class="Line" name="line"> |
---|
| 214 | <property name="orientation"> |
---|
| 215 | <enum>Qt::Vertical</enum> |
---|
| 216 | </property> |
---|
| 217 | </widget> |
---|
| 218 | </item> |
---|
| 219 | <item row="0" column="5" rowspan="5"> |
---|
| 220 | <widget class="QGroupBox" name="groupBox_SLDPixelInfo"> |
---|
| 221 | <property name="font"> |
---|
| 222 | <font> |
---|
| 223 | <weight>50</weight> |
---|
| 224 | <bold>false</bold> |
---|
| 225 | </font> |
---|
| 226 | </property> |
---|
| 227 | <property name="title"> |
---|
| 228 | <string>SLD Pixel Info</string> |
---|
| 229 | </property> |
---|
| 230 | <layout class="QGridLayout" name="gridLayout_11"> |
---|
| 231 | <item row="0" column="0"> |
---|
| 232 | <widget class="QLabel" name="lblNoPixels"> |
---|
| 233 | <property name="font"> |
---|
| 234 | <font> |
---|
| 235 | <weight>50</weight> |
---|
| 236 | <bold>false</bold> |
---|
| 237 | </font> |
---|
| 238 | </property> |
---|
| 239 | <property name="toolTip"> |
---|
| 240 | <string>Number of pixels. |
---|
| 241 | Not editable.</string> |
---|
| 242 | </property> |
---|
| 243 | <property name="text"> |
---|
| 244 | <string>No. of Pixels</string> |
---|
| 245 | </property> |
---|
| 246 | </widget> |
---|
| 247 | </item> |
---|
| 248 | <item row="0" column="1" colspan="3"> |
---|
| 249 | <widget class="QLineEdit" name="txtNoPixels"> |
---|
| 250 | <property name="enabled"> |
---|
| 251 | <bool>false</bool> |
---|
| 252 | </property> |
---|
| 253 | <property name="minimumSize"> |
---|
| 254 | <size> |
---|
| 255 | <width>110</width> |
---|
| 256 | <height>27</height> |
---|
| 257 | </size> |
---|
| 258 | </property> |
---|
| 259 | <property name="font"> |
---|
| 260 | <font> |
---|
| 261 | <weight>50</weight> |
---|
| 262 | <bold>false</bold> |
---|
| 263 | </font> |
---|
| 264 | </property> |
---|
| 265 | <property name="text"> |
---|
| 266 | <string>1000</string> |
---|
| 267 | </property> |
---|
| 268 | <property name="readOnly"> |
---|
| 269 | <bool>true</bool> |
---|
| 270 | </property> |
---|
| 271 | </widget> |
---|
| 272 | </item> |
---|
| 273 | <item row="1" column="0" colspan="4"> |
---|
| 274 | <widget class="QGroupBox" name="groupBox_5"> |
---|
| 275 | <property name="font"> |
---|
| 276 | <font> |
---|
| 277 | <weight>50</weight> |
---|
| 278 | <bold>false</bold> |
---|
| 279 | </font> |
---|
| 280 | </property> |
---|
| 281 | <property name="title"> |
---|
| 282 | <string>Mean SLD</string> |
---|
| 283 | </property> |
---|
| 284 | <layout class="QGridLayout" name="gridLayout_8"> |
---|
| 285 | <item row="0" column="0"> |
---|
| 286 | <layout class="QGridLayout" name="gridLayout_4"> |
---|
| 287 | <item row="0" column="0"> |
---|
| 288 | <widget class="QLabel" name="lblMx"> |
---|
| 289 | <property name="font"> |
---|
| 290 | <font> |
---|
| 291 | <weight>50</weight> |
---|
| 292 | <bold>false</bold> |
---|
| 293 | </font> |
---|
| 294 | </property> |
---|
| 295 | <property name="toolTip"> |
---|
| 296 | <string><html><head/><body><p>Mean value of M<span style=" vertical-align:sub;">x</span> (x-component of the magnetisation vector).</p></body></html></string> |
---|
| 297 | </property> |
---|
| 298 | <property name="text"> |
---|
| 299 | <string>Mx</string> |
---|
| 300 | </property> |
---|
| 301 | </widget> |
---|
| 302 | </item> |
---|
| 303 | <item row="0" column="1"> |
---|
| 304 | <widget class="QLineEdit" name="txtMx"> |
---|
| 305 | <property name="minimumSize"> |
---|
| 306 | <size> |
---|
| 307 | <width>70</width> |
---|
[457d961] | 308 | <height>18</height> |
---|
[28a09b0] | 309 | </size> |
---|
| 310 | </property> |
---|
| 311 | <property name="font"> |
---|
| 312 | <font> |
---|
| 313 | <weight>50</weight> |
---|
| 314 | <bold>false</bold> |
---|
| 315 | </font> |
---|
| 316 | </property> |
---|
| 317 | <property name="toolTip"> |
---|
| 318 | <string>x component of the magnetization vector in the laboratory xyz frame</string> |
---|
| 319 | </property> |
---|
| 320 | <property name="text"> |
---|
| 321 | <string>0</string> |
---|
| 322 | </property> |
---|
| 323 | </widget> |
---|
| 324 | </item> |
---|
| 325 | <item row="0" column="2"> |
---|
[457d961] | 326 | <widget class="QLabel" name="lblUnitMx"> |
---|
[28a09b0] | 327 | <property name="font"> |
---|
| 328 | <font> |
---|
| 329 | <weight>50</weight> |
---|
| 330 | <bold>false</bold> |
---|
| 331 | </font> |
---|
| 332 | </property> |
---|
| 333 | <property name="text"> |
---|
| 334 | <string><html><head/><body><p>Ã
<span style=" vertical-align:super;">-2</span></p></body></html></string> |
---|
| 335 | </property> |
---|
| 336 | </widget> |
---|
| 337 | </item> |
---|
| 338 | <item row="1" column="0"> |
---|
| 339 | <widget class="QLabel" name="lblMy"> |
---|
| 340 | <property name="font"> |
---|
| 341 | <font> |
---|
| 342 | <weight>50</weight> |
---|
| 343 | <bold>false</bold> |
---|
| 344 | </font> |
---|
| 345 | </property> |
---|
| 346 | <property name="toolTip"> |
---|
| 347 | <string><html><head/><body><p>Mean value of My (y-component of the magnetisation vector).</p></body></html></string> |
---|
| 348 | </property> |
---|
| 349 | <property name="text"> |
---|
| 350 | <string>My</string> |
---|
| 351 | </property> |
---|
| 352 | </widget> |
---|
| 353 | </item> |
---|
| 354 | <item row="1" column="1"> |
---|
| 355 | <widget class="QLineEdit" name="txtMy"> |
---|
| 356 | <property name="minimumSize"> |
---|
| 357 | <size> |
---|
| 358 | <width>70</width> |
---|
[457d961] | 359 | <height>18</height> |
---|
[28a09b0] | 360 | </size> |
---|
| 361 | </property> |
---|
| 362 | <property name="font"> |
---|
| 363 | <font> |
---|
| 364 | <weight>50</weight> |
---|
| 365 | <bold>false</bold> |
---|
| 366 | </font> |
---|
| 367 | </property> |
---|
| 368 | <property name="toolTip"> |
---|
| 369 | <string>y component of the magnetization vector in the laboratory xyz frame</string> |
---|
| 370 | </property> |
---|
| 371 | <property name="text"> |
---|
| 372 | <string>0</string> |
---|
| 373 | </property> |
---|
| 374 | </widget> |
---|
| 375 | </item> |
---|
| 376 | <item row="1" column="2"> |
---|
| 377 | <widget class="QLabel" name="lblUnitMy"> |
---|
| 378 | <property name="font"> |
---|
| 379 | <font> |
---|
| 380 | <weight>50</weight> |
---|
| 381 | <bold>false</bold> |
---|
| 382 | </font> |
---|
| 383 | </property> |
---|
| 384 | <property name="text"> |
---|
| 385 | <string><html><head/><body><p>Ã
<span style=" vertical-align:super;">-2</span></p></body></html></string> |
---|
| 386 | </property> |
---|
| 387 | </widget> |
---|
| 388 | </item> |
---|
| 389 | <item row="2" column="0"> |
---|
| 390 | <widget class="QLabel" name="lblMz"> |
---|
| 391 | <property name="font"> |
---|
| 392 | <font> |
---|
| 393 | <weight>50</weight> |
---|
| 394 | <bold>false</bold> |
---|
| 395 | </font> |
---|
| 396 | </property> |
---|
| 397 | <property name="toolTip"> |
---|
| 398 | <string><html><head/><body><p>Mean value of M<span style=" vertical-align:sub;">z</span> (z-component of the magnetisation vector).</p></body></html></string> |
---|
| 399 | </property> |
---|
| 400 | <property name="text"> |
---|
| 401 | <string>Mz</string> |
---|
| 402 | </property> |
---|
| 403 | </widget> |
---|
| 404 | </item> |
---|
| 405 | <item row="2" column="1"> |
---|
| 406 | <widget class="QLineEdit" name="txtMz"> |
---|
| 407 | <property name="minimumSize"> |
---|
| 408 | <size> |
---|
| 409 | <width>70</width> |
---|
[457d961] | 410 | <height>18</height> |
---|
[28a09b0] | 411 | </size> |
---|
| 412 | </property> |
---|
| 413 | <property name="font"> |
---|
| 414 | <font> |
---|
| 415 | <weight>50</weight> |
---|
| 416 | <bold>false</bold> |
---|
| 417 | </font> |
---|
| 418 | </property> |
---|
| 419 | <property name="toolTip"> |
---|
| 420 | <string>z component of the magnetization vector in the laboratory xyz frame</string> |
---|
| 421 | </property> |
---|
| 422 | <property name="text"> |
---|
| 423 | <string>0</string> |
---|
| 424 | </property> |
---|
| 425 | </widget> |
---|
| 426 | </item> |
---|
| 427 | <item row="2" column="2"> |
---|
| 428 | <widget class="QLabel" name="lblUnitMz"> |
---|
| 429 | <property name="font"> |
---|
| 430 | <font> |
---|
| 431 | <weight>50</weight> |
---|
| 432 | <bold>false</bold> |
---|
| 433 | </font> |
---|
| 434 | </property> |
---|
| 435 | <property name="text"> |
---|
| 436 | <string><html><head/><body><p>Ã
<span style=" vertical-align:super;">-2</span></p></body></html></string> |
---|
| 437 | </property> |
---|
| 438 | </widget> |
---|
| 439 | </item> |
---|
| 440 | <item row="3" column="0"> |
---|
| 441 | <widget class="QLabel" name="lblNucl"> |
---|
| 442 | <property name="font"> |
---|
| 443 | <font> |
---|
| 444 | <weight>50</weight> |
---|
| 445 | <bold>false</bold> |
---|
| 446 | </font> |
---|
| 447 | </property> |
---|
| 448 | <property name="toolTip"> |
---|
| 449 | <string><html><head/><body><p>Average of the nuclear scattering density.</p></body></html></string> |
---|
| 450 | </property> |
---|
| 451 | <property name="text"> |
---|
| 452 | <string>Nucl.</string> |
---|
| 453 | </property> |
---|
| 454 | </widget> |
---|
| 455 | </item> |
---|
| 456 | <item row="3" column="1"> |
---|
| 457 | <widget class="QLineEdit" name="txtNucl"> |
---|
| 458 | <property name="minimumSize"> |
---|
| 459 | <size> |
---|
| 460 | <width>70</width> |
---|
[457d961] | 461 | <height>18</height> |
---|
[28a09b0] | 462 | </size> |
---|
| 463 | </property> |
---|
| 464 | <property name="font"> |
---|
| 465 | <font> |
---|
| 466 | <weight>50</weight> |
---|
| 467 | <bold>false</bold> |
---|
| 468 | </font> |
---|
| 469 | </property> |
---|
| 470 | <property name="text"> |
---|
| 471 | <string>6.97e-06</string> |
---|
| 472 | </property> |
---|
| 473 | </widget> |
---|
| 474 | </item> |
---|
| 475 | <item row="3" column="2"> |
---|
| 476 | <widget class="QLabel" name="lblUnitNucl"> |
---|
| 477 | <property name="font"> |
---|
| 478 | <font> |
---|
| 479 | <weight>50</weight> |
---|
| 480 | <bold>false</bold> |
---|
| 481 | </font> |
---|
| 482 | </property> |
---|
| 483 | <property name="text"> |
---|
| 484 | <string><html><head/><body><p>Ã
<span style=" vertical-align:super;">-2</span></p></body></html></string> |
---|
| 485 | </property> |
---|
| 486 | </widget> |
---|
| 487 | </item> |
---|
| 488 | </layout> |
---|
| 489 | </item> |
---|
| 490 | </layout> |
---|
| 491 | </widget> |
---|
| 492 | </item> |
---|
| 493 | <item row="2" column="0" colspan="4"> |
---|
| 494 | <widget class="QGroupBox" name="groupBox_6"> |
---|
| 495 | <property name="font"> |
---|
| 496 | <font> |
---|
| 497 | <weight>50</weight> |
---|
| 498 | <bold>false</bold> |
---|
| 499 | </font> |
---|
| 500 | </property> |
---|
| 501 | <property name="title"> |
---|
| 502 | <string>Nodes</string> |
---|
| 503 | </property> |
---|
| 504 | <layout class="QGridLayout" name="gridLayout_9"> |
---|
| 505 | <item row="0" column="0"> |
---|
| 506 | <layout class="QGridLayout" name="gridLayout_Nodes"> |
---|
| 507 | <item row="0" column="0"> |
---|
| 508 | <widget class="QLabel" name="lblXnodes"> |
---|
| 509 | <property name="font"> |
---|
| 510 | <font> |
---|
| 511 | <weight>50</weight> |
---|
| 512 | <bold>false</bold> |
---|
| 513 | </font> |
---|
| 514 | </property> |
---|
| 515 | <property name="text"> |
---|
| 516 | <string>xnodes</string> |
---|
| 517 | </property> |
---|
| 518 | </widget> |
---|
| 519 | </item> |
---|
| 520 | <item row="0" column="1"> |
---|
| 521 | <widget class="QLineEdit" name="txtXnodes"> |
---|
| 522 | <property name="minimumSize"> |
---|
| 523 | <size> |
---|
| 524 | <width>56</width> |
---|
[457d961] | 525 | <height>18</height> |
---|
[28a09b0] | 526 | </size> |
---|
| 527 | </property> |
---|
| 528 | <property name="font"> |
---|
| 529 | <font> |
---|
| 530 | <weight>50</weight> |
---|
| 531 | <bold>false</bold> |
---|
| 532 | </font> |
---|
| 533 | </property> |
---|
| 534 | <property name="text"> |
---|
| 535 | <string>10</string> |
---|
| 536 | </property> |
---|
| 537 | </widget> |
---|
| 538 | </item> |
---|
| 539 | <item row="1" column="0"> |
---|
| 540 | <widget class="QLabel" name="label_ynodes"> |
---|
| 541 | <property name="font"> |
---|
| 542 | <font> |
---|
| 543 | <weight>50</weight> |
---|
| 544 | <bold>false</bold> |
---|
| 545 | </font> |
---|
| 546 | </property> |
---|
| 547 | <property name="text"> |
---|
| 548 | <string>ynodes</string> |
---|
| 549 | </property> |
---|
| 550 | </widget> |
---|
| 551 | </item> |
---|
| 552 | <item row="1" column="1"> |
---|
| 553 | <widget class="QLineEdit" name="txtYnodes"> |
---|
| 554 | <property name="minimumSize"> |
---|
| 555 | <size> |
---|
| 556 | <width>56</width> |
---|
[457d961] | 557 | <height>18</height> |
---|
[28a09b0] | 558 | </size> |
---|
| 559 | </property> |
---|
| 560 | <property name="font"> |
---|
| 561 | <font> |
---|
| 562 | <weight>50</weight> |
---|
| 563 | <bold>false</bold> |
---|
| 564 | </font> |
---|
| 565 | </property> |
---|
| 566 | <property name="text"> |
---|
| 567 | <string>10</string> |
---|
| 568 | </property> |
---|
| 569 | </widget> |
---|
| 570 | </item> |
---|
| 571 | <item row="2" column="0"> |
---|
| 572 | <widget class="QLabel" name="label_znodes"> |
---|
| 573 | <property name="font"> |
---|
| 574 | <font> |
---|
| 575 | <weight>50</weight> |
---|
| 576 | <bold>false</bold> |
---|
| 577 | </font> |
---|
| 578 | </property> |
---|
| 579 | <property name="text"> |
---|
| 580 | <string>znodes</string> |
---|
| 581 | </property> |
---|
| 582 | </widget> |
---|
| 583 | </item> |
---|
| 584 | <item row="2" column="1"> |
---|
| 585 | <widget class="QLineEdit" name="txtZnodes"> |
---|
| 586 | <property name="minimumSize"> |
---|
| 587 | <size> |
---|
| 588 | <width>56</width> |
---|
[457d961] | 589 | <height>18</height> |
---|
[28a09b0] | 590 | </size> |
---|
| 591 | </property> |
---|
| 592 | <property name="font"> |
---|
| 593 | <font> |
---|
| 594 | <weight>50</weight> |
---|
| 595 | <bold>false</bold> |
---|
| 596 | </font> |
---|
| 597 | </property> |
---|
| 598 | <property name="text"> |
---|
| 599 | <string>10</string> |
---|
| 600 | </property> |
---|
| 601 | </widget> |
---|
| 602 | </item> |
---|
| 603 | </layout> |
---|
| 604 | </item> |
---|
| 605 | </layout> |
---|
| 606 | </widget> |
---|
| 607 | </item> |
---|
| 608 | <item row="3" column="0" colspan="4"> |
---|
| 609 | <widget class="QGroupBox" name="groupBox_Stepsize"> |
---|
| 610 | <property name="font"> |
---|
| 611 | <font> |
---|
| 612 | <weight>50</weight> |
---|
| 613 | <bold>false</bold> |
---|
| 614 | </font> |
---|
| 615 | </property> |
---|
| 616 | <property name="title"> |
---|
| 617 | <string>Step Size</string> |
---|
| 618 | </property> |
---|
| 619 | <layout class="QGridLayout" name="gridLayout_10"> |
---|
| 620 | <item row="0" column="0"> |
---|
| 621 | <layout class="QGridLayout" name="gridLayout_Stepsize"> |
---|
| 622 | <item row="0" column="0"> |
---|
| 623 | <widget class="QLabel" name="lblXstepsize"> |
---|
| 624 | <property name="font"> |
---|
| 625 | <font> |
---|
| 626 | <weight>50</weight> |
---|
| 627 | <bold>false</bold> |
---|
| 628 | </font> |
---|
| 629 | </property> |
---|
| 630 | <property name="text"> |
---|
| 631 | <string>xstepsize</string> |
---|
| 632 | </property> |
---|
| 633 | </widget> |
---|
| 634 | </item> |
---|
| 635 | <item row="0" column="1"> |
---|
| 636 | <widget class="QLineEdit" name="txtXstepsize"> |
---|
| 637 | <property name="minimumSize"> |
---|
| 638 | <size> |
---|
| 639 | <width>50</width> |
---|
[457d961] | 640 | <height>18</height> |
---|
[28a09b0] | 641 | </size> |
---|
| 642 | </property> |
---|
| 643 | <property name="font"> |
---|
| 644 | <font> |
---|
| 645 | <weight>50</weight> |
---|
| 646 | <bold>false</bold> |
---|
| 647 | </font> |
---|
| 648 | </property> |
---|
| 649 | <property name="text"> |
---|
| 650 | <string>6</string> |
---|
| 651 | </property> |
---|
| 652 | </widget> |
---|
| 653 | </item> |
---|
| 654 | <item row="0" column="2"> |
---|
| 655 | <widget class="QLabel" name="lblUnitx"> |
---|
| 656 | <property name="font"> |
---|
| 657 | <font> |
---|
| 658 | <weight>50</weight> |
---|
| 659 | <bold>false</bold> |
---|
| 660 | </font> |
---|
| 661 | </property> |
---|
| 662 | <property name="text"> |
---|
| 663 | <string>Ã
</string> |
---|
| 664 | </property> |
---|
| 665 | </widget> |
---|
| 666 | </item> |
---|
| 667 | <item row="1" column="0"> |
---|
| 668 | <widget class="QLabel" name="lblYstepsize"> |
---|
| 669 | <property name="font"> |
---|
| 670 | <font> |
---|
| 671 | <weight>50</weight> |
---|
| 672 | <bold>false</bold> |
---|
| 673 | </font> |
---|
| 674 | </property> |
---|
| 675 | <property name="text"> |
---|
| 676 | <string>ystepsize</string> |
---|
| 677 | </property> |
---|
| 678 | </widget> |
---|
| 679 | </item> |
---|
| 680 | <item row="1" column="1"> |
---|
| 681 | <widget class="QLineEdit" name="txtYstepsize"> |
---|
| 682 | <property name="minimumSize"> |
---|
| 683 | <size> |
---|
| 684 | <width>50</width> |
---|
[457d961] | 685 | <height>18</height> |
---|
[28a09b0] | 686 | </size> |
---|
| 687 | </property> |
---|
| 688 | <property name="font"> |
---|
| 689 | <font> |
---|
| 690 | <weight>50</weight> |
---|
| 691 | <bold>false</bold> |
---|
| 692 | </font> |
---|
| 693 | </property> |
---|
| 694 | <property name="text"> |
---|
| 695 | <string>6</string> |
---|
| 696 | </property> |
---|
| 697 | </widget> |
---|
| 698 | </item> |
---|
| 699 | <item row="1" column="2"> |
---|
| 700 | <widget class="QLabel" name="lblUnity"> |
---|
| 701 | <property name="font"> |
---|
| 702 | <font> |
---|
| 703 | <weight>50</weight> |
---|
| 704 | <bold>false</bold> |
---|
| 705 | </font> |
---|
| 706 | </property> |
---|
| 707 | <property name="text"> |
---|
| 708 | <string>Ã
</string> |
---|
| 709 | </property> |
---|
| 710 | </widget> |
---|
| 711 | </item> |
---|
| 712 | <item row="2" column="0"> |
---|
| 713 | <widget class="QLabel" name="lblZstepsize"> |
---|
| 714 | <property name="font"> |
---|
| 715 | <font> |
---|
| 716 | <weight>50</weight> |
---|
| 717 | <bold>false</bold> |
---|
| 718 | </font> |
---|
| 719 | </property> |
---|
| 720 | <property name="text"> |
---|
| 721 | <string>zstepsize</string> |
---|
| 722 | </property> |
---|
| 723 | </widget> |
---|
| 724 | </item> |
---|
| 725 | <item row="2" column="1"> |
---|
| 726 | <widget class="QLineEdit" name="txtZstepsize"> |
---|
| 727 | <property name="minimumSize"> |
---|
| 728 | <size> |
---|
| 729 | <width>50</width> |
---|
[457d961] | 730 | <height>18</height> |
---|
[28a09b0] | 731 | </size> |
---|
| 732 | </property> |
---|
| 733 | <property name="font"> |
---|
| 734 | <font> |
---|
| 735 | <weight>50</weight> |
---|
| 736 | <bold>false</bold> |
---|
| 737 | </font> |
---|
| 738 | </property> |
---|
| 739 | <property name="text"> |
---|
| 740 | <string>6</string> |
---|
| 741 | </property> |
---|
| 742 | </widget> |
---|
| 743 | </item> |
---|
| 744 | <item row="2" column="2"> |
---|
| 745 | <widget class="QLabel" name="lblUnitz"> |
---|
| 746 | <property name="font"> |
---|
| 747 | <font> |
---|
| 748 | <weight>50</weight> |
---|
| 749 | <bold>false</bold> |
---|
| 750 | </font> |
---|
| 751 | </property> |
---|
| 752 | <property name="text"> |
---|
| 753 | <string>Ã
</string> |
---|
| 754 | </property> |
---|
| 755 | </widget> |
---|
| 756 | </item> |
---|
| 757 | </layout> |
---|
| 758 | </item> |
---|
| 759 | </layout> |
---|
| 760 | </widget> |
---|
| 761 | </item> |
---|
| 762 | <item row="4" column="0"> |
---|
| 763 | <spacer name="verticalSpacer_2"> |
---|
| 764 | <property name="orientation"> |
---|
| 765 | <enum>Qt::Vertical</enum> |
---|
| 766 | </property> |
---|
| 767 | <property name="sizeHint" stdset="0"> |
---|
| 768 | <size> |
---|
| 769 | <width>10</width> |
---|
| 770 | <height>10</height> |
---|
| 771 | </size> |
---|
| 772 | </property> |
---|
| 773 | </spacer> |
---|
| 774 | </item> |
---|
| 775 | <item row="5" column="0" colspan="2"> |
---|
| 776 | <widget class="QPushButton" name="cmdDrawpoints"> |
---|
| 777 | <property name="enabled"> |
---|
| 778 | <bool>false</bool> |
---|
| 779 | </property> |
---|
| 780 | <property name="sizePolicy"> |
---|
| 781 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
---|
| 782 | <horstretch>0</horstretch> |
---|
| 783 | <verstretch>0</verstretch> |
---|
| 784 | </sizepolicy> |
---|
| 785 | </property> |
---|
| 786 | <property name="font"> |
---|
| 787 | <font> |
---|
| 788 | <weight>50</weight> |
---|
| 789 | <bold>false</bold> |
---|
| 790 | </font> |
---|
| 791 | </property> |
---|
| 792 | <property name="toolTip"> |
---|
| 793 | <string><html><head/><body><p>Draw a scatter plot for sld profile (without arrows)</p></body></html></string> |
---|
| 794 | </property> |
---|
| 795 | <property name="text"> |
---|
| 796 | <string>Draw Points</string> |
---|
| 797 | </property> |
---|
| 798 | <property name="autoDefault"> |
---|
| 799 | <bool>false</bool> |
---|
| 800 | </property> |
---|
| 801 | </widget> |
---|
| 802 | </item> |
---|
| 803 | <item row="5" column="2"> |
---|
| 804 | <spacer name="horizontalSpacer"> |
---|
| 805 | <property name="orientation"> |
---|
| 806 | <enum>Qt::Horizontal</enum> |
---|
| 807 | </property> |
---|
| 808 | <property name="sizeHint" stdset="0"> |
---|
| 809 | <size> |
---|
| 810 | <width>7</width> |
---|
| 811 | <height>20</height> |
---|
| 812 | </size> |
---|
| 813 | </property> |
---|
| 814 | </spacer> |
---|
| 815 | </item> |
---|
| 816 | <item row="5" column="3"> |
---|
| 817 | <widget class="QPushButton" name="cmdSave"> |
---|
| 818 | <property name="enabled"> |
---|
| 819 | <bool>false</bool> |
---|
| 820 | </property> |
---|
| 821 | <property name="sizePolicy"> |
---|
| 822 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
---|
| 823 | <horstretch>0</horstretch> |
---|
| 824 | <verstretch>0</verstretch> |
---|
| 825 | </sizepolicy> |
---|
| 826 | </property> |
---|
| 827 | <property name="font"> |
---|
| 828 | <font> |
---|
| 829 | <weight>50</weight> |
---|
| 830 | <bold>false</bold> |
---|
| 831 | </font> |
---|
| 832 | </property> |
---|
| 833 | <property name="toolTip"> |
---|
| 834 | <string><html><head/><body><p>Save the sld data as sld format.</p></body></html></string> |
---|
| 835 | </property> |
---|
| 836 | <property name="text"> |
---|
| 837 | <string>Save SLD Data</string> |
---|
| 838 | </property> |
---|
| 839 | <property name="autoDefault"> |
---|
| 840 | <bool>false</bool> |
---|
| 841 | </property> |
---|
| 842 | </widget> |
---|
| 843 | </item> |
---|
| 844 | </layout> |
---|
| 845 | <zorder>cmdDrawpoints</zorder> |
---|
| 846 | <zorder>cmdSave</zorder> |
---|
| 847 | <zorder>lblNoPixels</zorder> |
---|
| 848 | <zorder>txtNoPixels</zorder> |
---|
| 849 | <zorder>groupBox_5</zorder> |
---|
| 850 | <zorder>groupBox_6</zorder> |
---|
| 851 | <zorder>groupBox_Stepsize</zorder> |
---|
| 852 | <zorder>verticalSpacer_2</zorder> |
---|
| 853 | </widget> |
---|
| 854 | </item> |
---|
| 855 | <item row="1" column="2"> |
---|
| 856 | <spacer name="horizontalSpacer_2"> |
---|
| 857 | <property name="orientation"> |
---|
| 858 | <enum>Qt::Horizontal</enum> |
---|
| 859 | </property> |
---|
| 860 | <property name="sizeHint" stdset="0"> |
---|
| 861 | <size> |
---|
| 862 | <width>3</width> |
---|
| 863 | <height>20</height> |
---|
| 864 | </size> |
---|
| 865 | </property> |
---|
| 866 | </spacer> |
---|
| 867 | </item> |
---|
| 868 | <item row="1" column="4"> |
---|
| 869 | <spacer name="horizontalSpacer_3"> |
---|
| 870 | <property name="orientation"> |
---|
| 871 | <enum>Qt::Horizontal</enum> |
---|
| 872 | </property> |
---|
| 873 | <property name="sizeHint" stdset="0"> |
---|
| 874 | <size> |
---|
| 875 | <width>0</width> |
---|
| 876 | <height>20</height> |
---|
| 877 | </size> |
---|
| 878 | </property> |
---|
| 879 | </spacer> |
---|
| 880 | </item> |
---|
| 881 | <item row="2" column="0" colspan="2"> |
---|
| 882 | <widget class="QGroupBox" name="groupBox_InputParam"> |
---|
| 883 | <property name="font"> |
---|
| 884 | <font> |
---|
| 885 | <weight>50</weight> |
---|
| 886 | <bold>false</bold> |
---|
| 887 | </font> |
---|
| 888 | </property> |
---|
| 889 | <property name="title"> |
---|
| 890 | <string>Input Parameters</string> |
---|
| 891 | </property> |
---|
| 892 | <layout class="QGridLayout" name="gridLayout_6"> |
---|
| 893 | <item row="0" column="0"> |
---|
| 894 | <layout class="QGridLayout" name="gridLayout_InputParam" rowstretch="0,0,0,0,0,0,0,0" rowminimumheight="0,0,0,0,0,0,0,0"> |
---|
| 895 | <property name="sizeConstraint"> |
---|
| 896 | <enum>QLayout::SetMinimumSize</enum> |
---|
| 897 | </property> |
---|
| 898 | <item row="0" column="0"> |
---|
| 899 | <widget class="QLabel" name="lblParameter"> |
---|
| 900 | <property name="font"> |
---|
| 901 | <font> |
---|
| 902 | <weight>50</weight> |
---|
| 903 | <bold>false</bold> |
---|
| 904 | </font> |
---|
| 905 | </property> |
---|
| 906 | <property name="text"> |
---|
| 907 | <string>Parameter</string> |
---|
| 908 | </property> |
---|
| 909 | </widget> |
---|
| 910 | </item> |
---|
| 911 | <item row="0" column="1"> |
---|
| 912 | <widget class="QLabel" name="lblValue"> |
---|
| 913 | <property name="font"> |
---|
| 914 | <font> |
---|
| 915 | <weight>50</weight> |
---|
| 916 | <bold>false</bold> |
---|
| 917 | </font> |
---|
| 918 | </property> |
---|
| 919 | <property name="text"> |
---|
| 920 | <string>Value</string> |
---|
| 921 | </property> |
---|
| 922 | </widget> |
---|
| 923 | </item> |
---|
| 924 | <item row="0" column="2"> |
---|
| 925 | <widget class="QLabel" name="lblUnit"> |
---|
| 926 | <property name="font"> |
---|
| 927 | <font> |
---|
| 928 | <weight>50</weight> |
---|
| 929 | <bold>false</bold> |
---|
| 930 | </font> |
---|
| 931 | </property> |
---|
| 932 | <property name="text"> |
---|
| 933 | <string>Unit</string> |
---|
| 934 | </property> |
---|
| 935 | </widget> |
---|
| 936 | </item> |
---|
| 937 | <item row="1" column="0"> |
---|
| 938 | <widget class="QLabel" name="lblUpFracIn"> |
---|
| 939 | <property name="font"> |
---|
| 940 | <font> |
---|
| 941 | <weight>50</weight> |
---|
| 942 | <bold>false</bold> |
---|
| 943 | </font> |
---|
| 944 | </property> |
---|
| 945 | <property name="toolTip"> |
---|
| 946 | <string><html><head/><body><p>Ratio of spin up/(spin up + spin down) neutrons after the analyzer.</p><p>It must be between 0 and 1.</p><p>It is equal to 0.5 for unpolarized neutrons.</p><p>The editing is disabled if data are from .omf, .sld, .pdb files.</p></body></html></string> |
---|
| 947 | </property> |
---|
| 948 | <property name="text"> |
---|
| 949 | <string>Up_frac_in</string> |
---|
| 950 | </property> |
---|
| 951 | </widget> |
---|
| 952 | </item> |
---|
| 953 | <item row="1" column="1"> |
---|
| 954 | <widget class="QLineEdit" name="txtUpFracIn"> |
---|
[457d961] | 955 | <property name="minimumSize"> |
---|
| 956 | <size> |
---|
| 957 | <width>0</width> |
---|
| 958 | <height>18</height> |
---|
| 959 | </size> |
---|
| 960 | </property> |
---|
[28a09b0] | 961 | <property name="font"> |
---|
| 962 | <font> |
---|
| 963 | <weight>50</weight> |
---|
| 964 | <bold>false</bold> |
---|
| 965 | </font> |
---|
| 966 | </property> |
---|
| 967 | <property name="toolTip"> |
---|
| 968 | <string><html><head/><body><p>Ratio of spin up/(spin up + spin down) neutrons after the analyzer.</p><p>It must be between 0 and 1.</p><p>It is equal to 0.5 for unpolarized neutrons.</p></body></html></string> |
---|
| 969 | </property> |
---|
| 970 | <property name="text"> |
---|
| 971 | <string>1.0</string> |
---|
| 972 | </property> |
---|
| 973 | </widget> |
---|
| 974 | </item> |
---|
| 975 | <item row="2" column="0"> |
---|
| 976 | <widget class="QLabel" name="lblUpFracOut"> |
---|
| 977 | <property name="font"> |
---|
| 978 | <font> |
---|
| 979 | <weight>50</weight> |
---|
| 980 | <bold>false</bold> |
---|
| 981 | </font> |
---|
| 982 | </property> |
---|
| 983 | <property name="toolTip"> |
---|
| 984 | <string><html><head/><body><p>Ratio of spin up/(spin up + spin down) neutrons before the sample.</p><p>It must be between 0 and 1.</p><p>It is equal to 0.5 for unpolarized neutrons.</p><p>The editing is disabled if data are from .omf, .sld, .pdb files.</p></body></html></string> |
---|
| 985 | </property> |
---|
| 986 | <property name="text"> |
---|
| 987 | <string>Up_frac_out</string> |
---|
| 988 | </property> |
---|
| 989 | </widget> |
---|
| 990 | </item> |
---|
| 991 | <item row="2" column="1"> |
---|
| 992 | <widget class="QLineEdit" name="txtUpFracOut"> |
---|
[457d961] | 993 | <property name="minimumSize"> |
---|
| 994 | <size> |
---|
| 995 | <width>0</width> |
---|
| 996 | <height>18</height> |
---|
| 997 | </size> |
---|
| 998 | </property> |
---|
[28a09b0] | 999 | <property name="font"> |
---|
| 1000 | <font> |
---|
| 1001 | <weight>50</weight> |
---|
| 1002 | <bold>false</bold> |
---|
| 1003 | </font> |
---|
| 1004 | </property> |
---|
| 1005 | <property name="toolTip"> |
---|
| 1006 | <string><html><head/><body><p>Ratio of spin up/(spin up + spin down) neutrons before the sample.</p><p>It must be between 0 and 1.</p><p>It is equal to 0.5 for unpolarized neutrons.</p></body></html></string> |
---|
| 1007 | </property> |
---|
| 1008 | <property name="text"> |
---|
| 1009 | <string>1.0</string> |
---|
| 1010 | </property> |
---|
| 1011 | </widget> |
---|
| 1012 | </item> |
---|
| 1013 | <item row="3" column="0"> |
---|
| 1014 | <widget class="QLabel" name="lblUpTheta"> |
---|
| 1015 | <property name="font"> |
---|
| 1016 | <font> |
---|
| 1017 | <weight>50</weight> |
---|
| 1018 | <bold>false</bold> |
---|
| 1019 | </font> |
---|
| 1020 | </property> |
---|
| 1021 | <property name="toolTip"> |
---|
| 1022 | <string><html><head/><body><p>Polarization angle.</p><p>The editing is disabled if data are from .omf, .sld, .pdb files.</p></body></html></string> |
---|
| 1023 | </property> |
---|
| 1024 | <property name="text"> |
---|
| 1025 | <string>Up_theta</string> |
---|
| 1026 | </property> |
---|
| 1027 | </widget> |
---|
| 1028 | </item> |
---|
| 1029 | <item row="3" column="1"> |
---|
| 1030 | <widget class="QLineEdit" name="txtUpTheta"> |
---|
[457d961] | 1031 | <property name="minimumSize"> |
---|
| 1032 | <size> |
---|
| 1033 | <width>0</width> |
---|
| 1034 | <height>18</height> |
---|
| 1035 | </size> |
---|
| 1036 | </property> |
---|
[28a09b0] | 1037 | <property name="font"> |
---|
| 1038 | <font> |
---|
| 1039 | <weight>50</weight> |
---|
| 1040 | <bold>false</bold> |
---|
| 1041 | </font> |
---|
| 1042 | </property> |
---|
| 1043 | <property name="toolTip"> |
---|
| 1044 | <string><html><head/><body><p>Polarization angle.</p></body></html></string> |
---|
| 1045 | </property> |
---|
| 1046 | <property name="text"> |
---|
| 1047 | <string>0.0</string> |
---|
| 1048 | </property> |
---|
| 1049 | </widget> |
---|
| 1050 | </item> |
---|
| 1051 | <item row="3" column="2"> |
---|
| 1052 | <widget class="QLabel" name="lbl1"> |
---|
| 1053 | <property name="font"> |
---|
| 1054 | <font> |
---|
| 1055 | <weight>50</weight> |
---|
| 1056 | <bold>false</bold> |
---|
| 1057 | </font> |
---|
| 1058 | </property> |
---|
| 1059 | <property name="text"> |
---|
| 1060 | <string><html><head/><body><p><span style=" vertical-align:super;">o</span></p></body></html></string> |
---|
| 1061 | </property> |
---|
| 1062 | </widget> |
---|
| 1063 | </item> |
---|
| 1064 | <item row="4" column="1"> |
---|
| 1065 | <widget class="QLineEdit" name="txtBackground"> |
---|
[457d961] | 1066 | <property name="minimumSize"> |
---|
| 1067 | <size> |
---|
| 1068 | <width>0</width> |
---|
| 1069 | <height>18</height> |
---|
| 1070 | </size> |
---|
| 1071 | </property> |
---|
[28a09b0] | 1072 | <property name="font"> |
---|
| 1073 | <font> |
---|
| 1074 | <weight>50</weight> |
---|
| 1075 | <bold>false</bold> |
---|
| 1076 | </font> |
---|
| 1077 | </property> |
---|
| 1078 | <property name="text"> |
---|
| 1079 | <string>0.0</string> |
---|
| 1080 | </property> |
---|
| 1081 | </widget> |
---|
| 1082 | </item> |
---|
| 1083 | <item row="4" column="2"> |
---|
| 1084 | <widget class="QLabel" name="lbl2"> |
---|
| 1085 | <property name="font"> |
---|
| 1086 | <font> |
---|
| 1087 | <weight>50</weight> |
---|
| 1088 | <bold>false</bold> |
---|
| 1089 | </font> |
---|
| 1090 | </property> |
---|
| 1091 | <property name="text"> |
---|
| 1092 | <string><html><head/><body><p>cm<span style=" vertical-align:super;">-1</span></p></body></html></string> |
---|
| 1093 | </property> |
---|
| 1094 | </widget> |
---|
| 1095 | </item> |
---|
| 1096 | <item row="5" column="0"> |
---|
| 1097 | <widget class="QLabel" name="lblScale"> |
---|
| 1098 | <property name="font"> |
---|
| 1099 | <font> |
---|
| 1100 | <weight>50</weight> |
---|
| 1101 | <bold>false</bold> |
---|
| 1102 | </font> |
---|
| 1103 | </property> |
---|
| 1104 | <property name="text"> |
---|
| 1105 | <string>Scale</string> |
---|
| 1106 | </property> |
---|
| 1107 | </widget> |
---|
| 1108 | </item> |
---|
| 1109 | <item row="5" column="1"> |
---|
| 1110 | <widget class="QLineEdit" name="txtScale"> |
---|
[457d961] | 1111 | <property name="minimumSize"> |
---|
| 1112 | <size> |
---|
| 1113 | <width>0</width> |
---|
| 1114 | <height>18</height> |
---|
| 1115 | </size> |
---|
| 1116 | </property> |
---|
[28a09b0] | 1117 | <property name="font"> |
---|
| 1118 | <font> |
---|
| 1119 | <weight>50</weight> |
---|
| 1120 | <bold>false</bold> |
---|
| 1121 | </font> |
---|
| 1122 | </property> |
---|
| 1123 | <property name="text"> |
---|
| 1124 | <string>1.0</string> |
---|
| 1125 | </property> |
---|
| 1126 | </widget> |
---|
| 1127 | </item> |
---|
| 1128 | <item row="6" column="0"> |
---|
| 1129 | <widget class="QLabel" name="lblSolventSLD"> |
---|
| 1130 | <property name="font"> |
---|
| 1131 | <font> |
---|
| 1132 | <weight>50</weight> |
---|
| 1133 | <bold>false</bold> |
---|
| 1134 | </font> |
---|
| 1135 | </property> |
---|
| 1136 | <property name="text"> |
---|
| 1137 | <string>Solvent_SLD</string> |
---|
| 1138 | </property> |
---|
| 1139 | </widget> |
---|
| 1140 | </item> |
---|
| 1141 | <item row="6" column="1"> |
---|
| 1142 | <widget class="QLineEdit" name="txtSolventSLD"> |
---|
[457d961] | 1143 | <property name="minimumSize"> |
---|
| 1144 | <size> |
---|
| 1145 | <width>0</width> |
---|
| 1146 | <height>18</height> |
---|
| 1147 | </size> |
---|
| 1148 | </property> |
---|
[28a09b0] | 1149 | <property name="font"> |
---|
| 1150 | <font> |
---|
| 1151 | <weight>50</weight> |
---|
| 1152 | <bold>false</bold> |
---|
| 1153 | </font> |
---|
| 1154 | </property> |
---|
| 1155 | <property name="text"> |
---|
| 1156 | <string>0.0</string> |
---|
| 1157 | </property> |
---|
| 1158 | </widget> |
---|
| 1159 | </item> |
---|
| 1160 | <item row="7" column="0"> |
---|
| 1161 | <widget class="QLabel" name="lblTotalVolume"> |
---|
| 1162 | <property name="font"> |
---|
| 1163 | <font> |
---|
| 1164 | <weight>50</weight> |
---|
| 1165 | <bold>false</bold> |
---|
| 1166 | </font> |
---|
| 1167 | </property> |
---|
| 1168 | <property name="toolTip"> |
---|
| 1169 | <string>Default total volume calculated from the pixel information (or natural density for pdb file).</string> |
---|
| 1170 | </property> |
---|
| 1171 | <property name="text"> |
---|
| 1172 | <string>Total volume</string> |
---|
| 1173 | </property> |
---|
| 1174 | </widget> |
---|
| 1175 | </item> |
---|
| 1176 | <item row="7" column="1"> |
---|
| 1177 | <widget class="QLineEdit" name="txtTotalVolume"> |
---|
[457d961] | 1178 | <property name="minimumSize"> |
---|
| 1179 | <size> |
---|
| 1180 | <width>0</width> |
---|
| 1181 | <height>18</height> |
---|
| 1182 | </size> |
---|
| 1183 | </property> |
---|
[28a09b0] | 1184 | <property name="font"> |
---|
| 1185 | <font> |
---|
| 1186 | <weight>50</weight> |
---|
| 1187 | <bold>false</bold> |
---|
| 1188 | </font> |
---|
| 1189 | </property> |
---|
| 1190 | <property name="toolTip"> |
---|
| 1191 | <string><html><head/><body><p>Default total volume calculated from the pizel information (or natural density for pdb file)</p></body></html></string> |
---|
| 1192 | </property> |
---|
| 1193 | <property name="text"> |
---|
| 1194 | <string>216000.0</string> |
---|
| 1195 | </property> |
---|
| 1196 | </widget> |
---|
| 1197 | </item> |
---|
| 1198 | <item row="7" column="2"> |
---|
| 1199 | <widget class="QLabel" name="lblUnitVolume"> |
---|
| 1200 | <property name="font"> |
---|
| 1201 | <font> |
---|
| 1202 | <weight>50</weight> |
---|
| 1203 | <bold>false</bold> |
---|
| 1204 | </font> |
---|
| 1205 | </property> |
---|
| 1206 | <property name="text"> |
---|
| 1207 | <string><html><head/><body><p>Ã
<span style=" vertical-align:super;">3</span></p></body></html></string> |
---|
| 1208 | </property> |
---|
| 1209 | </widget> |
---|
| 1210 | </item> |
---|
| 1211 | <item row="4" column="0"> |
---|
| 1212 | <widget class="QLabel" name="lblBackgd"> |
---|
| 1213 | <property name="font"> |
---|
| 1214 | <font> |
---|
| 1215 | <weight>50</weight> |
---|
| 1216 | <bold>false</bold> |
---|
| 1217 | </font> |
---|
| 1218 | </property> |
---|
| 1219 | <property name="text"> |
---|
| 1220 | <string>Background</string> |
---|
| 1221 | </property> |
---|
| 1222 | </widget> |
---|
| 1223 | </item> |
---|
| 1224 | <item row="6" column="2"> |
---|
| 1225 | <widget class="QLabel" name="lblUnitSolventSLD"> |
---|
| 1226 | <property name="sizePolicy"> |
---|
| 1227 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
---|
| 1228 | <horstretch>0</horstretch> |
---|
| 1229 | <verstretch>0</verstretch> |
---|
| 1230 | </sizepolicy> |
---|
| 1231 | </property> |
---|
| 1232 | <property name="minimumSize"> |
---|
| 1233 | <size> |
---|
| 1234 | <width>0</width> |
---|
| 1235 | <height>0</height> |
---|
| 1236 | </size> |
---|
| 1237 | </property> |
---|
| 1238 | <property name="baseSize"> |
---|
| 1239 | <size> |
---|
| 1240 | <width>0</width> |
---|
| 1241 | <height>0</height> |
---|
| 1242 | </size> |
---|
| 1243 | </property> |
---|
| 1244 | <property name="font"> |
---|
| 1245 | <font> |
---|
| 1246 | <weight>50</weight> |
---|
| 1247 | <bold>false</bold> |
---|
| 1248 | </font> |
---|
| 1249 | </property> |
---|
| 1250 | <property name="text"> |
---|
| 1251 | <string><html><head/><body><p>Ã
<span style=" vertical-align:super;">-2</span></p></body></html></string> |
---|
| 1252 | </property> |
---|
| 1253 | <property name="scaledContents"> |
---|
| 1254 | <bool>false</bool> |
---|
| 1255 | </property> |
---|
| 1256 | <property name="margin"> |
---|
| 1257 | <number>0</number> |
---|
| 1258 | </property> |
---|
| 1259 | <property name="indent"> |
---|
| 1260 | <number>-1</number> |
---|
| 1261 | </property> |
---|
| 1262 | </widget> |
---|
| 1263 | </item> |
---|
| 1264 | </layout> |
---|
| 1265 | </item> |
---|
| 1266 | </layout> |
---|
| 1267 | </widget> |
---|
| 1268 | </item> |
---|
| 1269 | <item row="3" column="0" colspan="2"> |
---|
| 1270 | <widget class="QGroupBox" name="groupBox_Qrange"> |
---|
| 1271 | <property name="font"> |
---|
| 1272 | <font> |
---|
| 1273 | <weight>50</weight> |
---|
| 1274 | <bold>false</bold> |
---|
| 1275 | </font> |
---|
| 1276 | </property> |
---|
| 1277 | <property name="title"> |
---|
| 1278 | <string>Q Range</string> |
---|
| 1279 | </property> |
---|
| 1280 | <layout class="QGridLayout" name="gridLayout_7"> |
---|
| 1281 | <item row="0" column="0"> |
---|
| 1282 | <layout class="QGridLayout" name="gridLayout_3"> |
---|
| 1283 | <item row="0" column="0"> |
---|
| 1284 | <widget class="QLabel" name="lblNoQBins"> |
---|
| 1285 | <property name="font"> |
---|
| 1286 | <font> |
---|
| 1287 | <weight>50</weight> |
---|
| 1288 | <bold>false</bold> |
---|
| 1289 | </font> |
---|
| 1290 | </property> |
---|
| 1291 | <property name="toolTip"> |
---|
| 1292 | <string>Number of bins in reciprocal space for the 1D or 2D plot generated by 'Compute'. |
---|
| 1293 | Number of Qbins &isin; [2, 1000].</string> |
---|
| 1294 | </property> |
---|
| 1295 | <property name="text"> |
---|
| 1296 | <string>No. of Qx (Qy) bins</string> |
---|
| 1297 | </property> |
---|
| 1298 | </widget> |
---|
| 1299 | </item> |
---|
| 1300 | <item row="0" column="1"> |
---|
| 1301 | <widget class="QLineEdit" name="txtNoQBins"> |
---|
[457d961] | 1302 | <property name="minimumSize"> |
---|
| 1303 | <size> |
---|
| 1304 | <width>0</width> |
---|
| 1305 | <height>18</height> |
---|
| 1306 | </size> |
---|
| 1307 | </property> |
---|
[28a09b0] | 1308 | <property name="font"> |
---|
| 1309 | <font> |
---|
| 1310 | <weight>50</weight> |
---|
| 1311 | <bold>false</bold> |
---|
| 1312 | </font> |
---|
| 1313 | </property> |
---|
| 1314 | <property name="text"> |
---|
| 1315 | <string>50</string> |
---|
| 1316 | </property> |
---|
| 1317 | </widget> |
---|
| 1318 | </item> |
---|
| 1319 | <item row="1" column="0"> |
---|
| 1320 | <widget class="QLabel" name="lblQxQyMax"> |
---|
| 1321 | <property name="font"> |
---|
| 1322 | <font> |
---|
| 1323 | <weight>50</weight> |
---|
| 1324 | <bold>false</bold> |
---|
| 1325 | </font> |
---|
| 1326 | </property> |
---|
| 1327 | <property name="toolTip"> |
---|
| 1328 | <string><html><head/><body><p>Maximum value of Q<span style=" vertical-align:sub;">x,y</span>.</p><p>Q<span style=" vertical-align:sub;">x,ymax </span>&isin; ]0, 1000].</p></body></html></string> |
---|
| 1329 | </property> |
---|
| 1330 | <property name="text"> |
---|
| 1331 | <string>Qx (Qy) Max</string> |
---|
| 1332 | </property> |
---|
| 1333 | </widget> |
---|
| 1334 | </item> |
---|
| 1335 | <item row="1" column="1"> |
---|
| 1336 | <widget class="QLineEdit" name="txtQxMax"> |
---|
[457d961] | 1337 | <property name="minimumSize"> |
---|
| 1338 | <size> |
---|
| 1339 | <width>0</width> |
---|
| 1340 | <height>18</height> |
---|
| 1341 | </size> |
---|
| 1342 | </property> |
---|
[28a09b0] | 1343 | <property name="font"> |
---|
| 1344 | <font> |
---|
| 1345 | <weight>50</weight> |
---|
| 1346 | <bold>false</bold> |
---|
| 1347 | </font> |
---|
| 1348 | </property> |
---|
| 1349 | <property name="text"> |
---|
| 1350 | <string>0.3</string> |
---|
| 1351 | </property> |
---|
| 1352 | </widget> |
---|
| 1353 | </item> |
---|
| 1354 | <item row="1" column="2"> |
---|
| 1355 | <widget class="QLabel" name="lbl5"> |
---|
| 1356 | <property name="font"> |
---|
| 1357 | <font> |
---|
| 1358 | <weight>50</weight> |
---|
| 1359 | <bold>false</bold> |
---|
| 1360 | </font> |
---|
| 1361 | </property> |
---|
| 1362 | <property name="text"> |
---|
| 1363 | <string><html><head/><body><p>Ã
<span style=" vertical-align:super;">-1</span></p></body></html></string> |
---|
| 1364 | </property> |
---|
| 1365 | </widget> |
---|
| 1366 | </item> |
---|
| 1367 | </layout> |
---|
| 1368 | </item> |
---|
| 1369 | </layout> |
---|
| 1370 | </widget> |
---|
| 1371 | </item> |
---|
| 1372 | <item row="3" column="6"> |
---|
| 1373 | <spacer name="horizontalSpacer_4"> |
---|
| 1374 | <property name="orientation"> |
---|
| 1375 | <enum>Qt::Horizontal</enum> |
---|
| 1376 | </property> |
---|
| 1377 | <property name="sizeHint" stdset="0"> |
---|
| 1378 | <size> |
---|
| 1379 | <width>0</width> |
---|
| 1380 | <height>20</height> |
---|
| 1381 | </size> |
---|
| 1382 | </property> |
---|
| 1383 | </spacer> |
---|
| 1384 | </item> |
---|
| 1385 | <item row="4" column="0"> |
---|
| 1386 | <widget class="QComboBox" name="cbOptionsCalc"> |
---|
| 1387 | <property name="sizePolicy"> |
---|
| 1388 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
---|
| 1389 | <horstretch>0</horstretch> |
---|
| 1390 | <verstretch>0</verstretch> |
---|
| 1391 | </sizepolicy> |
---|
| 1392 | </property> |
---|
| 1393 | <property name="minimumSize"> |
---|
| 1394 | <size> |
---|
| 1395 | <width>155</width> |
---|
| 1396 | <height>23</height> |
---|
| 1397 | </size> |
---|
| 1398 | </property> |
---|
| 1399 | <property name="maximumSize"> |
---|
| 1400 | <size> |
---|
| 1401 | <width>155</width> |
---|
| 1402 | <height>26</height> |
---|
| 1403 | </size> |
---|
| 1404 | </property> |
---|
| 1405 | <property name="toolTip"> |
---|
| 1406 | <string><html><head/><body><p>Option of orientation to perform calculations:</p><p>- Scattering calculated for fixed orientation &#8594; 2D output</p><p>- Scattering orientation averaged over all orientations &#8594; 1D output</p><p>This choice is only available for pdb files.</p></body></html></string> |
---|
| 1407 | </property> |
---|
| 1408 | <item> |
---|
| 1409 | <property name="text"> |
---|
| 1410 | <string>Fixed orientation</string> |
---|
| 1411 | </property> |
---|
| 1412 | </item> |
---|
| 1413 | <item> |
---|
| 1414 | <property name="text"> |
---|
| 1415 | <string>Debye full avg.</string> |
---|
| 1416 | </property> |
---|
| 1417 | </item> |
---|
| 1418 | </widget> |
---|
| 1419 | </item> |
---|
| 1420 | <item row="4" column="1" rowspan="2"> |
---|
| 1421 | <spacer name="verticalSpacer"> |
---|
| 1422 | <property name="orientation"> |
---|
| 1423 | <enum>Qt::Vertical</enum> |
---|
| 1424 | </property> |
---|
| 1425 | <property name="sizeHint" stdset="0"> |
---|
| 1426 | <size> |
---|
| 1427 | <width>20</width> |
---|
| 1428 | <height>54</height> |
---|
| 1429 | </size> |
---|
| 1430 | </property> |
---|
| 1431 | </spacer> |
---|
| 1432 | </item> |
---|
| 1433 | <item row="5" column="5"> |
---|
| 1434 | <spacer name="horizontalSpacer_6"> |
---|
| 1435 | <property name="orientation"> |
---|
| 1436 | <enum>Qt::Horizontal</enum> |
---|
| 1437 | </property> |
---|
| 1438 | <property name="sizeHint" stdset="0"> |
---|
| 1439 | <size> |
---|
| 1440 | <width>40</width> |
---|
| 1441 | <height>20</height> |
---|
| 1442 | </size> |
---|
| 1443 | </property> |
---|
| 1444 | </spacer> |
---|
| 1445 | </item> |
---|
| 1446 | <item row="6" column="0" colspan="3"> |
---|
| 1447 | <layout class="QGridLayout" name="gridLayout_2"> |
---|
| 1448 | <item row="0" column="0"> |
---|
| 1449 | <spacer name="horizontalSpacer_7"> |
---|
| 1450 | <property name="orientation"> |
---|
| 1451 | <enum>Qt::Horizontal</enum> |
---|
| 1452 | </property> |
---|
| 1453 | <property name="sizeHint" stdset="0"> |
---|
| 1454 | <size> |
---|
| 1455 | <width>40</width> |
---|
| 1456 | <height>20</height> |
---|
| 1457 | </size> |
---|
| 1458 | </property> |
---|
| 1459 | </spacer> |
---|
| 1460 | </item> |
---|
| 1461 | <item row="0" column="1"> |
---|
| 1462 | <widget class="QPushButton" name="cmdCompute"> |
---|
| 1463 | <property name="sizePolicy"> |
---|
| 1464 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
---|
| 1465 | <horstretch>0</horstretch> |
---|
| 1466 | <verstretch>0</verstretch> |
---|
| 1467 | </sizepolicy> |
---|
| 1468 | </property> |
---|
| 1469 | <property name="toolTip"> |
---|
| 1470 | <string><html><head/><body><p>Compute the scattering pattern and display 1D or 2D plot depending on the settings.</p></body></html></string> |
---|
| 1471 | </property> |
---|
| 1472 | <property name="text"> |
---|
| 1473 | <string>Compute</string> |
---|
| 1474 | </property> |
---|
| 1475 | <property name="autoDefault"> |
---|
| 1476 | <bool>false</bool> |
---|
| 1477 | </property> |
---|
| 1478 | </widget> |
---|
| 1479 | </item> |
---|
| 1480 | <item row="0" column="2"> |
---|
| 1481 | <widget class="QPushButton" name="cmdReset"> |
---|
| 1482 | <property name="sizePolicy"> |
---|
| 1483 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
---|
| 1484 | <horstretch>0</horstretch> |
---|
| 1485 | <verstretch>0</verstretch> |
---|
| 1486 | </sizepolicy> |
---|
| 1487 | </property> |
---|
| 1488 | <property name="minimumSize"> |
---|
| 1489 | <size> |
---|
| 1490 | <width>75</width> |
---|
| 1491 | <height>23</height> |
---|
| 1492 | </size> |
---|
| 1493 | </property> |
---|
| 1494 | <property name="toolTip"> |
---|
| 1495 | <string>Reset the interface to its default values</string> |
---|
| 1496 | </property> |
---|
| 1497 | <property name="text"> |
---|
| 1498 | <string>Reset</string> |
---|
| 1499 | </property> |
---|
| 1500 | <property name="autoDefault"> |
---|
| 1501 | <bool>false</bool> |
---|
| 1502 | </property> |
---|
| 1503 | </widget> |
---|
| 1504 | </item> |
---|
| 1505 | <item row="0" column="3"> |
---|
| 1506 | <widget class="QPushButton" name="cmdClose"> |
---|
| 1507 | <property name="sizePolicy"> |
---|
| 1508 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
---|
| 1509 | <horstretch>0</horstretch> |
---|
| 1510 | <verstretch>0</verstretch> |
---|
| 1511 | </sizepolicy> |
---|
| 1512 | </property> |
---|
| 1513 | <property name="minimumSize"> |
---|
| 1514 | <size> |
---|
| 1515 | <width>75</width> |
---|
| 1516 | <height>23</height> |
---|
| 1517 | </size> |
---|
| 1518 | </property> |
---|
| 1519 | <property name="toolTip"> |
---|
| 1520 | <string>Close the calculator.</string> |
---|
| 1521 | </property> |
---|
| 1522 | <property name="text"> |
---|
| 1523 | <string>Close</string> |
---|
| 1524 | </property> |
---|
| 1525 | <property name="iconSize"> |
---|
| 1526 | <size> |
---|
| 1527 | <width>17</width> |
---|
| 1528 | <height>16</height> |
---|
| 1529 | </size> |
---|
| 1530 | </property> |
---|
| 1531 | <property name="autoDefault"> |
---|
| 1532 | <bool>false</bool> |
---|
| 1533 | </property> |
---|
| 1534 | </widget> |
---|
| 1535 | </item> |
---|
| 1536 | <item row="0" column="4"> |
---|
| 1537 | <widget class="QPushButton" name="cmdHelp"> |
---|
| 1538 | <property name="sizePolicy"> |
---|
| 1539 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
---|
| 1540 | <horstretch>0</horstretch> |
---|
| 1541 | <verstretch>0</verstretch> |
---|
| 1542 | </sizepolicy> |
---|
| 1543 | </property> |
---|
| 1544 | <property name="minimumSize"> |
---|
| 1545 | <size> |
---|
| 1546 | <width>75</width> |
---|
| 1547 | <height>23</height> |
---|
| 1548 | </size> |
---|
| 1549 | </property> |
---|
| 1550 | <property name="toolTip"> |
---|
| 1551 | <string>Display 'Help' information about the calculator</string> |
---|
| 1552 | </property> |
---|
| 1553 | <property name="text"> |
---|
| 1554 | <string>Help</string> |
---|
| 1555 | </property> |
---|
| 1556 | <property name="autoDefault"> |
---|
| 1557 | <bool>false</bool> |
---|
| 1558 | </property> |
---|
| 1559 | </widget> |
---|
| 1560 | </item> |
---|
| 1561 | </layout> |
---|
| 1562 | </item> |
---|
| 1563 | </layout> |
---|
| 1564 | </widget> |
---|
| 1565 | <resources/> |
---|
| 1566 | <connections/> |
---|
| 1567 | </ui> |
---|