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