| 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <ui version="4.0"> |
---|
| 3 | <class>MainWindow</class> |
---|
| 4 | <widget class="QMainWindow" name="MainWindow"> |
---|
| 5 | <property name="windowModality"> |
---|
| 6 | <enum>Qt::WindowModal</enum> |
---|
| 7 | </property> |
---|
| 8 | <property name="geometry"> |
---|
| 9 | <rect> |
---|
| 10 | <x>0</x> |
---|
| 11 | <y>0</y> |
---|
| 12 | <width>584</width> |
---|
| 13 | <height>375</height> |
---|
| 14 | </rect> |
---|
| 15 | </property> |
---|
| 16 | <property name="sizePolicy"> |
---|
| 17 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
---|
| 18 | <horstretch>0</horstretch> |
---|
| 19 | <verstretch>0</verstretch> |
---|
| 20 | </sizepolicy> |
---|
| 21 | </property> |
---|
| 22 | <property name="minimumSize"> |
---|
| 23 | <size> |
---|
| 24 | <width>584</width> |
---|
| 25 | <height>375</height> |
---|
| 26 | </size> |
---|
| 27 | </property> |
---|
| 28 | <property name="maximumSize"> |
---|
| 29 | <size> |
---|
| 30 | <width>584</width> |
---|
| 31 | <height>622</height> |
---|
| 32 | </size> |
---|
| 33 | </property> |
---|
| 34 | <property name="windowTitle"> |
---|
| 35 | <string>MainWindow</string> |
---|
| 36 | </property> |
---|
| 37 | <widget class="QWidget" name="centralwidget"> |
---|
| 38 | <widget class="QFrame" name="frame_2"> |
---|
| 39 | <property name="geometry"> |
---|
| 40 | <rect> |
---|
| 41 | <x>0</x> |
---|
| 42 | <y>0</y> |
---|
| 43 | <width>361</width> |
---|
| 44 | <height>201</height> |
---|
| 45 | </rect> |
---|
| 46 | </property> |
---|
| 47 | <property name="frameShape"> |
---|
| 48 | <enum>QFrame::StyledPanel</enum> |
---|
| 49 | </property> |
---|
| 50 | <property name="frameShadow"> |
---|
| 51 | <enum>QFrame::Raised</enum> |
---|
| 52 | </property> |
---|
| 53 | <widget class="QLabel" name="label"> |
---|
| 54 | <property name="geometry"> |
---|
| 55 | <rect> |
---|
| 56 | <x>10</x> |
---|
| 57 | <y>10</y> |
---|
| 58 | <width>237</width> |
---|
| 59 | <height>16</height> |
---|
| 60 | </rect> |
---|
| 61 | </property> |
---|
| 62 | <property name="font"> |
---|
| 63 | <font> |
---|
| 64 | <weight>75</weight> |
---|
| 65 | <bold>true</bold> |
---|
| 66 | </font> |
---|
| 67 | </property> |
---|
| 68 | <property name="text"> |
---|
| 69 | <string>Define numerical grid</string> |
---|
| 70 | </property> |
---|
| 71 | </widget> |
---|
| 72 | <widget class="QWidget" name="horizontalLayoutWidget_2"> |
---|
| 73 | <property name="geometry"> |
---|
| 74 | <rect> |
---|
| 75 | <x>70</x> |
---|
| 76 | <y>60</y> |
---|
| 77 | <width>283</width> |
---|
| 78 | <height>41</height> |
---|
| 79 | </rect> |
---|
| 80 | </property> |
---|
| 81 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
---|
| 82 | <item> |
---|
| 83 | <widget class="QSpinBox" name="nx_min_box"> |
---|
| 84 | <property name="minimum"> |
---|
| 85 | <number>1</number> |
---|
| 86 | </property> |
---|
| 87 | <property name="maximum"> |
---|
| 88 | <number>100000</number> |
---|
| 89 | </property> |
---|
| 90 | </widget> |
---|
| 91 | </item> |
---|
| 92 | <item> |
---|
| 93 | <widget class="QSpinBox" name="ny_min_box"> |
---|
| 94 | <property name="minimum"> |
---|
| 95 | <number>1</number> |
---|
| 96 | </property> |
---|
| 97 | <property name="maximum"> |
---|
| 98 | <number>100000</number> |
---|
| 99 | </property> |
---|
| 100 | </widget> |
---|
| 101 | </item> |
---|
| 102 | <item> |
---|
| 103 | <widget class="QSpinBox" name="nz_min_box"> |
---|
| 104 | <property name="minimum"> |
---|
| 105 | <number>1</number> |
---|
| 106 | </property> |
---|
| 107 | <property name="maximum"> |
---|
| 108 | <number>100000</number> |
---|
| 109 | </property> |
---|
| 110 | </widget> |
---|
| 111 | </item> |
---|
| 112 | </layout> |
---|
| 113 | </widget> |
---|
| 114 | <widget class="QWidget" name="horizontalLayoutWidget_3"> |
---|
| 115 | <property name="geometry"> |
---|
| 116 | <rect> |
---|
| 117 | <x>70</x> |
---|
| 118 | <y>100</y> |
---|
| 119 | <width>283</width> |
---|
| 120 | <height>41</height> |
---|
| 121 | </rect> |
---|
| 122 | </property> |
---|
| 123 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
---|
| 124 | <item> |
---|
| 125 | <widget class="QSpinBox" name="nx_max_box"> |
---|
| 126 | <property name="minimum"> |
---|
| 127 | <number>1</number> |
---|
| 128 | </property> |
---|
| 129 | <property name="maximum"> |
---|
| 130 | <number>100000</number> |
---|
| 131 | </property> |
---|
| 132 | </widget> |
---|
| 133 | </item> |
---|
| 134 | <item> |
---|
| 135 | <widget class="QSpinBox" name="ny_max_box"> |
---|
| 136 | <property name="minimum"> |
---|
| 137 | <number>1</number> |
---|
| 138 | </property> |
---|
| 139 | <property name="maximum"> |
---|
| 140 | <number>100000</number> |
---|
| 141 | </property> |
---|
| 142 | </widget> |
---|
| 143 | </item> |
---|
| 144 | <item> |
---|
| 145 | <widget class="QSpinBox" name="nz_max_box"> |
---|
| 146 | <property name="minimum"> |
---|
| 147 | <number>1</number> |
---|
| 148 | </property> |
---|
| 149 | <property name="maximum"> |
---|
| 150 | <number>100000</number> |
---|
| 151 | </property> |
---|
| 152 | </widget> |
---|
| 153 | </item> |
---|
| 154 | </layout> |
---|
| 155 | </widget> |
---|
| 156 | <widget class="QDoubleSpinBox" name="dnxny_box"> |
---|
| 157 | <property name="geometry"> |
---|
| 158 | <rect> |
---|
| 159 | <x>150</x> |
---|
| 160 | <y>160</y> |
---|
| 161 | <width>72</width> |
---|
| 162 | <height>22</height> |
---|
| 163 | </rect> |
---|
| 164 | </property> |
---|
| 165 | <property name="maximum"> |
---|
| 166 | <double>1000.000000000000000</double> |
---|
| 167 | </property> |
---|
| 168 | </widget> |
---|
| 169 | <widget class="QLabel" name="label_11"> |
---|
| 170 | <property name="geometry"> |
---|
| 171 | <rect> |
---|
| 172 | <x>10</x> |
---|
| 173 | <y>160</y> |
---|
| 174 | <width>149</width> |
---|
| 175 | <height>21</height> |
---|
| 176 | </rect> |
---|
| 177 | </property> |
---|
| 178 | <property name="toolTip"> |
---|
| 179 | <string><html><head/><body><p>Defines Ratio between the number of Gridpoints in X- and Y-direction.</p><p>If nx/ny = 0 , option is deactivated</p><p><br/></p></body></html></string> |
---|
| 180 | </property> |
---|
| 181 | <property name="text"> |
---|
| 182 | <string>Set fixed ratio (nx / ny):</string> |
---|
| 183 | </property> |
---|
| 184 | </widget> |
---|
| 185 | <widget class="QLabel" name="label_3"> |
---|
| 186 | <property name="enabled"> |
---|
| 187 | <bool>true</bool> |
---|
| 188 | </property> |
---|
| 189 | <property name="geometry"> |
---|
| 190 | <rect> |
---|
| 191 | <x>70</x> |
---|
| 192 | <y>41</y> |
---|
| 193 | <width>86</width> |
---|
| 194 | <height>27</height> |
---|
| 195 | </rect> |
---|
| 196 | </property> |
---|
| 197 | <property name="sizePolicy"> |
---|
| 198 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
---|
| 199 | <horstretch>0</horstretch> |
---|
| 200 | <verstretch>0</verstretch> |
---|
| 201 | </sizepolicy> |
---|
| 202 | </property> |
---|
| 203 | <property name="minimumSize"> |
---|
| 204 | <size> |
---|
| 205 | <width>0</width> |
---|
| 206 | <height>24</height> |
---|
| 207 | </size> |
---|
| 208 | </property> |
---|
| 209 | <property name="toolTip"> |
---|
| 210 | <string><html><head/><body><p>Number of Gridpoints in X-direction.</p></body></html></string> |
---|
| 211 | </property> |
---|
| 212 | <property name="text"> |
---|
| 213 | <string> nx</string> |
---|
| 214 | </property> |
---|
| 215 | </widget> |
---|
| 216 | <widget class="QLabel" name="label_5"> |
---|
| 217 | <property name="geometry"> |
---|
| 218 | <rect> |
---|
| 219 | <x>260</x> |
---|
| 220 | <y>41</y> |
---|
| 221 | <width>41</width> |
---|
| 222 | <height>27</height> |
---|
| 223 | </rect> |
---|
| 224 | </property> |
---|
| 225 | <property name="sizePolicy"> |
---|
| 226 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
---|
| 227 | <horstretch>0</horstretch> |
---|
| 228 | <verstretch>0</verstretch> |
---|
| 229 | </sizepolicy> |
---|
| 230 | </property> |
---|
| 231 | <property name="minimumSize"> |
---|
| 232 | <size> |
---|
| 233 | <width>0</width> |
---|
| 234 | <height>24</height> |
---|
| 235 | </size> |
---|
| 236 | </property> |
---|
| 237 | <property name="toolTip"> |
---|
| 238 | <string><html><head/><body><p>Number of Gridpoints in Y-direction.</p></body></html></string> |
---|
| 239 | </property> |
---|
| 240 | <property name="text"> |
---|
| 241 | <string> ny</string> |
---|
| 242 | </property> |
---|
| 243 | <property name="scaledContents"> |
---|
| 244 | <bool>false</bool> |
---|
| 245 | </property> |
---|
| 246 | </widget> |
---|
| 247 | <widget class="QLabel" name="label_4"> |
---|
| 248 | <property name="geometry"> |
---|
| 249 | <rect> |
---|
| 250 | <x>162</x> |
---|
| 251 | <y>41</y> |
---|
| 252 | <width>41</width> |
---|
| 253 | <height>27</height> |
---|
| 254 | </rect> |
---|
| 255 | </property> |
---|
| 256 | <property name="sizePolicy"> |
---|
| 257 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
---|
| 258 | <horstretch>0</horstretch> |
---|
| 259 | <verstretch>0</verstretch> |
---|
| 260 | </sizepolicy> |
---|
| 261 | </property> |
---|
| 262 | <property name="minimumSize"> |
---|
| 263 | <size> |
---|
| 264 | <width>0</width> |
---|
| 265 | <height>27</height> |
---|
| 266 | </size> |
---|
| 267 | </property> |
---|
| 268 | <property name="toolTip"> |
---|
| 269 | <string><html><head/><body><p>Number of Gridpoints in Z-direction.</p></body></html></string> |
---|
| 270 | </property> |
---|
| 271 | <property name="text"> |
---|
| 272 | <string> nz</string> |
---|
| 273 | </property> |
---|
| 274 | </widget> |
---|
| 275 | <widget class="QLabel" name="label_6"> |
---|
| 276 | <property name="geometry"> |
---|
| 277 | <rect> |
---|
| 278 | <x>10</x> |
---|
| 279 | <y>60</y> |
---|
| 280 | <width>80</width> |
---|
| 281 | <height>37</height> |
---|
| 282 | </rect> |
---|
| 283 | </property> |
---|
| 284 | <property name="text"> |
---|
| 285 | <string>Minimum</string> |
---|
| 286 | </property> |
---|
| 287 | </widget> |
---|
| 288 | <widget class="QLabel" name="label_7"> |
---|
| 289 | <property name="geometry"> |
---|
| 290 | <rect> |
---|
| 291 | <x>10</x> |
---|
| 292 | <y>104</y> |
---|
| 293 | <width>83</width> |
---|
| 294 | <height>31</height> |
---|
| 295 | </rect> |
---|
| 296 | </property> |
---|
| 297 | <property name="text"> |
---|
| 298 | <string>Maximum</string> |
---|
| 299 | </property> |
---|
| 300 | </widget> |
---|
| 301 | </widget> |
---|
| 302 | <widget class="QFrame" name="frame"> |
---|
| 303 | <property name="geometry"> |
---|
| 304 | <rect> |
---|
| 305 | <x>360</x> |
---|
| 306 | <y>0</y> |
---|
| 307 | <width>211</width> |
---|
| 308 | <height>201</height> |
---|
| 309 | </rect> |
---|
| 310 | </property> |
---|
| 311 | <property name="frameShape"> |
---|
| 312 | <enum>QFrame::StyledPanel</enum> |
---|
| 313 | </property> |
---|
| 314 | <property name="frameShadow"> |
---|
| 315 | <enum>QFrame::Raised</enum> |
---|
| 316 | </property> |
---|
| 317 | <widget class="QLabel" name="label_2"> |
---|
| 318 | <property name="geometry"> |
---|
| 319 | <rect> |
---|
| 320 | <x>10</x> |
---|
| 321 | <y>10</y> |
---|
| 322 | <width>204</width> |
---|
| 323 | <height>16</height> |
---|
| 324 | </rect> |
---|
| 325 | </property> |
---|
| 326 | <property name="font"> |
---|
| 327 | <font> |
---|
| 328 | <weight>75</weight> |
---|
| 329 | <bold>true</bold> |
---|
| 330 | </font> |
---|
| 331 | </property> |
---|
| 332 | <property name="text"> |
---|
| 333 | <string>Define processor topology</string> |
---|
| 334 | </property> |
---|
| 335 | </widget> |
---|
| 336 | <widget class="QLabel" name="label_14"> |
---|
| 337 | <property name="geometry"> |
---|
| 338 | <rect> |
---|
| 339 | <x>20</x> |
---|
| 340 | <y>40</y> |
---|
| 341 | <width>141</width> |
---|
| 342 | <height>16</height> |
---|
| 343 | </rect> |
---|
| 344 | </property> |
---|
| 345 | <property name="sizePolicy"> |
---|
| 346 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
| 347 | <horstretch>0</horstretch> |
---|
| 348 | <verstretch>0</verstretch> |
---|
| 349 | </sizepolicy> |
---|
| 350 | </property> |
---|
| 351 | <property name="minimumSize"> |
---|
| 352 | <size> |
---|
| 353 | <width>141</width> |
---|
| 354 | <height>16</height> |
---|
| 355 | </size> |
---|
| 356 | </property> |
---|
| 357 | <property name="maximumSize"> |
---|
| 358 | <size> |
---|
| 359 | <width>141</width> |
---|
| 360 | <height>16</height> |
---|
| 361 | </size> |
---|
| 362 | </property> |
---|
| 363 | <property name="toolTip"> |
---|
| 364 | <string><html><head/><body><p>Number of processors used for calculation.</p></body></html></string> |
---|
| 365 | </property> |
---|
| 366 | <property name="text"> |
---|
| 367 | <string>Number of processors:</string> |
---|
| 368 | </property> |
---|
| 369 | </widget> |
---|
| 370 | <widget class="Line" name="line"> |
---|
| 371 | <property name="geometry"> |
---|
| 372 | <rect> |
---|
| 373 | <x>0</x> |
---|
| 374 | <y>105</y> |
---|
| 375 | <width>201</width> |
---|
| 376 | <height>31</height> |
---|
| 377 | </rect> |
---|
| 378 | </property> |
---|
| 379 | <property name="orientation"> |
---|
| 380 | <enum>Qt::Horizontal</enum> |
---|
| 381 | </property> |
---|
| 382 | </widget> |
---|
| 383 | <widget class="QLabel" name="label_20"> |
---|
| 384 | <property name="geometry"> |
---|
| 385 | <rect> |
---|
| 386 | <x>22</x> |
---|
| 387 | <y>61</y> |
---|
| 388 | <width>89</width> |
---|
| 389 | <height>22</height> |
---|
| 390 | </rect> |
---|
| 391 | </property> |
---|
| 392 | <property name="text"> |
---|
| 393 | <string>Minimum</string> |
---|
| 394 | </property> |
---|
| 395 | </widget> |
---|
| 396 | <widget class="QLabel" name="label_21"> |
---|
| 397 | <property name="geometry"> |
---|
| 398 | <rect> |
---|
| 399 | <x>22</x> |
---|
| 400 | <y>94</y> |
---|
| 401 | <width>51</width> |
---|
| 402 | <height>21</height> |
---|
| 403 | </rect> |
---|
| 404 | </property> |
---|
| 405 | <property name="text"> |
---|
| 406 | <string>Maximum</string> |
---|
| 407 | </property> |
---|
| 408 | </widget> |
---|
| 409 | <widget class="QLabel" name="label_8"> |
---|
| 410 | <property name="geometry"> |
---|
| 411 | <rect> |
---|
| 412 | <x>16</x> |
---|
| 413 | <y>130</y> |
---|
| 414 | <width>89</width> |
---|
| 415 | <height>27</height> |
---|
| 416 | </rect> |
---|
| 417 | </property> |
---|
| 418 | <property name="toolTip"> |
---|
| 419 | <string><html><head/><body><p>Tasks per node. Default value: 24</p><p>If Tasks / Node = 0 , option is deactivated (not recommended).</p></body></html></string> |
---|
| 420 | </property> |
---|
| 421 | <property name="text"> |
---|
| 422 | <string>Tasks / Node</string> |
---|
| 423 | </property> |
---|
| 424 | </widget> |
---|
| 425 | <widget class="QLabel" name="label_10"> |
---|
| 426 | <property name="geometry"> |
---|
| 427 | <rect> |
---|
| 428 | <x>16</x> |
---|
| 429 | <y>164</y> |
---|
| 430 | <width>89</width> |
---|
| 431 | <height>21</height> |
---|
| 432 | </rect> |
---|
| 433 | </property> |
---|
| 434 | <property name="toolTip"> |
---|
| 435 | <string><html><head/><body><p>Ratio between number of processors in X- and Y-direction.</p><p>If npex / npey = 0,00 , option is deactivated.</p></body></html></string> |
---|
| 436 | </property> |
---|
| 437 | <property name="text"> |
---|
| 438 | <string>npex / npey</string> |
---|
| 439 | </property> |
---|
| 440 | </widget> |
---|
| 441 | <widget class="QSpinBox" name="np_max_box"> |
---|
| 442 | <property name="geometry"> |
---|
| 443 | <rect> |
---|
| 444 | <x>110</x> |
---|
| 445 | <y>90</y> |
---|
| 446 | <width>83</width> |
---|
| 447 | <height>25</height> |
---|
| 448 | </rect> |
---|
| 449 | </property> |
---|
| 450 | <property name="sizePolicy"> |
---|
| 451 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
| 452 | <horstretch>0</horstretch> |
---|
| 453 | <verstretch>0</verstretch> |
---|
| 454 | </sizepolicy> |
---|
| 455 | </property> |
---|
| 456 | <property name="minimumSize"> |
---|
| 457 | <size> |
---|
| 458 | <width>83</width> |
---|
| 459 | <height>25</height> |
---|
| 460 | </size> |
---|
| 461 | </property> |
---|
| 462 | <property name="maximumSize"> |
---|
| 463 | <size> |
---|
| 464 | <width>83</width> |
---|
| 465 | <height>25</height> |
---|
| 466 | </size> |
---|
| 467 | </property> |
---|
| 468 | <property name="minimum"> |
---|
| 469 | <number>1</number> |
---|
| 470 | </property> |
---|
| 471 | <property name="maximum"> |
---|
| 472 | <number>10000000</number> |
---|
| 473 | </property> |
---|
| 474 | </widget> |
---|
| 475 | <widget class="QSpinBox" name="np_min_box"> |
---|
| 476 | <property name="geometry"> |
---|
| 477 | <rect> |
---|
| 478 | <x>110</x> |
---|
| 479 | <y>59</y> |
---|
| 480 | <width>83</width> |
---|
| 481 | <height>25</height> |
---|
| 482 | </rect> |
---|
| 483 | </property> |
---|
| 484 | <property name="sizePolicy"> |
---|
| 485 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
---|
| 486 | <horstretch>0</horstretch> |
---|
| 487 | <verstretch>0</verstretch> |
---|
| 488 | </sizepolicy> |
---|
| 489 | </property> |
---|
| 490 | <property name="minimumSize"> |
---|
| 491 | <size> |
---|
| 492 | <width>83</width> |
---|
| 493 | <height>25</height> |
---|
| 494 | </size> |
---|
| 495 | </property> |
---|
| 496 | <property name="maximumSize"> |
---|
| 497 | <size> |
---|
| 498 | <width>83</width> |
---|
| 499 | <height>25</height> |
---|
| 500 | </size> |
---|
| 501 | </property> |
---|
| 502 | <property name="minimum"> |
---|
| 503 | <number>1</number> |
---|
| 504 | </property> |
---|
| 505 | <property name="maximum"> |
---|
| 506 | <number>10000</number> |
---|
| 507 | </property> |
---|
| 508 | </widget> |
---|
| 509 | <widget class="QSpinBox" name="tpn_box"> |
---|
| 510 | <property name="geometry"> |
---|
| 511 | <rect> |
---|
| 512 | <x>110</x> |
---|
| 513 | <y>130</y> |
---|
| 514 | <width>72</width> |
---|
| 515 | <height>25</height> |
---|
| 516 | </rect> |
---|
| 517 | </property> |
---|
| 518 | <property name="sizePolicy"> |
---|
| 519 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
---|
| 520 | <horstretch>0</horstretch> |
---|
| 521 | <verstretch>0</verstretch> |
---|
| 522 | </sizepolicy> |
---|
| 523 | </property> |
---|
| 524 | <property name="minimumSize"> |
---|
| 525 | <size> |
---|
| 526 | <width>72</width> |
---|
| 527 | <height>25</height> |
---|
| 528 | </size> |
---|
| 529 | </property> |
---|
| 530 | <property name="maximumSize"> |
---|
| 531 | <size> |
---|
| 532 | <width>72</width> |
---|
| 533 | <height>25</height> |
---|
| 534 | </size> |
---|
| 535 | </property> |
---|
| 536 | <property name="maximum"> |
---|
| 537 | <number>10000</number> |
---|
| 538 | </property> |
---|
| 539 | <property name="value"> |
---|
| 540 | <number>24</number> |
---|
| 541 | </property> |
---|
| 542 | </widget> |
---|
| 543 | <widget class="QDoubleSpinBox" name="d_box"> |
---|
| 544 | <property name="geometry"> |
---|
| 545 | <rect> |
---|
| 546 | <x>110</x> |
---|
| 547 | <y>162</y> |
---|
| 548 | <width>72</width> |
---|
| 549 | <height>25</height> |
---|
| 550 | </rect> |
---|
| 551 | </property> |
---|
| 552 | <property name="sizePolicy"> |
---|
| 553 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
---|
| 554 | <horstretch>0</horstretch> |
---|
| 555 | <verstretch>0</verstretch> |
---|
| 556 | </sizepolicy> |
---|
| 557 | </property> |
---|
| 558 | <property name="minimumSize"> |
---|
| 559 | <size> |
---|
| 560 | <width>72</width> |
---|
| 561 | <height>25</height> |
---|
| 562 | </size> |
---|
| 563 | </property> |
---|
| 564 | <property name="maximumSize"> |
---|
| 565 | <size> |
---|
| 566 | <width>72</width> |
---|
| 567 | <height>25</height> |
---|
| 568 | </size> |
---|
| 569 | </property> |
---|
| 570 | <property name="maximum"> |
---|
| 571 | <double>1000.000000000000000</double> |
---|
| 572 | </property> |
---|
| 573 | </widget> |
---|
| 574 | </widget> |
---|
| 575 | <widget class="QFrame" name="frame_3"> |
---|
| 576 | <property name="geometry"> |
---|
| 577 | <rect> |
---|
| 578 | <x>0</x> |
---|
| 579 | <y>200</y> |
---|
| 580 | <width>172</width> |
---|
| 581 | <height>131</height> |
---|
| 582 | </rect> |
---|
| 583 | </property> |
---|
| 584 | <property name="frameShape"> |
---|
| 585 | <enum>QFrame::StyledPanel</enum> |
---|
| 586 | </property> |
---|
| 587 | <property name="frameShadow"> |
---|
| 588 | <enum>QFrame::Raised</enum> |
---|
| 589 | </property> |
---|
| 590 | <widget class="QLabel" name="label_9"> |
---|
| 591 | <property name="geometry"> |
---|
| 592 | <rect> |
---|
| 593 | <x>10</x> |
---|
| 594 | <y>10</y> |
---|
| 595 | <width>161</width> |
---|
| 596 | <height>16</height> |
---|
| 597 | </rect> |
---|
| 598 | </property> |
---|
| 599 | <property name="font"> |
---|
| 600 | <font> |
---|
| 601 | <weight>75</weight> |
---|
| 602 | <bold>true</bold> |
---|
| 603 | </font> |
---|
| 604 | </property> |
---|
| 605 | <property name="text"> |
---|
| 606 | <string>Pressure solver</string> |
---|
| 607 | </property> |
---|
| 608 | </widget> |
---|
| 609 | <widget class="QLabel" name="label_12"> |
---|
| 610 | <property name="geometry"> |
---|
| 611 | <rect> |
---|
| 612 | <x>12</x> |
---|
| 613 | <y>37</y> |
---|
| 614 | <width>119</width> |
---|
| 615 | <height>15</height> |
---|
| 616 | </rect> |
---|
| 617 | </property> |
---|
| 618 | <property name="minimumSize"> |
---|
| 619 | <size> |
---|
| 620 | <width>1</width> |
---|
| 621 | <height>0</height> |
---|
| 622 | </size> |
---|
| 623 | </property> |
---|
| 624 | <property name="text"> |
---|
| 625 | <string>Method (psolver):</string> |
---|
| 626 | </property> |
---|
| 627 | </widget> |
---|
| 628 | <widget class="QComboBox" name="psolver_box"> |
---|
| 629 | <property name="geometry"> |
---|
| 630 | <rect> |
---|
| 631 | <x>11</x> |
---|
| 632 | <y>57</y> |
---|
| 633 | <width>119</width> |
---|
| 634 | <height>20</height> |
---|
| 635 | </rect> |
---|
| 636 | </property> |
---|
| 637 | <property name="sizePolicy"> |
---|
| 638 | <sizepolicy hsizetype="Ignored" vsizetype="Fixed"> |
---|
| 639 | <horstretch>0</horstretch> |
---|
| 640 | <verstretch>0</verstretch> |
---|
| 641 | </sizepolicy> |
---|
| 642 | </property> |
---|
| 643 | <property name="minimumSize"> |
---|
| 644 | <size> |
---|
| 645 | <width>0</width> |
---|
| 646 | <height>18</height> |
---|
| 647 | </size> |
---|
| 648 | </property> |
---|
| 649 | <property name="acceptDrops"> |
---|
| 650 | <bool>true</bool> |
---|
| 651 | </property> |
---|
| 652 | <property name="frame"> |
---|
| 653 | <bool>true</bool> |
---|
| 654 | </property> |
---|
| 655 | <item> |
---|
| 656 | <property name="text"> |
---|
| 657 | <string>-</string> |
---|
| 658 | </property> |
---|
| 659 | </item> |
---|
| 660 | <item> |
---|
| 661 | <property name="text"> |
---|
| 662 | <string>poisfft</string> |
---|
| 663 | </property> |
---|
| 664 | </item> |
---|
| 665 | <item> |
---|
| 666 | <property name="text"> |
---|
| 667 | <string>multigrid</string> |
---|
| 668 | </property> |
---|
| 669 | </item> |
---|
| 670 | <item> |
---|
| 671 | <property name="text"> |
---|
| 672 | <string>multigrid_fast</string> |
---|
| 673 | </property> |
---|
| 674 | </item> |
---|
| 675 | <item> |
---|
| 676 | <property name="text"> |
---|
| 677 | <string>sor</string> |
---|
| 678 | </property> |
---|
| 679 | </item> |
---|
| 680 | </widget> |
---|
| 681 | <widget class="QLabel" name="fft_method_label"> |
---|
| 682 | <property name="geometry"> |
---|
| 683 | <rect> |
---|
| 684 | <x>12</x> |
---|
| 685 | <y>80</y> |
---|
| 686 | <width>131</width> |
---|
| 687 | <height>16</height> |
---|
| 688 | </rect> |
---|
| 689 | </property> |
---|
| 690 | <property name="text"> |
---|
| 691 | <string>Specify FFT-method:</string> |
---|
| 692 | </property> |
---|
| 693 | </widget> |
---|
| 694 | <widget class="QComboBox" name="fft_method_box"> |
---|
| 695 | <property name="geometry"> |
---|
| 696 | <rect> |
---|
| 697 | <x>11</x> |
---|
| 698 | <y>99</y> |
---|
| 699 | <width>119</width> |
---|
| 700 | <height>20</height> |
---|
| 701 | </rect> |
---|
| 702 | </property> |
---|
| 703 | <property name="minimumSize"> |
---|
| 704 | <size> |
---|
| 705 | <width>0</width> |
---|
| 706 | <height>18</height> |
---|
| 707 | </size> |
---|
| 708 | </property> |
---|
| 709 | <item> |
---|
| 710 | <property name="text"> |
---|
| 711 | <string>-</string> |
---|
| 712 | </property> |
---|
| 713 | </item> |
---|
| 714 | <item> |
---|
| 715 | <property name="text"> |
---|
| 716 | <string>FFTW</string> |
---|
| 717 | </property> |
---|
| 718 | </item> |
---|
| 719 | <item> |
---|
| 720 | <property name="text"> |
---|
| 721 | <string>Temperton</string> |
---|
| 722 | </property> |
---|
| 723 | </item> |
---|
| 724 | <item> |
---|
| 725 | <property name="text"> |
---|
| 726 | <string>Singleton</string> |
---|
| 727 | </property> |
---|
| 728 | </item> |
---|
| 729 | </widget> |
---|
| 730 | </widget> |
---|
| 731 | <widget class="QFrame" name="frame_4"> |
---|
| 732 | <property name="geometry"> |
---|
| 733 | <rect> |
---|
| 734 | <x>170</x> |
---|
| 735 | <y>200</y> |
---|
| 736 | <width>181</width> |
---|
| 737 | <height>131</height> |
---|
| 738 | </rect> |
---|
| 739 | </property> |
---|
| 740 | <property name="frameShape"> |
---|
| 741 | <enum>QFrame::StyledPanel</enum> |
---|
| 742 | </property> |
---|
| 743 | <property name="frameShadow"> |
---|
| 744 | <enum>QFrame::Raised</enum> |
---|
| 745 | </property> |
---|
| 746 | <widget class="QLabel" name="label_16"> |
---|
| 747 | <property name="geometry"> |
---|
| 748 | <rect> |
---|
| 749 | <x>10</x> |
---|
| 750 | <y>10</y> |
---|
| 751 | <width>91</width> |
---|
| 752 | <height>16</height> |
---|
| 753 | </rect> |
---|
| 754 | </property> |
---|
| 755 | <property name="font"> |
---|
| 756 | <font> |
---|
| 757 | <weight>75</weight> |
---|
| 758 | <bold>true</bold> |
---|
| 759 | </font> |
---|
| 760 | </property> |
---|
| 761 | <property name="text"> |
---|
| 762 | <string>Misc</string> |
---|
| 763 | </property> |
---|
| 764 | </widget> |
---|
| 765 | <widget class="QCheckBox" name="Oos_checkbox"> |
---|
| 766 | <property name="geometry"> |
---|
| 767 | <rect> |
---|
| 768 | <x>10</x> |
---|
| 769 | <y>30</y> |
---|
| 770 | <width>161</width> |
---|
| 771 | <height>21</height> |
---|
| 772 | </rect> |
---|
| 773 | </property> |
---|
| 774 | <property name="toolTip"> |
---|
| 775 | <string>Hallo, ich bin ein Test-toolTip. Hier könnte eine tolle erklÀrung zu dieser SchaltflÀche stehen.</string> |
---|
| 776 | </property> |
---|
| 777 | <property name="text"> |
---|
| 778 | <string>Output of spectra</string> |
---|
| 779 | </property> |
---|
| 780 | </widget> |
---|
| 781 | <widget class="QLineEdit" name="filename_line"> |
---|
| 782 | <property name="geometry"> |
---|
| 783 | <rect> |
---|
| 784 | <x>24</x> |
---|
| 785 | <y>104</y> |
---|
| 786 | <width>100</width> |
---|
| 787 | <height>23</height> |
---|
| 788 | </rect> |
---|
| 789 | </property> |
---|
| 790 | <property name="sizePolicy"> |
---|
| 791 | <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> |
---|
| 792 | <horstretch>0</horstretch> |
---|
| 793 | <verstretch>0</verstretch> |
---|
| 794 | </sizepolicy> |
---|
| 795 | </property> |
---|
| 796 | <property name="minimumSize"> |
---|
| 797 | <size> |
---|
| 798 | <width>0</width> |
---|
| 799 | <height>23</height> |
---|
| 800 | </size> |
---|
| 801 | </property> |
---|
| 802 | <property name="maximumSize"> |
---|
| 803 | <size> |
---|
| 804 | <width>100</width> |
---|
| 805 | <height>23</height> |
---|
| 806 | </size> |
---|
| 807 | </property> |
---|
| 808 | <property name="text"> |
---|
| 809 | <string>FILENAME.db</string> |
---|
| 810 | </property> |
---|
| 811 | </widget> |
---|
| 812 | <widget class="QPushButton" name="save_button"> |
---|
| 813 | <property name="geometry"> |
---|
| 814 | <rect> |
---|
| 815 | <x>125</x> |
---|
| 816 | <y>104</y> |
---|
| 817 | <width>45</width> |
---|
| 818 | <height>23</height> |
---|
| 819 | </rect> |
---|
| 820 | </property> |
---|
| 821 | <property name="sizePolicy"> |
---|
| 822 | <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
---|
| 823 | <horstretch>0</horstretch> |
---|
| 824 | <verstretch>0</verstretch> |
---|
| 825 | </sizepolicy> |
---|
| 826 | </property> |
---|
| 827 | <property name="minimumSize"> |
---|
| 828 | <size> |
---|
| 829 | <width>0</width> |
---|
| 830 | <height>23</height> |
---|
| 831 | </size> |
---|
| 832 | </property> |
---|
| 833 | <property name="maximumSize"> |
---|
| 834 | <size> |
---|
| 835 | <width>45</width> |
---|
| 836 | <height>16777215</height> |
---|
| 837 | </size> |
---|
| 838 | </property> |
---|
| 839 | <property name="text"> |
---|
| 840 | <string>Save</string> |
---|
| 841 | </property> |
---|
| 842 | </widget> |
---|
| 843 | </widget> |
---|
| 844 | <widget class="QWidget" name="verticalLayoutWidget_8"> |
---|
| 845 | <property name="geometry"> |
---|
| 846 | <rect> |
---|
| 847 | <x>380</x> |
---|
| 848 | <y>220</y> |
---|
| 849 | <width>197</width> |
---|
| 850 | <height>31</height> |
---|
| 851 | </rect> |
---|
| 852 | </property> |
---|
| 853 | <layout class="QVBoxLayout" name="verticalLayout_8"> |
---|
| 854 | <item> |
---|
| 855 | <widget class="QLabel" name="result_label"> |
---|
| 856 | <property name="text"> |
---|
| 857 | <string>placeholder, should never be seen</string> |
---|
| 858 | </property> |
---|
| 859 | </widget> |
---|
| 860 | </item> |
---|
| 861 | </layout> |
---|
| 862 | </widget> |
---|
| 863 | <widget class="QLabel" name="result_headline"> |
---|
| 864 | <property name="geometry"> |
---|
| 865 | <rect> |
---|
| 866 | <x>370</x> |
---|
| 867 | <y>180</y> |
---|
| 868 | <width>179</width> |
---|
| 869 | <height>59</height> |
---|
| 870 | </rect> |
---|
| 871 | </property> |
---|
| 872 | <property name="font"> |
---|
| 873 | <font> |
---|
| 874 | <weight>75</weight> |
---|
| 875 | <bold>true</bold> |
---|
| 876 | </font> |
---|
| 877 | </property> |
---|
| 878 | <property name="text"> |
---|
| 879 | <string>Results</string> |
---|
| 880 | </property> |
---|
| 881 | </widget> |
---|
| 882 | <widget class="Line" name="line_res_up"> |
---|
| 883 | <property name="geometry"> |
---|
| 884 | <rect> |
---|
| 885 | <x>360</x> |
---|
| 886 | <y>190</y> |
---|
| 887 | <width>201</width> |
---|
| 888 | <height>20</height> |
---|
| 889 | </rect> |
---|
| 890 | </property> |
---|
| 891 | <property name="orientation"> |
---|
| 892 | <enum>Qt::Horizontal</enum> |
---|
| 893 | </property> |
---|
| 894 | </widget> |
---|
| 895 | <widget class="Line" name="line_res_down"> |
---|
| 896 | <property name="geometry"> |
---|
| 897 | <rect> |
---|
| 898 | <x>360</x> |
---|
| 899 | <y>280</y> |
---|
| 900 | <width>201</width> |
---|
| 901 | <height>20</height> |
---|
| 902 | </rect> |
---|
| 903 | </property> |
---|
| 904 | <property name="orientation"> |
---|
| 905 | <enum>Qt::Horizontal</enum> |
---|
| 906 | </property> |
---|
| 907 | </widget> |
---|
| 908 | <widget class="QPushButton" name="view_result_button"> |
---|
| 909 | <property name="geometry"> |
---|
| 910 | <rect> |
---|
| 911 | <x>490</x> |
---|
| 912 | <y>261</y> |
---|
| 913 | <width>75</width> |
---|
| 914 | <height>23</height> |
---|
| 915 | </rect> |
---|
| 916 | </property> |
---|
| 917 | <property name="sizePolicy"> |
---|
| 918 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
| 919 | <horstretch>0</horstretch> |
---|
| 920 | <verstretch>0</verstretch> |
---|
| 921 | </sizepolicy> |
---|
| 922 | </property> |
---|
| 923 | <property name="text"> |
---|
| 924 | <string>View results</string> |
---|
| 925 | </property> |
---|
| 926 | </widget> |
---|
| 927 | <widget class="QTableWidget" name="tableWidget"> |
---|
| 928 | <property name="geometry"> |
---|
| 929 | <rect> |
---|
| 930 | <x>10</x> |
---|
| 931 | <y>340</y> |
---|
| 932 | <width>491</width> |
---|
| 933 | <height>241</height> |
---|
| 934 | </rect> |
---|
| 935 | </property> |
---|
| 936 | <property name="sizePolicy"> |
---|
| 937 | <sizepolicy hsizetype="Maximum" vsizetype="Expanding"> |
---|
| 938 | <horstretch>0</horstretch> |
---|
| 939 | <verstretch>0</verstretch> |
---|
| 940 | </sizepolicy> |
---|
| 941 | </property> |
---|
| 942 | <property name="maximumSize"> |
---|
| 943 | <size> |
---|
| 944 | <width>900</width> |
---|
| 945 | <height>16777215</height> |
---|
| 946 | </size> |
---|
| 947 | </property> |
---|
| 948 | <property name="layoutDirection"> |
---|
| 949 | <enum>Qt::LeftToRight</enum> |
---|
| 950 | </property> |
---|
| 951 | <property name="frameShape"> |
---|
| 952 | <enum>QFrame::Box</enum> |
---|
| 953 | </property> |
---|
| 954 | <property name="frameShadow"> |
---|
| 955 | <enum>QFrame::Sunken</enum> |
---|
| 956 | </property> |
---|
| 957 | <property name="lineWidth"> |
---|
| 958 | <number>1</number> |
---|
| 959 | </property> |
---|
| 960 | <property name="horizontalScrollBarPolicy"> |
---|
| 961 | <enum>Qt::ScrollBarAlwaysOff</enum> |
---|
| 962 | </property> |
---|
| 963 | <property name="showGrid"> |
---|
| 964 | <bool>true</bool> |
---|
| 965 | </property> |
---|
| 966 | <property name="sortingEnabled"> |
---|
| 967 | <bool>true</bool> |
---|
| 968 | </property> |
---|
| 969 | <attribute name="horizontalHeaderVisible"> |
---|
| 970 | <bool>true</bool> |
---|
| 971 | </attribute> |
---|
| 972 | <attribute name="horizontalHeaderCascadingSectionResizes"> |
---|
| 973 | <bool>false</bool> |
---|
| 974 | </attribute> |
---|
| 975 | <attribute name="horizontalHeaderDefaultSectionSize"> |
---|
| 976 | <number>80</number> |
---|
| 977 | </attribute> |
---|
| 978 | <column> |
---|
| 979 | <property name="text"> |
---|
| 980 | <string>np</string> |
---|
| 981 | </property> |
---|
| 982 | </column> |
---|
| 983 | <column> |
---|
| 984 | <property name="text"> |
---|
| 985 | <string>npex</string> |
---|
| 986 | </property> |
---|
| 987 | </column> |
---|
| 988 | <column> |
---|
| 989 | <property name="text"> |
---|
| 990 | <string>npey</string> |
---|
| 991 | </property> |
---|
| 992 | </column> |
---|
| 993 | <column> |
---|
| 994 | <property name="text"> |
---|
| 995 | <string>nx</string> |
---|
| 996 | </property> |
---|
| 997 | </column> |
---|
| 998 | <column> |
---|
| 999 | <property name="text"> |
---|
| 1000 | <string>ny</string> |
---|
| 1001 | </property> |
---|
| 1002 | </column> |
---|
| 1003 | <column> |
---|
| 1004 | <property name="text"> |
---|
| 1005 | <string>nz</string> |
---|
| 1006 | </property> |
---|
| 1007 | </column> |
---|
| 1008 | </widget> |
---|
| 1009 | <widget class="QLabel" name="load_text_label"> |
---|
| 1010 | <property name="geometry"> |
---|
| 1011 | <rect> |
---|
| 1012 | <x>379</x> |
---|
| 1013 | <y>261</y> |
---|
| 1014 | <width>42</width> |
---|
| 1015 | <height>23</height> |
---|
| 1016 | </rect> |
---|
| 1017 | </property> |
---|
| 1018 | <property name="sizePolicy"> |
---|
| 1019 | <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> |
---|
| 1020 | <horstretch>0</horstretch> |
---|
| 1021 | <verstretch>0</verstretch> |
---|
| 1022 | </sizepolicy> |
---|
| 1023 | </property> |
---|
| 1024 | <property name="minimumSize"> |
---|
| 1025 | <size> |
---|
| 1026 | <width>0</width> |
---|
| 1027 | <height>23</height> |
---|
| 1028 | </size> |
---|
| 1029 | </property> |
---|
| 1030 | <property name="toolTip"> |
---|
| 1031 | <string><html><head/><body><p>Number of results you want to load in this Ui.</p></body></html></string> |
---|
| 1032 | </property> |
---|
| 1033 | <property name="text"> |
---|
| 1034 | <string> Load</string> |
---|
| 1035 | </property> |
---|
| 1036 | </widget> |
---|
| 1037 | <widget class="QSpinBox" name="nor_spinbox"> |
---|
| 1038 | <property name="enabled"> |
---|
| 1039 | <bool>false</bool> |
---|
| 1040 | </property> |
---|
| 1041 | <property name="geometry"> |
---|
| 1042 | <rect> |
---|
| 1043 | <x>420</x> |
---|
| 1044 | <y>261</y> |
---|
| 1045 | <width>61</width> |
---|
| 1046 | <height>23</height> |
---|
| 1047 | </rect> |
---|
| 1048 | </property> |
---|
| 1049 | <property name="sizePolicy"> |
---|
| 1050 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
---|
| 1051 | <horstretch>0</horstretch> |
---|
| 1052 | <verstretch>0</verstretch> |
---|
| 1053 | </sizepolicy> |
---|
| 1054 | </property> |
---|
| 1055 | <property name="minimumSize"> |
---|
| 1056 | <size> |
---|
| 1057 | <width>0</width> |
---|
| 1058 | <height>23</height> |
---|
| 1059 | </size> |
---|
| 1060 | </property> |
---|
| 1061 | <property name="maximum"> |
---|
| 1062 | <number>9999</number> |
---|
| 1063 | </property> |
---|
| 1064 | </widget> |
---|
| 1065 | <widget class="QPushButton" name="startbutton"> |
---|
| 1066 | <property name="geometry"> |
---|
| 1067 | <rect> |
---|
| 1068 | <x>490</x> |
---|
| 1069 | <y>304</y> |
---|
| 1070 | <width>75</width> |
---|
| 1071 | <height>23</height> |
---|
| 1072 | </rect> |
---|
| 1073 | </property> |
---|
| 1074 | <property name="minimumSize"> |
---|
| 1075 | <size> |
---|
| 1076 | <width>0</width> |
---|
| 1077 | <height>23</height> |
---|
| 1078 | </size> |
---|
| 1079 | </property> |
---|
| 1080 | <property name="maximumSize"> |
---|
| 1081 | <size> |
---|
| 1082 | <width>16777215</width> |
---|
| 1083 | <height>23</height> |
---|
| 1084 | </size> |
---|
| 1085 | </property> |
---|
| 1086 | <property name="toolTip"> |
---|
| 1087 | <string><html><head/><body><p>Starts calculation with the given parameters.</p></body></html></string> |
---|
| 1088 | </property> |
---|
| 1089 | <property name="text"> |
---|
| 1090 | <string>Start</string> |
---|
| 1091 | </property> |
---|
| 1092 | <property name="iconSize"> |
---|
| 1093 | <size> |
---|
| 1094 | <width>18</width> |
---|
| 1095 | <height>18</height> |
---|
| 1096 | </size> |
---|
| 1097 | </property> |
---|
| 1098 | </widget> |
---|
| 1099 | <widget class="QPushButton" name="quitbutton"> |
---|
| 1100 | <property name="geometry"> |
---|
| 1101 | <rect> |
---|
| 1102 | <x>415</x> |
---|
| 1103 | <y>304</y> |
---|
| 1104 | <width>75</width> |
---|
| 1105 | <height>23</height> |
---|
| 1106 | </rect> |
---|
| 1107 | </property> |
---|
| 1108 | <property name="minimumSize"> |
---|
| 1109 | <size> |
---|
| 1110 | <width>0</width> |
---|
| 1111 | <height>23</height> |
---|
| 1112 | </size> |
---|
| 1113 | </property> |
---|
| 1114 | <property name="text"> |
---|
| 1115 | <string>Quit</string> |
---|
| 1116 | </property> |
---|
| 1117 | <property name="iconSize"> |
---|
| 1118 | <size> |
---|
| 1119 | <width>18</width> |
---|
| 1120 | <height>18</height> |
---|
| 1121 | </size> |
---|
| 1122 | </property> |
---|
| 1123 | </widget> |
---|
| 1124 | </widget> |
---|
| 1125 | <widget class="QMenuBar" name="menubar"> |
---|
| 1126 | <property name="geometry"> |
---|
| 1127 | <rect> |
---|
| 1128 | <x>0</x> |
---|
| 1129 | <y>0</y> |
---|
| 1130 | <width>584</width> |
---|
| 1131 | <height>21</height> |
---|
| 1132 | </rect> |
---|
| 1133 | </property> |
---|
| 1134 | <widget class="QMenu" name="menuGridfinder"> |
---|
| 1135 | <property name="title"> |
---|
| 1136 | <string>Gridfinder</string> |
---|
| 1137 | </property> |
---|
| 1138 | <addaction name="actionSchlie_en"/> |
---|
| 1139 | </widget> |
---|
| 1140 | <addaction name="menuGridfinder"/> |
---|
| 1141 | </widget> |
---|
| 1142 | <widget class="QStatusBar" name="statusbar"/> |
---|
| 1143 | <action name="actionSchlie_en"> |
---|
| 1144 | <property name="text"> |
---|
| 1145 | <string>SchlieÃen</string> |
---|
| 1146 | </property> |
---|
| 1147 | </action> |
---|
| 1148 | </widget> |
---|
| 1149 | <tabstops> |
---|
| 1150 | <tabstop>nx_min_box</tabstop> |
---|
| 1151 | <tabstop>nx_max_box</tabstop> |
---|
| 1152 | <tabstop>ny_min_box</tabstop> |
---|
| 1153 | <tabstop>ny_max_box</tabstop> |
---|
| 1154 | <tabstop>nz_min_box</tabstop> |
---|
| 1155 | <tabstop>nz_max_box</tabstop> |
---|
| 1156 | <tabstop>np_min_box</tabstop> |
---|
| 1157 | <tabstop>np_max_box</tabstop> |
---|
| 1158 | <tabstop>tpn_box</tabstop> |
---|
| 1159 | <tabstop>d_box</tabstop> |
---|
| 1160 | <tabstop>dnxny_box</tabstop> |
---|
| 1161 | <tabstop>psolver_box</tabstop> |
---|
| 1162 | <tabstop>fft_method_box</tabstop> |
---|
| 1163 | <tabstop>startbutton</tabstop> |
---|
| 1164 | <tabstop>nor_spinbox</tabstop> |
---|
| 1165 | <tabstop>view_result_button</tabstop> |
---|
| 1166 | <tabstop>save_button</tabstop> |
---|
| 1167 | <tabstop>quitbutton</tabstop> |
---|
| 1168 | <tabstop>filename_line</tabstop> |
---|
| 1169 | <tabstop>tableWidget</tabstop> |
---|
| 1170 | <tabstop>Oos_checkbox</tabstop> |
---|
| 1171 | </tabstops> |
---|
| 1172 | <resources/> |
---|
| 1173 | <connections> |
---|
| 1174 | <connection> |
---|
| 1175 | <sender>quitbutton</sender> |
---|
| 1176 | <signal>clicked()</signal> |
---|
| 1177 | <receiver>MainWindow</receiver> |
---|
| 1178 | <slot>close()</slot> |
---|
| 1179 | <hints> |
---|
| 1180 | <hint type="sourcelabel"> |
---|
| 1181 | <x>448</x> |
---|
| 1182 | <y>335</y> |
---|
| 1183 | </hint> |
---|
| 1184 | <hint type="destinationlabel"> |
---|
| 1185 | <x>291</x> |
---|
| 1186 | <y>187</y> |
---|
| 1187 | </hint> |
---|
| 1188 | </hints> |
---|
| 1189 | </connection> |
---|
| 1190 | </connections> |
---|
| 1191 | </ui> |
---|