| 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="enabled"> |
---|
| 9 | <bool>true</bool> |
---|
| 10 | </property> |
---|
| 11 | <property name="geometry"> |
---|
| 12 | <rect> |
---|
| 13 | <x>0</x> |
---|
| 14 | <y>0</y> |
---|
| 15 | <width>600</width> |
---|
| 16 | <height>655</height> |
---|
| 17 | </rect> |
---|
| 18 | </property> |
---|
| 19 | <property name="sizePolicy"> |
---|
| 20 | <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> |
---|
| 21 | <horstretch>0</horstretch> |
---|
| 22 | <verstretch>0</verstretch> |
---|
| 23 | </sizepolicy> |
---|
| 24 | </property> |
---|
| 25 | <property name="minimumSize"> |
---|
| 26 | <size> |
---|
| 27 | <width>600</width> |
---|
| 28 | <height>655</height> |
---|
| 29 | </size> |
---|
| 30 | </property> |
---|
| 31 | <property name="maximumSize"> |
---|
| 32 | <size> |
---|
| 33 | <width>600</width> |
---|
| 34 | <height>655</height> |
---|
| 35 | </size> |
---|
| 36 | </property> |
---|
| 37 | <property name="focusPolicy"> |
---|
| 38 | <enum>Qt::NoFocus</enum> |
---|
| 39 | </property> |
---|
| 40 | <property name="windowTitle"> |
---|
| 41 | <string>palmrungui</string> |
---|
| 42 | </property> |
---|
| 43 | <property name="iconSize"> |
---|
| 44 | <size> |
---|
| 45 | <width>72</width> |
---|
| 46 | <height>72</height> |
---|
| 47 | </size> |
---|
| 48 | </property> |
---|
| 49 | <property name="toolButtonStyle"> |
---|
| 50 | <enum>Qt::ToolButtonIconOnly</enum> |
---|
| 51 | </property> |
---|
| 52 | <property name="animated"> |
---|
| 53 | <bool>false</bool> |
---|
| 54 | </property> |
---|
| 55 | <property name="documentMode"> |
---|
| 56 | <bool>false</bool> |
---|
| 57 | </property> |
---|
| 58 | <widget class="QWidget" name="centralWidget"> |
---|
| 59 | <property name="enabled"> |
---|
| 60 | <bool>true</bool> |
---|
| 61 | </property> |
---|
| 62 | <widget class="QGroupBox" name="groupBox"> |
---|
| 63 | <property name="enabled"> |
---|
| 64 | <bool>true</bool> |
---|
| 65 | </property> |
---|
| 66 | <property name="geometry"> |
---|
| 67 | <rect> |
---|
| 68 | <x>0</x> |
---|
| 69 | <y>550</y> |
---|
| 70 | <width>601</width> |
---|
| 71 | <height>81</height> |
---|
| 72 | </rect> |
---|
| 73 | </property> |
---|
| 74 | <property name="focusPolicy"> |
---|
| 75 | <enum>Qt::NoFocus</enum> |
---|
| 76 | </property> |
---|
| 77 | <property name="title"> |
---|
| 78 | <string/> |
---|
| 79 | </property> |
---|
| 80 | <property name="flat"> |
---|
| 81 | <bool>true</bool> |
---|
| 82 | </property> |
---|
| 83 | <widget class="QPushButton" name="button_exit"> |
---|
| 84 | <property name="geometry"> |
---|
| 85 | <rect> |
---|
| 86 | <x>120</x> |
---|
| 87 | <y>20</y> |
---|
| 88 | <width>90</width> |
---|
| 89 | <height>21</height> |
---|
| 90 | </rect> |
---|
| 91 | </property> |
---|
| 92 | <property name="text"> |
---|
| 93 | <string>Quit</string> |
---|
| 94 | </property> |
---|
| 95 | </widget> |
---|
| 96 | <widget class="QPushButton" name="button_start"> |
---|
| 97 | <property name="enabled"> |
---|
| 98 | <bool>false</bool> |
---|
| 99 | </property> |
---|
| 100 | <property name="geometry"> |
---|
| 101 | <rect> |
---|
| 102 | <x>10</x> |
---|
| 103 | <y>20</y> |
---|
| 104 | <width>91</width> |
---|
| 105 | <height>21</height> |
---|
| 106 | </rect> |
---|
| 107 | </property> |
---|
| 108 | <property name="font"> |
---|
| 109 | <font> |
---|
| 110 | <weight>75</weight> |
---|
| 111 | <bold>true</bold> |
---|
| 112 | </font> |
---|
| 113 | </property> |
---|
| 114 | <property name="text"> |
---|
| 115 | <string>palmrun</string> |
---|
| 116 | </property> |
---|
| 117 | <property name="checkable"> |
---|
| 118 | <bool>false</bool> |
---|
| 119 | </property> |
---|
| 120 | </widget> |
---|
| 121 | <widget class="QPushButton" name="button_clear"> |
---|
| 122 | <property name="geometry"> |
---|
| 123 | <rect> |
---|
| 124 | <x>210</x> |
---|
| 125 | <y>20</y> |
---|
| 126 | <width>90</width> |
---|
| 127 | <height>21</height> |
---|
| 128 | </rect> |
---|
| 129 | </property> |
---|
| 130 | <property name="text"> |
---|
| 131 | <string>Clear</string> |
---|
| 132 | </property> |
---|
| 133 | </widget> |
---|
| 134 | <widget class="QLineEdit" name="commandline"> |
---|
| 135 | <property name="enabled"> |
---|
| 136 | <bool>true</bool> |
---|
| 137 | </property> |
---|
| 138 | <property name="geometry"> |
---|
| 139 | <rect> |
---|
| 140 | <x>10</x> |
---|
| 141 | <y>45</y> |
---|
| 142 | <width>581</width> |
---|
| 143 | <height>26</height> |
---|
| 144 | </rect> |
---|
| 145 | </property> |
---|
| 146 | <property name="mouseTracking"> |
---|
| 147 | <bool>false</bool> |
---|
| 148 | </property> |
---|
| 149 | <property name="acceptDrops"> |
---|
| 150 | <bool>false</bool> |
---|
| 151 | </property> |
---|
| 152 | <property name="frame"> |
---|
| 153 | <bool>false</bool> |
---|
| 154 | </property> |
---|
| 155 | <property name="dragEnabled"> |
---|
| 156 | <bool>false</bool> |
---|
| 157 | </property> |
---|
| 158 | <property name="readOnly"> |
---|
| 159 | <bool>false</bool> |
---|
| 160 | </property> |
---|
| 161 | </widget> |
---|
| 162 | </widget> |
---|
| 163 | <widget class="QTabWidget" name="tabWidget"> |
---|
| 164 | <property name="geometry"> |
---|
| 165 | <rect> |
---|
| 166 | <x>0</x> |
---|
| 167 | <y>5</y> |
---|
| 168 | <width>591</width> |
---|
| 169 | <height>556</height> |
---|
| 170 | </rect> |
---|
| 171 | </property> |
---|
| 172 | <property name="sizePolicy"> |
---|
| 173 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
---|
| 174 | <horstretch>0</horstretch> |
---|
| 175 | <verstretch>0</verstretch> |
---|
| 176 | </sizepolicy> |
---|
| 177 | </property> |
---|
| 178 | <property name="font"> |
---|
| 179 | <font> |
---|
| 180 | <strikeout>false</strikeout> |
---|
| 181 | </font> |
---|
| 182 | </property> |
---|
| 183 | <property name="focusPolicy"> |
---|
| 184 | <enum>Qt::NoFocus</enum> |
---|
| 185 | </property> |
---|
| 186 | <property name="autoFillBackground"> |
---|
| 187 | <bool>false</bool> |
---|
| 188 | </property> |
---|
| 189 | <property name="currentIndex"> |
---|
| 190 | <number>0</number> |
---|
| 191 | </property> |
---|
| 192 | <widget class="QWidget" name="tab"> |
---|
| 193 | <attribute name="title"> |
---|
| 194 | <string>Default</string> |
---|
| 195 | </attribute> |
---|
| 196 | <widget class="QGroupBox" name="group_job"> |
---|
| 197 | <property name="enabled"> |
---|
| 198 | <bool>true</bool> |
---|
| 199 | </property> |
---|
| 200 | <property name="geometry"> |
---|
| 201 | <rect> |
---|
| 202 | <x>0</x> |
---|
| 203 | <y>0</y> |
---|
| 204 | <width>571</width> |
---|
| 205 | <height>296</height> |
---|
| 206 | </rect> |
---|
| 207 | </property> |
---|
| 208 | <property name="font"> |
---|
| 209 | <font> |
---|
| 210 | <weight>50</weight> |
---|
| 211 | <bold>false</bold> |
---|
| 212 | </font> |
---|
| 213 | </property> |
---|
| 214 | <property name="title"> |
---|
| 215 | <string notr="true">Job name</string> |
---|
| 216 | </property> |
---|
| 217 | <property name="flat"> |
---|
| 218 | <bool>true</bool> |
---|
| 219 | </property> |
---|
| 220 | <widget class="QLineEdit" name="line_jobname"> |
---|
| 221 | <property name="geometry"> |
---|
| 222 | <rect> |
---|
| 223 | <x>90</x> |
---|
| 224 | <y>30</y> |
---|
| 225 | <width>221</width> |
---|
| 226 | <height>25</height> |
---|
| 227 | </rect> |
---|
| 228 | </property> |
---|
| 229 | <property name="text"> |
---|
| 230 | <string/> |
---|
| 231 | </property> |
---|
| 232 | </widget> |
---|
| 233 | <widget class="QPushButton" name="pushButton"> |
---|
| 234 | <property name="geometry"> |
---|
| 235 | <rect> |
---|
| 236 | <x>10</x> |
---|
| 237 | <y>30</y> |
---|
| 238 | <width>71</width> |
---|
| 239 | <height>24</height> |
---|
| 240 | </rect> |
---|
| 241 | </property> |
---|
| 242 | <property name="text"> |
---|
| 243 | <string>Select</string> |
---|
| 244 | </property> |
---|
| 245 | </widget> |
---|
| 246 | <widget class="QLabel" name="label"> |
---|
| 247 | <property name="geometry"> |
---|
| 248 | <rect> |
---|
| 249 | <x>10</x> |
---|
| 250 | <y>65</y> |
---|
| 251 | <width>151</width> |
---|
| 252 | <height>16</height> |
---|
| 253 | </rect> |
---|
| 254 | </property> |
---|
| 255 | <property name="text"> |
---|
| 256 | <string>Recently submitted jobs:</string> |
---|
| 257 | </property> |
---|
| 258 | </widget> |
---|
| 259 | <widget class="QListWidget" name="list_jobname"> |
---|
| 260 | <property name="geometry"> |
---|
| 261 | <rect> |
---|
| 262 | <x>10</x> |
---|
| 263 | <y>85</y> |
---|
| 264 | <width>301</width> |
---|
| 265 | <height>181</height> |
---|
| 266 | </rect> |
---|
| 267 | </property> |
---|
| 268 | </widget> |
---|
| 269 | <widget class="QComboBox" name="drop_job"> |
---|
| 270 | <property name="enabled"> |
---|
| 271 | <bool>false</bool> |
---|
| 272 | </property> |
---|
| 273 | <property name="geometry"> |
---|
| 274 | <rect> |
---|
| 275 | <x>10</x> |
---|
| 276 | <y>270</y> |
---|
| 277 | <width>301</width> |
---|
| 278 | <height>25</height> |
---|
| 279 | </rect> |
---|
| 280 | </property> |
---|
| 281 | <item> |
---|
| 282 | <property name="text"> |
---|
| 283 | <string>Initial run</string> |
---|
| 284 | </property> |
---|
| 285 | </item> |
---|
| 286 | <item> |
---|
| 287 | <property name="text"> |
---|
| 288 | <string>Restart run</string> |
---|
| 289 | </property> |
---|
| 290 | </item> |
---|
| 291 | <item> |
---|
| 292 | <property name="text"> |
---|
| 293 | <string>Precursor run (atmosphere)</string> |
---|
| 294 | </property> |
---|
| 295 | </item> |
---|
| 296 | <item> |
---|
| 297 | <property name="text"> |
---|
| 298 | <string>Precursor run (ocean)</string> |
---|
| 299 | </property> |
---|
| 300 | </item> |
---|
| 301 | <item> |
---|
| 302 | <property name="text"> |
---|
| 303 | <string>Initial run (coupled atmosphere ocean)</string> |
---|
| 304 | </property> |
---|
| 305 | </item> |
---|
| 306 | <item> |
---|
| 307 | <property name="text"> |
---|
| 308 | <string>Restart run (coupled atmosphere ocean)</string> |
---|
| 309 | </property> |
---|
| 310 | </item> |
---|
| 311 | </widget> |
---|
| 312 | <widget class="QLabel" name="label_usercode"> |
---|
| 313 | <property name="enabled"> |
---|
| 314 | <bool>true</bool> |
---|
| 315 | </property> |
---|
| 316 | <property name="geometry"> |
---|
| 317 | <rect> |
---|
| 318 | <x>320</x> |
---|
| 319 | <y>267</y> |
---|
| 320 | <width>261</width> |
---|
| 321 | <height>31</height> |
---|
| 322 | </rect> |
---|
| 323 | </property> |
---|
| 324 | <property name="font"> |
---|
| 325 | <font> |
---|
| 326 | <weight>75</weight> |
---|
| 327 | <bold>true</bold> |
---|
| 328 | </font> |
---|
| 329 | </property> |
---|
| 330 | <property name="text"> |
---|
| 331 | <string/> |
---|
| 332 | </property> |
---|
| 333 | </widget> |
---|
| 334 | </widget> |
---|
| 335 | <widget class="QGroupBox" name="group_runcontrol"> |
---|
| 336 | <property name="enabled"> |
---|
| 337 | <bool>false</bool> |
---|
| 338 | </property> |
---|
| 339 | <property name="geometry"> |
---|
| 340 | <rect> |
---|
| 341 | <x>320</x> |
---|
| 342 | <y>0</y> |
---|
| 343 | <width>251</width> |
---|
| 344 | <height>281</height> |
---|
| 345 | </rect> |
---|
| 346 | </property> |
---|
| 347 | <property name="title"> |
---|
| 348 | <string>Activation strings</string> |
---|
| 349 | </property> |
---|
| 350 | <property name="flat"> |
---|
| 351 | <bool>true</bool> |
---|
| 352 | </property> |
---|
| 353 | <widget class="QCheckBox" name="check_pr"> |
---|
| 354 | <property name="geometry"> |
---|
| 355 | <rect> |
---|
| 356 | <x>10</x> |
---|
| 357 | <y>45</y> |
---|
| 358 | <width>87</width> |
---|
| 359 | <height>23</height> |
---|
| 360 | </rect> |
---|
| 361 | </property> |
---|
| 362 | <property name="text"> |
---|
| 363 | <string>Profiles</string> |
---|
| 364 | </property> |
---|
| 365 | </widget> |
---|
| 366 | <widget class="QCheckBox" name="check_3d"> |
---|
| 367 | <property name="geometry"> |
---|
| 368 | <rect> |
---|
| 369 | <x>10</x> |
---|
| 370 | <y>145</y> |
---|
| 371 | <width>87</width> |
---|
| 372 | <height>23</height> |
---|
| 373 | </rect> |
---|
| 374 | </property> |
---|
| 375 | <property name="text"> |
---|
| 376 | <string>3D</string> |
---|
| 377 | </property> |
---|
| 378 | </widget> |
---|
| 379 | <widget class="QCheckBox" name="check_xy"> |
---|
| 380 | <property name="geometry"> |
---|
| 381 | <rect> |
---|
| 382 | <x>10</x> |
---|
| 383 | <y>70</y> |
---|
| 384 | <width>87</width> |
---|
| 385 | <height>23</height> |
---|
| 386 | </rect> |
---|
| 387 | </property> |
---|
| 388 | <property name="text"> |
---|
| 389 | <string>XY</string> |
---|
| 390 | </property> |
---|
| 391 | </widget> |
---|
| 392 | <widget class="QCheckBox" name="check_ts"> |
---|
| 393 | <property name="geometry"> |
---|
| 394 | <rect> |
---|
| 395 | <x>10</x> |
---|
| 396 | <y>20</y> |
---|
| 397 | <width>131</width> |
---|
| 398 | <height>23</height> |
---|
| 399 | </rect> |
---|
| 400 | </property> |
---|
| 401 | <property name="text"> |
---|
| 402 | <string>Timeseries</string> |
---|
| 403 | </property> |
---|
| 404 | </widget> |
---|
| 405 | <widget class="QCheckBox" name="check_ma"> |
---|
| 406 | <property name="geometry"> |
---|
| 407 | <rect> |
---|
| 408 | <x>10</x> |
---|
| 409 | <y>170</y> |
---|
| 410 | <width>87</width> |
---|
| 411 | <height>23</height> |
---|
| 412 | </rect> |
---|
| 413 | </property> |
---|
| 414 | <property name="text"> |
---|
| 415 | <string>Masks</string> |
---|
| 416 | </property> |
---|
| 417 | </widget> |
---|
| 418 | <widget class="QCheckBox" name="check_sp"> |
---|
| 419 | <property name="geometry"> |
---|
| 420 | <rect> |
---|
| 421 | <x>10</x> |
---|
| 422 | <y>195</y> |
---|
| 423 | <width>87</width> |
---|
| 424 | <height>23</height> |
---|
| 425 | </rect> |
---|
| 426 | </property> |
---|
| 427 | <property name="text"> |
---|
| 428 | <string>Spectra</string> |
---|
| 429 | </property> |
---|
| 430 | </widget> |
---|
| 431 | <widget class="QCheckBox" name="check_prt"> |
---|
| 432 | <property name="geometry"> |
---|
| 433 | <rect> |
---|
| 434 | <x>10</x> |
---|
| 435 | <y>220</y> |
---|
| 436 | <width>87</width> |
---|
| 437 | <height>23</height> |
---|
| 438 | </rect> |
---|
| 439 | </property> |
---|
| 440 | <property name="text"> |
---|
| 441 | <string>Particles</string> |
---|
| 442 | </property> |
---|
| 443 | </widget> |
---|
| 444 | <widget class="QCheckBox" name="check_xz"> |
---|
| 445 | <property name="geometry"> |
---|
| 446 | <rect> |
---|
| 447 | <x>10</x> |
---|
| 448 | <y>95</y> |
---|
| 449 | <width>87</width> |
---|
| 450 | <height>23</height> |
---|
| 451 | </rect> |
---|
| 452 | </property> |
---|
| 453 | <property name="text"> |
---|
| 454 | <string>XZ</string> |
---|
| 455 | </property> |
---|
| 456 | </widget> |
---|
| 457 | <widget class="QCheckBox" name="check_yz"> |
---|
| 458 | <property name="geometry"> |
---|
| 459 | <rect> |
---|
| 460 | <x>10</x> |
---|
| 461 | <y>120</y> |
---|
| 462 | <width>87</width> |
---|
| 463 | <height>23</height> |
---|
| 464 | </rect> |
---|
| 465 | </property> |
---|
| 466 | <property name="text"> |
---|
| 467 | <string>YZ</string> |
---|
| 468 | </property> |
---|
| 469 | </widget> |
---|
| 470 | <widget class="QCheckBox" name="check_pts"> |
---|
| 471 | <property name="geometry"> |
---|
| 472 | <rect> |
---|
| 473 | <x>10</x> |
---|
| 474 | <y>240</y> |
---|
| 475 | <width>151</width> |
---|
| 476 | <height>36</height> |
---|
| 477 | </rect> |
---|
| 478 | </property> |
---|
| 479 | <property name="text"> |
---|
| 480 | <string>Particle timeseries</string> |
---|
| 481 | </property> |
---|
| 482 | </widget> |
---|
| 483 | </widget> |
---|
| 484 | <widget class="QGroupBox" name="group_execution"> |
---|
| 485 | <property name="enabled"> |
---|
| 486 | <bool>false</bool> |
---|
| 487 | </property> |
---|
| 488 | <property name="geometry"> |
---|
| 489 | <rect> |
---|
| 490 | <x>0</x> |
---|
| 491 | <y>305</y> |
---|
| 492 | <width>431</width> |
---|
| 493 | <height>206</height> |
---|
| 494 | </rect> |
---|
| 495 | </property> |
---|
| 496 | <property name="title"> |
---|
| 497 | <string>Execution</string> |
---|
| 498 | </property> |
---|
| 499 | <property name="flat"> |
---|
| 500 | <bool>false</bool> |
---|
| 501 | </property> |
---|
| 502 | <widget class="QLineEdit" name="line_q"> |
---|
| 503 | <property name="geometry"> |
---|
| 504 | <rect> |
---|
| 505 | <x>340</x> |
---|
| 506 | <y>30</y> |
---|
| 507 | <width>81</width> |
---|
| 508 | <height>21</height> |
---|
| 509 | </rect> |
---|
| 510 | </property> |
---|
| 511 | <property name="text"> |
---|
| 512 | <string/> |
---|
| 513 | </property> |
---|
| 514 | <property name="alignment"> |
---|
| 515 | <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set> |
---|
| 516 | </property> |
---|
| 517 | </widget> |
---|
| 518 | <widget class="QLabel" name="label_2"> |
---|
| 519 | <property name="geometry"> |
---|
| 520 | <rect> |
---|
| 521 | <x>260</x> |
---|
| 522 | <y>25</y> |
---|
| 523 | <width>71</width> |
---|
| 524 | <height>21</height> |
---|
| 525 | </rect> |
---|
| 526 | </property> |
---|
| 527 | <property name="text"> |
---|
| 528 | <string>Queue:</string> |
---|
| 529 | </property> |
---|
| 530 | <property name="alignment"> |
---|
| 531 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
| 532 | </property> |
---|
| 533 | </widget> |
---|
| 534 | <widget class="QLineEdit" name="line_pe"> |
---|
| 535 | <property name="geometry"> |
---|
| 536 | <rect> |
---|
| 537 | <x>120</x> |
---|
| 538 | <y>55</y> |
---|
| 539 | <width>101</width> |
---|
| 540 | <height>20</height> |
---|
| 541 | </rect> |
---|
| 542 | </property> |
---|
| 543 | <property name="text"> |
---|
| 544 | <string/> |
---|
| 545 | </property> |
---|
| 546 | </widget> |
---|
| 547 | <widget class="QLabel" name="label_3"> |
---|
| 548 | <property name="geometry"> |
---|
| 549 | <rect> |
---|
| 550 | <x>0</x> |
---|
| 551 | <y>55</y> |
---|
| 552 | <width>111</width> |
---|
| 553 | <height>16</height> |
---|
| 554 | </rect> |
---|
| 555 | </property> |
---|
| 556 | <property name="text"> |
---|
| 557 | <string>Processing cores:</string> |
---|
| 558 | </property> |
---|
| 559 | <property name="alignment"> |
---|
| 560 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
| 561 | </property> |
---|
| 562 | </widget> |
---|
| 563 | <widget class="QLineEdit" name="line_tpn"> |
---|
| 564 | <property name="geometry"> |
---|
| 565 | <rect> |
---|
| 566 | <x>340</x> |
---|
| 567 | <y>55</y> |
---|
| 568 | <width>61</width> |
---|
| 569 | <height>21</height> |
---|
| 570 | </rect> |
---|
| 571 | </property> |
---|
| 572 | <property name="text"> |
---|
| 573 | <string/> |
---|
| 574 | </property> |
---|
| 575 | </widget> |
---|
| 576 | <widget class="QLabel" name="label_4"> |
---|
| 577 | <property name="geometry"> |
---|
| 578 | <rect> |
---|
| 579 | <x>230</x> |
---|
| 580 | <y>50</y> |
---|
| 581 | <width>101</width> |
---|
| 582 | <height>21</height> |
---|
| 583 | </rect> |
---|
| 584 | </property> |
---|
| 585 | <property name="text"> |
---|
| 586 | <string>Tasks per node:</string> |
---|
| 587 | </property> |
---|
| 588 | <property name="alignment"> |
---|
| 589 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
| 590 | </property> |
---|
| 591 | </widget> |
---|
| 592 | <widget class="QLineEdit" name="line_account"> |
---|
| 593 | <property name="geometry"> |
---|
| 594 | <rect> |
---|
| 595 | <x>340</x> |
---|
| 596 | <y>80</y> |
---|
| 597 | <width>81</width> |
---|
| 598 | <height>20</height> |
---|
| 599 | </rect> |
---|
| 600 | </property> |
---|
| 601 | <property name="text"> |
---|
| 602 | <string/> |
---|
| 603 | </property> |
---|
| 604 | </widget> |
---|
| 605 | <widget class="QLabel" name="label_5"> |
---|
| 606 | <property name="geometry"> |
---|
| 607 | <rect> |
---|
| 608 | <x>230</x> |
---|
| 609 | <y>80</y> |
---|
| 610 | <width>101</width> |
---|
| 611 | <height>16</height> |
---|
| 612 | </rect> |
---|
| 613 | </property> |
---|
| 614 | <property name="text"> |
---|
| 615 | <string>Project account:</string> |
---|
| 616 | </property> |
---|
| 617 | <property name="alignment"> |
---|
| 618 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
| 619 | </property> |
---|
| 620 | </widget> |
---|
| 621 | <widget class="QLabel" name="label_6"> |
---|
| 622 | <property name="geometry"> |
---|
| 623 | <rect> |
---|
| 624 | <x>10</x> |
---|
| 625 | <y>80</y> |
---|
| 626 | <width>101</width> |
---|
| 627 | <height>16</height> |
---|
| 628 | </rect> |
---|
| 629 | </property> |
---|
| 630 | <property name="text"> |
---|
| 631 | <string>Wallclock time:</string> |
---|
| 632 | </property> |
---|
| 633 | <property name="alignment"> |
---|
| 634 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
| 635 | </property> |
---|
| 636 | </widget> |
---|
| 637 | <widget class="QLineEdit" name="line_time"> |
---|
| 638 | <property name="geometry"> |
---|
| 639 | <rect> |
---|
| 640 | <x>120</x> |
---|
| 641 | <y>80</y> |
---|
| 642 | <width>101</width> |
---|
| 643 | <height>20</height> |
---|
| 644 | </rect> |
---|
| 645 | </property> |
---|
| 646 | <property name="text"> |
---|
| 647 | <string/> |
---|
| 648 | </property> |
---|
| 649 | </widget> |
---|
| 650 | <widget class="QLabel" name="label_7"> |
---|
| 651 | <property name="geometry"> |
---|
| 652 | <rect> |
---|
| 653 | <x>20</x> |
---|
| 654 | <y>30</y> |
---|
| 655 | <width>91</width> |
---|
| 656 | <height>16</height> |
---|
| 657 | </rect> |
---|
| 658 | </property> |
---|
| 659 | <property name="text"> |
---|
| 660 | <string>Configuration:</string> |
---|
| 661 | </property> |
---|
| 662 | <property name="scaledContents"> |
---|
| 663 | <bool>false</bool> |
---|
| 664 | </property> |
---|
| 665 | <property name="alignment"> |
---|
| 666 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
| 667 | </property> |
---|
| 668 | </widget> |
---|
| 669 | <widget class="QLineEdit" name="line_host"> |
---|
| 670 | <property name="geometry"> |
---|
| 671 | <rect> |
---|
| 672 | <x>120</x> |
---|
| 673 | <y>30</y> |
---|
| 674 | <width>101</width> |
---|
| 675 | <height>20</height> |
---|
| 676 | </rect> |
---|
| 677 | </property> |
---|
| 678 | <property name="text"> |
---|
| 679 | <string/> |
---|
| 680 | </property> |
---|
| 681 | </widget> |
---|
| 682 | <widget class="Line" name="line"> |
---|
| 683 | <property name="geometry"> |
---|
| 684 | <rect> |
---|
| 685 | <x>10</x> |
---|
| 686 | <y>105</y> |
---|
| 687 | <width>431</width> |
---|
| 688 | <height>20</height> |
---|
| 689 | </rect> |
---|
| 690 | </property> |
---|
| 691 | <property name="orientation"> |
---|
| 692 | <enum>Qt::Horizontal</enum> |
---|
| 693 | </property> |
---|
| 694 | </widget> |
---|
| 695 | <widget class="QCheckBox" name="check_restarts"> |
---|
| 696 | <property name="geometry"> |
---|
| 697 | <rect> |
---|
| 698 | <x>10</x> |
---|
| 699 | <y>120</y> |
---|
| 700 | <width>121</width> |
---|
| 701 | <height>23</height> |
---|
| 702 | </rect> |
---|
| 703 | </property> |
---|
| 704 | <property name="text"> |
---|
| 705 | <string>Allow restarts</string> |
---|
| 706 | </property> |
---|
| 707 | </widget> |
---|
| 708 | <widget class="QCheckBox" name="check_delete_tmp_files"> |
---|
| 709 | <property name="geometry"> |
---|
| 710 | <rect> |
---|
| 711 | <x>10</x> |
---|
| 712 | <y>140</y> |
---|
| 713 | <width>271</width> |
---|
| 714 | <height>23</height> |
---|
| 715 | </rect> |
---|
| 716 | </property> |
---|
| 717 | <property name="text"> |
---|
| 718 | <string>Do not delete temporary directory at end</string> |
---|
| 719 | </property> |
---|
| 720 | </widget> |
---|
| 721 | <widget class="QCheckBox" name="check_verbose"> |
---|
| 722 | <property name="geometry"> |
---|
| 723 | <rect> |
---|
| 724 | <x>10</x> |
---|
| 725 | <y>160</y> |
---|
| 726 | <width>261</width> |
---|
| 727 | <height>23</height> |
---|
| 728 | </rect> |
---|
| 729 | </property> |
---|
| 730 | <property name="text"> |
---|
| 731 | <string>No prompt on confirmation (silent)</string> |
---|
| 732 | </property> |
---|
| 733 | </widget> |
---|
| 734 | <widget class="QLabel" name="label_restart"> |
---|
| 735 | <property name="enabled"> |
---|
| 736 | <bool>false</bool> |
---|
| 737 | </property> |
---|
| 738 | <property name="geometry"> |
---|
| 739 | <rect> |
---|
| 740 | <x>150</x> |
---|
| 741 | <y>120</y> |
---|
| 742 | <width>421</width> |
---|
| 743 | <height>20</height> |
---|
| 744 | </rect> |
---|
| 745 | </property> |
---|
| 746 | <property name="font"> |
---|
| 747 | <font> |
---|
| 748 | <weight>75</weight> |
---|
| 749 | <bold>true</bold> |
---|
| 750 | </font> |
---|
| 751 | </property> |
---|
| 752 | <property name="text"> |
---|
| 753 | <string/> |
---|
| 754 | </property> |
---|
| 755 | </widget> |
---|
| 756 | <widget class="QCheckBox" name="check_cycfill"> |
---|
| 757 | <property name="geometry"> |
---|
| 758 | <rect> |
---|
| 759 | <x>10</x> |
---|
| 760 | <y>180</y> |
---|
| 761 | <width>261</width> |
---|
| 762 | <height>21</height> |
---|
| 763 | </rect> |
---|
| 764 | </property> |
---|
| 765 | <property name="text"> |
---|
| 766 | <string>Use cyclic fill method</string> |
---|
| 767 | </property> |
---|
| 768 | </widget> |
---|
| 769 | </widget> |
---|
| 770 | <widget class="QLabel" name="palm_logo"> |
---|
| 771 | <property name="geometry"> |
---|
| 772 | <rect> |
---|
| 773 | <x>490</x> |
---|
| 774 | <y>440</y> |
---|
| 775 | <width>77</width> |
---|
| 776 | <height>72</height> |
---|
| 777 | </rect> |
---|
| 778 | </property> |
---|
| 779 | <property name="text"> |
---|
| 780 | <string>TextLabel</string> |
---|
| 781 | </property> |
---|
| 782 | <property name="scaledContents"> |
---|
| 783 | <bool>true</bool> |
---|
| 784 | </property> |
---|
| 785 | </widget> |
---|
| 786 | </widget> |
---|
| 787 | <widget class="QWidget" name="tab_2"> |
---|
| 788 | <attribute name="title"> |
---|
| 789 | <string>Advanced</string> |
---|
| 790 | </attribute> |
---|
| 791 | <widget class="QGroupBox" name="group_advanced"> |
---|
| 792 | <property name="enabled"> |
---|
| 793 | <bool>false</bool> |
---|
| 794 | </property> |
---|
| 795 | <property name="geometry"> |
---|
| 796 | <rect> |
---|
| 797 | <x>0</x> |
---|
| 798 | <y>5</y> |
---|
| 799 | <width>501</width> |
---|
| 800 | <height>401</height> |
---|
| 801 | </rect> |
---|
| 802 | </property> |
---|
| 803 | <property name="title"> |
---|
| 804 | <string>Advanced settings</string> |
---|
| 805 | </property> |
---|
| 806 | <property name="flat"> |
---|
| 807 | <bool>true</bool> |
---|
| 808 | </property> |
---|
| 809 | <widget class="QCheckBox" name="check_x"> |
---|
| 810 | <property name="geometry"> |
---|
| 811 | <rect> |
---|
| 812 | <x>10</x> |
---|
| 813 | <y>175</y> |
---|
| 814 | <width>421</width> |
---|
| 815 | <height>23</height> |
---|
| 816 | </rect> |
---|
| 817 | </property> |
---|
| 818 | <property name="text"> |
---|
| 819 | <string>-x (tracing of palmrun for debug purposes)</string> |
---|
| 820 | </property> |
---|
| 821 | </widget> |
---|
| 822 | <widget class="QCheckBox" name="check_O"> |
---|
| 823 | <property name="geometry"> |
---|
| 824 | <rect> |
---|
| 825 | <x>10</x> |
---|
| 826 | <y>150</y> |
---|
| 827 | <width>421</width> |
---|
| 828 | <height>23</height> |
---|
| 829 | </rect> |
---|
| 830 | </property> |
---|
| 831 | <property name="text"> |
---|
| 832 | <string>-O (use OpenMP)</string> |
---|
| 833 | </property> |
---|
| 834 | </widget> |
---|
| 835 | <widget class="QCheckBox" name="check_k"> |
---|
| 836 | <property name="geometry"> |
---|
| 837 | <rect> |
---|
| 838 | <x>10</x> |
---|
| 839 | <y>125</y> |
---|
| 840 | <width>421</width> |
---|
| 841 | <height>23</height> |
---|
| 842 | </rect> |
---|
| 843 | </property> |
---|
| 844 | <property name="text"> |
---|
| 845 | <string>-k (keep data from previous run)</string> |
---|
| 846 | </property> |
---|
| 847 | </widget> |
---|
| 848 | <widget class="QCheckBox" name="check_I"> |
---|
| 849 | <property name="geometry"> |
---|
| 850 | <rect> |
---|
| 851 | <x>10</x> |
---|
| 852 | <y>100</y> |
---|
| 853 | <width>441</width> |
---|
| 854 | <height>23</height> |
---|
| 855 | </rect> |
---|
| 856 | </property> |
---|
| 857 | <property name="text"> |
---|
| 858 | <string>-I (archiving errors of previous batch-jobs will be ignored)</string> |
---|
| 859 | </property> |
---|
| 860 | </widget> |
---|
| 861 | <widget class="QCheckBox" name="check_F"> |
---|
| 862 | <property name="geometry"> |
---|
| 863 | <rect> |
---|
| 864 | <x>10</x> |
---|
| 865 | <y>75</y> |
---|
| 866 | <width>421</width> |
---|
| 867 | <height>23</height> |
---|
| 868 | </rect> |
---|
| 869 | </property> |
---|
| 870 | <property name="text"> |
---|
| 871 | <string>-F (create remote job file only)</string> |
---|
| 872 | </property> |
---|
| 873 | </widget> |
---|
| 874 | <widget class="QCheckBox" name="check_b"> |
---|
| 875 | <property name="geometry"> |
---|
| 876 | <rect> |
---|
| 877 | <x>10</x> |
---|
| 878 | <y>50</y> |
---|
| 879 | <width>421</width> |
---|
| 880 | <height>23</height> |
---|
| 881 | </rect> |
---|
| 882 | </property> |
---|
| 883 | <property name="text"> |
---|
| 884 | <string>-b (batch-job on local machine)</string> |
---|
| 885 | </property> |
---|
| 886 | </widget> |
---|
| 887 | <widget class="QCheckBox" name="check_Z"> |
---|
| 888 | <property name="geometry"> |
---|
| 889 | <rect> |
---|
| 890 | <x>10</x> |
---|
| 891 | <y>200</y> |
---|
| 892 | <width>421</width> |
---|
| 893 | <height>23</height> |
---|
| 894 | </rect> |
---|
| 895 | </property> |
---|
| 896 | <property name="text"> |
---|
| 897 | <string>-Z (disable combine_plot_fields at the end of job)</string> |
---|
| 898 | </property> |
---|
| 899 | </widget> |
---|
| 900 | <widget class="Line" name="line_2"> |
---|
| 901 | <property name="geometry"> |
---|
| 902 | <rect> |
---|
| 903 | <x>0</x> |
---|
| 904 | <y>220</y> |
---|
| 905 | <width>581</width> |
---|
| 906 | <height>20</height> |
---|
| 907 | </rect> |
---|
| 908 | </property> |
---|
| 909 | <property name="orientation"> |
---|
| 910 | <enum>Qt::Horizontal</enum> |
---|
| 911 | </property> |
---|
| 912 | </widget> |
---|
| 913 | <widget class="QLineEdit" name="line_w"> |
---|
| 914 | <property name="geometry"> |
---|
| 915 | <rect> |
---|
| 916 | <x>220</x> |
---|
| 917 | <y>345</y> |
---|
| 918 | <width>191</width> |
---|
| 919 | <height>25</height> |
---|
| 920 | </rect> |
---|
| 921 | </property> |
---|
| 922 | <property name="text"> |
---|
| 923 | <string/> |
---|
| 924 | </property> |
---|
| 925 | </widget> |
---|
| 926 | <widget class="QLineEdit" name="line_s"> |
---|
| 927 | <property name="geometry"> |
---|
| 928 | <rect> |
---|
| 929 | <x>220</x> |
---|
| 930 | <y>320</y> |
---|
| 931 | <width>191</width> |
---|
| 932 | <height>25</height> |
---|
| 933 | </rect> |
---|
| 934 | </property> |
---|
| 935 | <property name="text"> |
---|
| 936 | <string/> |
---|
| 937 | </property> |
---|
| 938 | </widget> |
---|
| 939 | <widget class="QLineEdit" name="line_D"> |
---|
| 940 | <property name="geometry"> |
---|
| 941 | <rect> |
---|
| 942 | <x>220</x> |
---|
| 943 | <y>295</y> |
---|
| 944 | <width>191</width> |
---|
| 945 | <height>25</height> |
---|
| 946 | </rect> |
---|
| 947 | </property> |
---|
| 948 | <property name="text"> |
---|
| 949 | <string/> |
---|
| 950 | </property> |
---|
| 951 | </widget> |
---|
| 952 | <widget class="QLineEdit" name="line_M"> |
---|
| 953 | <property name="geometry"> |
---|
| 954 | <rect> |
---|
| 955 | <x>220</x> |
---|
| 956 | <y>270</y> |
---|
| 957 | <width>191</width> |
---|
| 958 | <height>25</height> |
---|
| 959 | </rect> |
---|
| 960 | </property> |
---|
| 961 | <property name="text"> |
---|
| 962 | <string/> |
---|
| 963 | </property> |
---|
| 964 | </widget> |
---|
| 965 | <widget class="QLineEdit" name="line_m"> |
---|
| 966 | <property name="geometry"> |
---|
| 967 | <rect> |
---|
| 968 | <x>220</x> |
---|
| 969 | <y>245</y> |
---|
| 970 | <width>81</width> |
---|
| 971 | <height>25</height> |
---|
| 972 | </rect> |
---|
| 973 | </property> |
---|
| 974 | </widget> |
---|
| 975 | <widget class="QLineEdit" name="line_user"> |
---|
| 976 | <property name="geometry"> |
---|
| 977 | <rect> |
---|
| 978 | <x>220</x> |
---|
| 979 | <y>370</y> |
---|
| 980 | <width>191</width> |
---|
| 981 | <height>25</height> |
---|
| 982 | </rect> |
---|
| 983 | </property> |
---|
| 984 | <property name="text"> |
---|
| 985 | <string/> |
---|
| 986 | </property> |
---|
| 987 | </widget> |
---|
| 988 | </widget> |
---|
| 989 | <widget class="QLabel" name="label_20"> |
---|
| 990 | <property name="geometry"> |
---|
| 991 | <rect> |
---|
| 992 | <x>0</x> |
---|
| 993 | <y>375</y> |
---|
| 994 | <width>211</width> |
---|
| 995 | <height>21</height> |
---|
| 996 | </rect> |
---|
| 997 | </property> |
---|
| 998 | <property name="text"> |
---|
| 999 | <string>User parameters (no preview):</string> |
---|
| 1000 | </property> |
---|
| 1001 | <property name="alignment"> |
---|
| 1002 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
| 1003 | </property> |
---|
| 1004 | </widget> |
---|
| 1005 | <widget class="QLabel" name="label_18"> |
---|
| 1006 | <property name="geometry"> |
---|
| 1007 | <rect> |
---|
| 1008 | <x>10</x> |
---|
| 1009 | <y>300</y> |
---|
| 1010 | <width>201</width> |
---|
| 1011 | <height>21</height> |
---|
| 1012 | </rect> |
---|
| 1013 | </property> |
---|
| 1014 | <property name="text"> |
---|
| 1015 | <string>Preprocessor directives (cpp):</string> |
---|
| 1016 | </property> |
---|
| 1017 | <property name="alignment"> |
---|
| 1018 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
| 1019 | </property> |
---|
| 1020 | </widget> |
---|
| 1021 | <widget class="QLabel" name="label_17"> |
---|
| 1022 | <property name="geometry"> |
---|
| 1023 | <rect> |
---|
| 1024 | <x>-10</x> |
---|
| 1025 | <y>350</y> |
---|
| 1026 | <width>221</width> |
---|
| 1027 | <height>21</height> |
---|
| 1028 | </rect> |
---|
| 1029 | </property> |
---|
| 1030 | <property name="text"> |
---|
| 1031 | <string>Number of parallel I/O streams:</string> |
---|
| 1032 | </property> |
---|
| 1033 | <property name="alignment"> |
---|
| 1034 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
| 1035 | </property> |
---|
| 1036 | </widget> |
---|
| 1037 | <widget class="QLabel" name="label_16"> |
---|
| 1038 | <property name="geometry"> |
---|
| 1039 | <rect> |
---|
| 1040 | <x>110</x> |
---|
| 1041 | <y>255</y> |
---|
| 1042 | <width>101</width> |
---|
| 1043 | <height>16</height> |
---|
| 1044 | </rect> |
---|
| 1045 | </property> |
---|
| 1046 | <property name="text"> |
---|
| 1047 | <string>Memory (MB):</string> |
---|
| 1048 | </property> |
---|
| 1049 | <property name="alignment"> |
---|
| 1050 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
| 1051 | </property> |
---|
| 1052 | </widget> |
---|
| 1053 | <widget class="QLabel" name="label_19"> |
---|
| 1054 | <property name="geometry"> |
---|
| 1055 | <rect> |
---|
| 1056 | <x>20</x> |
---|
| 1057 | <y>325</y> |
---|
| 1058 | <width>191</width> |
---|
| 1059 | <height>21</height> |
---|
| 1060 | </rect> |
---|
| 1061 | </property> |
---|
| 1062 | <property name="text"> |
---|
| 1063 | <string>Filenames to be compiled:</string> |
---|
| 1064 | </property> |
---|
| 1065 | <property name="alignment"> |
---|
| 1066 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
| 1067 | </property> |
---|
| 1068 | </widget> |
---|
| 1069 | <widget class="QLabel" name="label_21"> |
---|
| 1070 | <property name="geometry"> |
---|
| 1071 | <rect> |
---|
| 1072 | <x>40</x> |
---|
| 1073 | <y>275</y> |
---|
| 1074 | <width>171</width> |
---|
| 1075 | <height>20</height> |
---|
| 1076 | </rect> |
---|
| 1077 | </property> |
---|
| 1078 | <property name="text"> |
---|
| 1079 | <string>Makefile:</string> |
---|
| 1080 | </property> |
---|
| 1081 | <property name="alignment"> |
---|
| 1082 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
| 1083 | </property> |
---|
| 1084 | </widget> |
---|
| 1085 | <widget class="QGroupBox" name="group_coupled"> |
---|
| 1086 | <property name="enabled"> |
---|
| 1087 | <bool>false</bool> |
---|
| 1088 | </property> |
---|
| 1089 | <property name="geometry"> |
---|
| 1090 | <rect> |
---|
| 1091 | <x>10</x> |
---|
| 1092 | <y>410</y> |
---|
| 1093 | <width>401</width> |
---|
| 1094 | <height>101</height> |
---|
| 1095 | </rect> |
---|
| 1096 | </property> |
---|
| 1097 | <property name="title"> |
---|
| 1098 | <string/> |
---|
| 1099 | </property> |
---|
| 1100 | <widget class="QLineEdit" name="line_PE_ocean"> |
---|
| 1101 | <property name="geometry"> |
---|
| 1102 | <rect> |
---|
| 1103 | <x>100</x> |
---|
| 1104 | <y>70</y> |
---|
| 1105 | <width>111</width> |
---|
| 1106 | <height>21</height> |
---|
| 1107 | </rect> |
---|
| 1108 | </property> |
---|
| 1109 | <property name="text"> |
---|
| 1110 | <string/> |
---|
| 1111 | </property> |
---|
| 1112 | </widget> |
---|
| 1113 | <widget class="QLabel" name="label_coupled3"> |
---|
| 1114 | <property name="geometry"> |
---|
| 1115 | <rect> |
---|
| 1116 | <x>40</x> |
---|
| 1117 | <y>65</y> |
---|
| 1118 | <width>51</width> |
---|
| 1119 | <height>21</height> |
---|
| 1120 | </rect> |
---|
| 1121 | </property> |
---|
| 1122 | <property name="text"> |
---|
| 1123 | <string>Ocean:</string> |
---|
| 1124 | </property> |
---|
| 1125 | <property name="alignment"> |
---|
| 1126 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
| 1127 | </property> |
---|
| 1128 | </widget> |
---|
| 1129 | <widget class="QLineEdit" name="line_PE_atmos"> |
---|
| 1130 | <property name="geometry"> |
---|
| 1131 | <rect> |
---|
| 1132 | <x>100</x> |
---|
| 1133 | <y>45</y> |
---|
| 1134 | <width>111</width> |
---|
| 1135 | <height>21</height> |
---|
| 1136 | </rect> |
---|
| 1137 | </property> |
---|
| 1138 | <property name="text"> |
---|
| 1139 | <string/> |
---|
| 1140 | </property> |
---|
| 1141 | <property name="frame"> |
---|
| 1142 | <bool>true</bool> |
---|
| 1143 | </property> |
---|
| 1144 | </widget> |
---|
| 1145 | <widget class="QLabel" name="label_coupled2"> |
---|
| 1146 | <property name="geometry"> |
---|
| 1147 | <rect> |
---|
| 1148 | <x>10</x> |
---|
| 1149 | <y>45</y> |
---|
| 1150 | <width>81</width> |
---|
| 1151 | <height>21</height> |
---|
| 1152 | </rect> |
---|
| 1153 | </property> |
---|
| 1154 | <property name="text"> |
---|
| 1155 | <string>Atmosphere:</string> |
---|
| 1156 | </property> |
---|
| 1157 | <property name="alignment"> |
---|
| 1158 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
| 1159 | </property> |
---|
| 1160 | </widget> |
---|
| 1161 | <widget class="QLabel" name="label_coupled1"> |
---|
| 1162 | <property name="geometry"> |
---|
| 1163 | <rect> |
---|
| 1164 | <x>10</x> |
---|
| 1165 | <y>1</y> |
---|
| 1166 | <width>181</width> |
---|
| 1167 | <height>21</height> |
---|
| 1168 | </rect> |
---|
| 1169 | </property> |
---|
| 1170 | <property name="autoFillBackground"> |
---|
| 1171 | <bool>false</bool> |
---|
| 1172 | </property> |
---|
| 1173 | <property name="text"> |
---|
| 1174 | <string>Processor distribution</string> |
---|
| 1175 | </property> |
---|
| 1176 | <property name="scaledContents"> |
---|
| 1177 | <bool>false</bool> |
---|
| 1178 | </property> |
---|
| 1179 | <property name="alignment"> |
---|
| 1180 | <set>Qt::AlignBottom|Qt::AlignJustify</set> |
---|
| 1181 | </property> |
---|
| 1182 | <property name="wordWrap"> |
---|
| 1183 | <bool>true</bool> |
---|
| 1184 | </property> |
---|
| 1185 | </widget> |
---|
| 1186 | <widget class="QLabel" name="label_coupled1_2"> |
---|
| 1187 | <property name="geometry"> |
---|
| 1188 | <rect> |
---|
| 1189 | <x>10</x> |
---|
| 1190 | <y>20</y> |
---|
| 1191 | <width>281</width> |
---|
| 1192 | <height>21</height> |
---|
| 1193 | </rect> |
---|
| 1194 | </property> |
---|
| 1195 | <property name="autoFillBackground"> |
---|
| 1196 | <bool>false</bool> |
---|
| 1197 | </property> |
---|
| 1198 | <property name="text"> |
---|
| 1199 | <string>(Coupled atmosphere-ocean runs only)</string> |
---|
| 1200 | </property> |
---|
| 1201 | <property name="scaledContents"> |
---|
| 1202 | <bool>false</bool> |
---|
| 1203 | </property> |
---|
| 1204 | <property name="alignment"> |
---|
| 1205 | <set>Qt::AlignBottom|Qt::AlignJustify</set> |
---|
| 1206 | </property> |
---|
| 1207 | <property name="wordWrap"> |
---|
| 1208 | <bool>true</bool> |
---|
| 1209 | </property> |
---|
| 1210 | </widget> |
---|
| 1211 | <widget class="QLabel" name="label_coupling"> |
---|
| 1212 | <property name="enabled"> |
---|
| 1213 | <bool>false</bool> |
---|
| 1214 | </property> |
---|
| 1215 | <property name="geometry"> |
---|
| 1216 | <rect> |
---|
| 1217 | <x>160</x> |
---|
| 1218 | <y>5</y> |
---|
| 1219 | <width>55</width> |
---|
| 1220 | <height>15</height> |
---|
| 1221 | </rect> |
---|
| 1222 | </property> |
---|
| 1223 | <property name="text"> |
---|
| 1224 | <string/> |
---|
| 1225 | </property> |
---|
| 1226 | </widget> |
---|
| 1227 | </widget> |
---|
| 1228 | </widget> |
---|
| 1229 | </widget> |
---|
| 1230 | </widget> |
---|
| 1231 | <widget class="QToolBar" name="mainToolBar"> |
---|
| 1232 | <attribute name="toolBarArea"> |
---|
| 1233 | <enum>TopToolBarArea</enum> |
---|
| 1234 | </attribute> |
---|
| 1235 | <attribute name="toolBarBreak"> |
---|
| 1236 | <bool>false</bool> |
---|
| 1237 | </attribute> |
---|
| 1238 | </widget> |
---|
| 1239 | <widget class="QMenuBar" name="menuBar"> |
---|
| 1240 | <property name="geometry"> |
---|
| 1241 | <rect> |
---|
| 1242 | <x>0</x> |
---|
| 1243 | <y>0</y> |
---|
| 1244 | <width>600</width> |
---|
| 1245 | <height>21</height> |
---|
| 1246 | </rect> |
---|
| 1247 | </property> |
---|
| 1248 | <widget class="QMenu" name="menuStart"> |
---|
| 1249 | <property name="geometry"> |
---|
| 1250 | <rect> |
---|
| 1251 | <x>341</x> |
---|
| 1252 | <y>82</y> |
---|
| 1253 | <width>133</width> |
---|
| 1254 | <height>182</height> |
---|
| 1255 | </rect> |
---|
| 1256 | </property> |
---|
| 1257 | <property name="title"> |
---|
| 1258 | <string>St&art</string> |
---|
| 1259 | </property> |
---|
| 1260 | <property name="separatorsCollapsible"> |
---|
| 1261 | <bool>false</bool> |
---|
| 1262 | </property> |
---|
| 1263 | <addaction name="action_open"/> |
---|
| 1264 | <addaction name="separator"/> |
---|
| 1265 | <addaction name="action_last"/> |
---|
| 1266 | <addaction name="action_save"/> |
---|
| 1267 | <addaction name="action_default"/> |
---|
| 1268 | <addaction name="action_quit"/> |
---|
| 1269 | </widget> |
---|
| 1270 | <widget class="QMenu" name="menuHelp"> |
---|
| 1271 | <property name="title"> |
---|
| 1272 | <string>He&lp</string> |
---|
| 1273 | </property> |
---|
| 1274 | <addaction name="action_help"/> |
---|
| 1275 | <addaction name="action_about"/> |
---|
| 1276 | </widget> |
---|
| 1277 | <widget class="QMenu" name="menuTools"> |
---|
| 1278 | <property name="title"> |
---|
| 1279 | <string>&Tools</string> |
---|
| 1280 | </property> |
---|
| 1281 | <addaction name="action_start_watchdog"/> |
---|
| 1282 | <addaction name="action_start_jobmanager"/> |
---|
| 1283 | </widget> |
---|
| 1284 | <addaction name="menuStart"/> |
---|
| 1285 | <addaction name="menuTools"/> |
---|
| 1286 | <addaction name="menuHelp"/> |
---|
| 1287 | </widget> |
---|
| 1288 | <action name="action_open"> |
---|
| 1289 | <property name="text"> |
---|
| 1290 | <string>&Open from File</string> |
---|
| 1291 | </property> |
---|
| 1292 | </action> |
---|
| 1293 | <action name="action_save"> |
---|
| 1294 | <property name="enabled"> |
---|
| 1295 | <bool>true</bool> |
---|
| 1296 | </property> |
---|
| 1297 | <property name="text"> |
---|
| 1298 | <string>&Save to File</string> |
---|
| 1299 | </property> |
---|
| 1300 | </action> |
---|
| 1301 | <action name="action_last"> |
---|
| 1302 | <property name="text"> |
---|
| 1303 | <string>&Load Last Job</string> |
---|
| 1304 | </property> |
---|
| 1305 | </action> |
---|
| 1306 | <action name="action_quit"> |
---|
| 1307 | <property name="text"> |
---|
| 1308 | <string>&Quit</string> |
---|
| 1309 | </property> |
---|
| 1310 | </action> |
---|
| 1311 | <action name="action_help"> |
---|
| 1312 | <property name="text"> |
---|
| 1313 | <string>&Help</string> |
---|
| 1314 | </property> |
---|
| 1315 | </action> |
---|
| 1316 | <action name="action_about"> |
---|
| 1317 | <property name="text"> |
---|
| 1318 | <string>&About palmrungui</string> |
---|
| 1319 | </property> |
---|
| 1320 | </action> |
---|
| 1321 | <action name="action_default"> |
---|
| 1322 | <property name="enabled"> |
---|
| 1323 | <bool>true</bool> |
---|
| 1324 | </property> |
---|
| 1325 | <property name="text"> |
---|
| 1326 | <string>Save as &Default</string> |
---|
| 1327 | </property> |
---|
| 1328 | </action> |
---|
| 1329 | <action name="actionCheck_parameter_file"> |
---|
| 1330 | <property name="enabled"> |
---|
| 1331 | <bool>false</bool> |
---|
| 1332 | </property> |
---|
| 1333 | <property name="text"> |
---|
| 1334 | <string>Check parameter file</string> |
---|
| 1335 | </property> |
---|
| 1336 | </action> |
---|
| 1337 | <action name="action_start_wd"> |
---|
| 1338 | <property name="text"> |
---|
| 1339 | <string>Start watchdog</string> |
---|
| 1340 | </property> |
---|
| 1341 | </action> |
---|
| 1342 | <action name="actionStart_job_manager"> |
---|
| 1343 | <property name="text"> |
---|
| 1344 | <string>Start job manager</string> |
---|
| 1345 | </property> |
---|
| 1346 | </action> |
---|
| 1347 | <action name="action_start_watchdog"> |
---|
| 1348 | <property name="text"> |
---|
| 1349 | <string>&Watchdog</string> |
---|
| 1350 | </property> |
---|
| 1351 | </action> |
---|
| 1352 | <action name="action_start_jobmanager"> |
---|
| 1353 | <property name="text"> |
---|
| 1354 | <string>&Job manager</string> |
---|
| 1355 | </property> |
---|
| 1356 | </action> |
---|
| 1357 | </widget> |
---|
| 1358 | <layoutdefault spacing="1" margin="11"/> |
---|
| 1359 | <tabstops> |
---|
| 1360 | <tabstop>pushButton</tabstop> |
---|
| 1361 | <tabstop>drop_job</tabstop> |
---|
| 1362 | <tabstop>line_host</tabstop> |
---|
| 1363 | <tabstop>line_q</tabstop> |
---|
| 1364 | <tabstop>line_pe</tabstop> |
---|
| 1365 | <tabstop>line_tpn</tabstop> |
---|
| 1366 | <tabstop>line_time</tabstop> |
---|
| 1367 | <tabstop>line_account</tabstop> |
---|
| 1368 | <tabstop>check_restarts</tabstop> |
---|
| 1369 | <tabstop>check_delete_tmp_files</tabstop> |
---|
| 1370 | <tabstop>check_verbose</tabstop> |
---|
| 1371 | <tabstop>check_cycfill</tabstop> |
---|
| 1372 | <tabstop>check_ts</tabstop> |
---|
| 1373 | <tabstop>check_pr</tabstop> |
---|
| 1374 | <tabstop>check_xy</tabstop> |
---|
| 1375 | <tabstop>check_xz</tabstop> |
---|
| 1376 | <tabstop>check_yz</tabstop> |
---|
| 1377 | <tabstop>check_3d</tabstop> |
---|
| 1378 | <tabstop>check_ma</tabstop> |
---|
| 1379 | <tabstop>check_sp</tabstop> |
---|
| 1380 | <tabstop>check_prt</tabstop> |
---|
| 1381 | <tabstop>check_pts</tabstop> |
---|
| 1382 | <tabstop>button_start</tabstop> |
---|
| 1383 | <tabstop>button_exit</tabstop> |
---|
| 1384 | <tabstop>button_clear</tabstop> |
---|
| 1385 | <tabstop>commandline</tabstop> |
---|
| 1386 | <tabstop>list_jobname</tabstop> |
---|
| 1387 | <tabstop>line_jobname</tabstop> |
---|
| 1388 | <tabstop>check_b</tabstop> |
---|
| 1389 | <tabstop>check_F</tabstop> |
---|
| 1390 | <tabstop>check_I</tabstop> |
---|
| 1391 | <tabstop>check_k</tabstop> |
---|
| 1392 | <tabstop>check_O</tabstop> |
---|
| 1393 | <tabstop>check_x</tabstop> |
---|
| 1394 | <tabstop>check_Z</tabstop> |
---|
| 1395 | <tabstop>line_m</tabstop> |
---|
| 1396 | <tabstop>line_M</tabstop> |
---|
| 1397 | <tabstop>line_D</tabstop> |
---|
| 1398 | <tabstop>line_s</tabstop> |
---|
| 1399 | <tabstop>line_w</tabstop> |
---|
| 1400 | <tabstop>line_user</tabstop> |
---|
| 1401 | <tabstop>line_PE_atmos</tabstop> |
---|
| 1402 | <tabstop>line_PE_ocean</tabstop> |
---|
| 1403 | </tabstops> |
---|
| 1404 | <resources/> |
---|
| 1405 | <connections> |
---|
| 1406 | <connection> |
---|
| 1407 | <sender>button_exit</sender> |
---|
| 1408 | <signal>clicked()</signal> |
---|
| 1409 | <receiver>MainWindow</receiver> |
---|
| 1410 | <slot>close()</slot> |
---|
| 1411 | <hints> |
---|
| 1412 | <hint type="sourcelabel"> |
---|
| 1413 | <x>160</x> |
---|
| 1414 | <y>652</y> |
---|
| 1415 | </hint> |
---|
| 1416 | <hint type="destinationlabel"> |
---|
| 1417 | <x>16</x> |
---|
| 1418 | <y>19</y> |
---|
| 1419 | </hint> |
---|
| 1420 | </hints> |
---|
| 1421 | </connection> |
---|
| 1422 | <connection> |
---|
| 1423 | <sender>button_start</sender> |
---|
| 1424 | <signal>clicked()</signal> |
---|
| 1425 | <receiver>MainWindow</receiver> |
---|
| 1426 | <slot>startpalmrun()</slot> |
---|
| 1427 | <hints> |
---|
| 1428 | <hint type="sourcelabel"> |
---|
| 1429 | <x>73</x> |
---|
| 1430 | <y>652</y> |
---|
| 1431 | </hint> |
---|
| 1432 | <hint type="destinationlabel"> |
---|
| 1433 | <x>14</x> |
---|
| 1434 | <y>63</y> |
---|
| 1435 | </hint> |
---|
| 1436 | </hints> |
---|
| 1437 | </connection> |
---|
| 1438 | <connection> |
---|
| 1439 | <sender>drop_job</sender> |
---|
| 1440 | <signal>activated(QString)</signal> |
---|
| 1441 | <receiver>MainWindow</receiver> |
---|
| 1442 | <slot>enable_coupled()</slot> |
---|
| 1443 | <hints> |
---|
| 1444 | <hint type="sourcelabel"> |
---|
| 1445 | <x>226</x> |
---|
| 1446 | <y>361</y> |
---|
| 1447 | </hint> |
---|
| 1448 | <hint type="destinationlabel"> |
---|
| 1449 | <x>261</x> |
---|
| 1450 | <y>0</y> |
---|
| 1451 | </hint> |
---|
| 1452 | </hints> |
---|
| 1453 | </connection> |
---|
| 1454 | <connection> |
---|
| 1455 | <sender>pushButton</sender> |
---|
| 1456 | <signal>clicked()</signal> |
---|
| 1457 | <receiver>MainWindow</receiver> |
---|
| 1458 | <slot>choosejob()</slot> |
---|
| 1459 | <hints> |
---|
| 1460 | <hint type="sourcelabel"> |
---|
| 1461 | <x>57</x> |
---|
| 1462 | <y>120</y> |
---|
| 1463 | </hint> |
---|
| 1464 | <hint type="destinationlabel"> |
---|
| 1465 | <x>535</x> |
---|
| 1466 | <y>0</y> |
---|
| 1467 | </hint> |
---|
| 1468 | </hints> |
---|
| 1469 | </connection> |
---|
| 1470 | <connection> |
---|
| 1471 | <sender>list_jobname</sender> |
---|
| 1472 | <signal>itemActivated(QListWidgetItem*)</signal> |
---|
| 1473 | <receiver>MainWindow</receiver> |
---|
| 1474 | <slot>choosejob_list()</slot> |
---|
| 1475 | <hints> |
---|
| 1476 | <hint type="sourcelabel"> |
---|
| 1477 | <x>313</x> |
---|
| 1478 | <y>178</y> |
---|
| 1479 | </hint> |
---|
| 1480 | <hint type="destinationlabel"> |
---|
| 1481 | <x>430</x> |
---|
| 1482 | <y>0</y> |
---|
| 1483 | </hint> |
---|
| 1484 | </hints> |
---|
| 1485 | </connection> |
---|
| 1486 | <connection> |
---|
| 1487 | <sender>check_ts</sender> |
---|
| 1488 | <signal>stateChanged(int)</signal> |
---|
| 1489 | <receiver>MainWindow</receiver> |
---|
| 1490 | <slot>change_rc_list()</slot> |
---|
| 1491 | <hints> |
---|
| 1492 | <hint type="sourcelabel"> |
---|
| 1493 | <x>544</x> |
---|
| 1494 | <y>119</y> |
---|
| 1495 | </hint> |
---|
| 1496 | <hint type="destinationlabel"> |
---|
| 1497 | <x>506</x> |
---|
| 1498 | <y>63</y> |
---|
| 1499 | </hint> |
---|
| 1500 | </hints> |
---|
| 1501 | </connection> |
---|
| 1502 | <connection> |
---|
| 1503 | <sender>check_pr</sender> |
---|
| 1504 | <signal>stateChanged(int)</signal> |
---|
| 1505 | <receiver>MainWindow</receiver> |
---|
| 1506 | <slot>change_rc_list()</slot> |
---|
| 1507 | <hints> |
---|
| 1508 | <hint type="sourcelabel"> |
---|
| 1509 | <x>544</x> |
---|
| 1510 | <y>144</y> |
---|
| 1511 | </hint> |
---|
| 1512 | <hint type="destinationlabel"> |
---|
| 1513 | <x>506</x> |
---|
| 1514 | <y>90</y> |
---|
| 1515 | </hint> |
---|
| 1516 | </hints> |
---|
| 1517 | </connection> |
---|
| 1518 | <connection> |
---|
| 1519 | <sender>check_xy</sender> |
---|
| 1520 | <signal>stateChanged(int)</signal> |
---|
| 1521 | <receiver>MainWindow</receiver> |
---|
| 1522 | <slot>change_rc_list()</slot> |
---|
| 1523 | <hints> |
---|
| 1524 | <hint type="sourcelabel"> |
---|
| 1525 | <x>544</x> |
---|
| 1526 | <y>169</y> |
---|
| 1527 | </hint> |
---|
| 1528 | <hint type="destinationlabel"> |
---|
| 1529 | <x>506</x> |
---|
| 1530 | <y>116</y> |
---|
| 1531 | </hint> |
---|
| 1532 | </hints> |
---|
| 1533 | </connection> |
---|
| 1534 | <connection> |
---|
| 1535 | <sender>check_xz</sender> |
---|
| 1536 | <signal>stateChanged(int)</signal> |
---|
| 1537 | <receiver>MainWindow</receiver> |
---|
| 1538 | <slot>change_rc_list()</slot> |
---|
| 1539 | <hints> |
---|
| 1540 | <hint type="sourcelabel"> |
---|
| 1541 | <x>544</x> |
---|
| 1542 | <y>194</y> |
---|
| 1543 | </hint> |
---|
| 1544 | <hint type="destinationlabel"> |
---|
| 1545 | <x>505</x> |
---|
| 1546 | <y>142</y> |
---|
| 1547 | </hint> |
---|
| 1548 | </hints> |
---|
| 1549 | </connection> |
---|
| 1550 | <connection> |
---|
| 1551 | <sender>check_yz</sender> |
---|
| 1552 | <signal>stateChanged(int)</signal> |
---|
| 1553 | <receiver>MainWindow</receiver> |
---|
| 1554 | <slot>change_rc_list()</slot> |
---|
| 1555 | <hints> |
---|
| 1556 | <hint type="sourcelabel"> |
---|
| 1557 | <x>544</x> |
---|
| 1558 | <y>219</y> |
---|
| 1559 | </hint> |
---|
| 1560 | <hint type="destinationlabel"> |
---|
| 1561 | <x>505</x> |
---|
| 1562 | <y>167</y> |
---|
| 1563 | </hint> |
---|
| 1564 | </hints> |
---|
| 1565 | </connection> |
---|
| 1566 | <connection> |
---|
| 1567 | <sender>check_3d</sender> |
---|
| 1568 | <signal>stateChanged(int)</signal> |
---|
| 1569 | <receiver>MainWindow</receiver> |
---|
| 1570 | <slot>change_rc_list()</slot> |
---|
| 1571 | <hints> |
---|
| 1572 | <hint type="sourcelabel"> |
---|
| 1573 | <x>544</x> |
---|
| 1574 | <y>244</y> |
---|
| 1575 | </hint> |
---|
| 1576 | <hint type="destinationlabel"> |
---|
| 1577 | <x>505</x> |
---|
| 1578 | <y>194</y> |
---|
| 1579 | </hint> |
---|
| 1580 | </hints> |
---|
| 1581 | </connection> |
---|
| 1582 | <connection> |
---|
| 1583 | <sender>check_ma</sender> |
---|
| 1584 | <signal>stateChanged(int)</signal> |
---|
| 1585 | <receiver>MainWindow</receiver> |
---|
| 1586 | <slot>change_rc_list()</slot> |
---|
| 1587 | <hints> |
---|
| 1588 | <hint type="sourcelabel"> |
---|
| 1589 | <x>544</x> |
---|
| 1590 | <y>269</y> |
---|
| 1591 | </hint> |
---|
| 1592 | <hint type="destinationlabel"> |
---|
| 1593 | <x>505</x> |
---|
| 1594 | <y>219</y> |
---|
| 1595 | </hint> |
---|
| 1596 | </hints> |
---|
| 1597 | </connection> |
---|
| 1598 | <connection> |
---|
| 1599 | <sender>check_prt</sender> |
---|
| 1600 | <signal>stateChanged(int)</signal> |
---|
| 1601 | <receiver>MainWindow</receiver> |
---|
| 1602 | <slot>change_rc_list()</slot> |
---|
| 1603 | <hints> |
---|
| 1604 | <hint type="sourcelabel"> |
---|
| 1605 | <x>544</x> |
---|
| 1606 | <y>319</y> |
---|
| 1607 | </hint> |
---|
| 1608 | <hint type="destinationlabel"> |
---|
| 1609 | <x>505</x> |
---|
| 1610 | <y>247</y> |
---|
| 1611 | </hint> |
---|
| 1612 | </hints> |
---|
| 1613 | </connection> |
---|
| 1614 | <connection> |
---|
| 1615 | <sender>check_sp</sender> |
---|
| 1616 | <signal>stateChanged(int)</signal> |
---|
| 1617 | <receiver>MainWindow</receiver> |
---|
| 1618 | <slot>change_rc_list()</slot> |
---|
| 1619 | <hints> |
---|
| 1620 | <hint type="sourcelabel"> |
---|
| 1621 | <x>544</x> |
---|
| 1622 | <y>294</y> |
---|
| 1623 | </hint> |
---|
| 1624 | <hint type="destinationlabel"> |
---|
| 1625 | <x>503</x> |
---|
| 1626 | <y>304</y> |
---|
| 1627 | </hint> |
---|
| 1628 | </hints> |
---|
| 1629 | </connection> |
---|
| 1630 | <connection> |
---|
| 1631 | <sender>check_pts</sender> |
---|
| 1632 | <signal>stateChanged(int)</signal> |
---|
| 1633 | <receiver>MainWindow</receiver> |
---|
| 1634 | <slot>change_rc_list()</slot> |
---|
| 1635 | <hints> |
---|
| 1636 | <hint type="sourcelabel"> |
---|
| 1637 | <x>544</x> |
---|
| 1638 | <y>352</y> |
---|
| 1639 | </hint> |
---|
| 1640 | <hint type="destinationlabel"> |
---|
| 1641 | <x>505</x> |
---|
| 1642 | <y>330</y> |
---|
| 1643 | </hint> |
---|
| 1644 | </hints> |
---|
| 1645 | </connection> |
---|
| 1646 | <connection> |
---|
| 1647 | <sender>drop_job</sender> |
---|
| 1648 | <signal>currentIndexChanged(QString)</signal> |
---|
| 1649 | <receiver>MainWindow</receiver> |
---|
| 1650 | <slot>change_rc_list()</slot> |
---|
| 1651 | <hints> |
---|
| 1652 | <hint type="sourcelabel"> |
---|
| 1653 | <x>264</x> |
---|
| 1654 | <y>361</y> |
---|
| 1655 | </hint> |
---|
| 1656 | <hint type="destinationlabel"> |
---|
| 1657 | <x>334</x> |
---|
| 1658 | <y>356</y> |
---|
| 1659 | </hint> |
---|
| 1660 | </hints> |
---|
| 1661 | </connection> |
---|
| 1662 | <connection> |
---|
| 1663 | <sender>check_restarts</sender> |
---|
| 1664 | <signal>stateChanged(int)</signal> |
---|
| 1665 | <receiver>MainWindow</receiver> |
---|
| 1666 | <slot>change_rc_list()</slot> |
---|
| 1667 | <hints> |
---|
| 1668 | <hint type="sourcelabel"> |
---|
| 1669 | <x>72</x> |
---|
| 1670 | <y>536</y> |
---|
| 1671 | </hint> |
---|
| 1672 | <hint type="destinationlabel"> |
---|
| 1673 | <x>1</x> |
---|
| 1674 | <y>530</y> |
---|
| 1675 | </hint> |
---|
| 1676 | </hints> |
---|
| 1677 | </connection> |
---|
| 1678 | <connection> |
---|
| 1679 | <sender>check_delete_tmp_files</sender> |
---|
| 1680 | <signal>stateChanged(int)</signal> |
---|
| 1681 | <receiver>MainWindow</receiver> |
---|
| 1682 | <slot>check_flags()</slot> |
---|
| 1683 | <hints> |
---|
| 1684 | <hint type="sourcelabel"> |
---|
| 1685 | <x>76</x> |
---|
| 1686 | <y>561</y> |
---|
| 1687 | </hint> |
---|
| 1688 | <hint type="destinationlabel"> |
---|
| 1689 | <x>3</x> |
---|
| 1690 | <y>562</y> |
---|
| 1691 | </hint> |
---|
| 1692 | </hints> |
---|
| 1693 | </connection> |
---|
| 1694 | <connection> |
---|
| 1695 | <sender>check_verbose</sender> |
---|
| 1696 | <signal>stateChanged(int)</signal> |
---|
| 1697 | <receiver>MainWindow</receiver> |
---|
| 1698 | <slot>check_flags()</slot> |
---|
| 1699 | <hints> |
---|
| 1700 | <hint type="sourcelabel"> |
---|
| 1701 | <x>57</x> |
---|
| 1702 | <y>584</y> |
---|
| 1703 | </hint> |
---|
| 1704 | <hint type="destinationlabel"> |
---|
| 1705 | <x>5</x> |
---|
| 1706 | <y>623</y> |
---|
| 1707 | </hint> |
---|
| 1708 | </hints> |
---|
| 1709 | </connection> |
---|
| 1710 | <connection> |
---|
| 1711 | <sender>check_b</sender> |
---|
| 1712 | <signal>stateChanged(int)</signal> |
---|
| 1713 | <receiver>MainWindow</receiver> |
---|
| 1714 | <slot>check_flags()</slot> |
---|
| 1715 | <hints> |
---|
| 1716 | <hint type="sourcelabel"> |
---|
| 1717 | <x>434</x> |
---|
| 1718 | <y>139</y> |
---|
| 1719 | </hint> |
---|
| 1720 | <hint type="destinationlabel"> |
---|
| 1721 | <x>954</x> |
---|
| 1722 | <y>67</y> |
---|
| 1723 | </hint> |
---|
| 1724 | </hints> |
---|
| 1725 | </connection> |
---|
| 1726 | <connection> |
---|
| 1727 | <sender>check_F</sender> |
---|
| 1728 | <signal>stateChanged(int)</signal> |
---|
| 1729 | <receiver>MainWindow</receiver> |
---|
| 1730 | <slot>check_flags()</slot> |
---|
| 1731 | <hints> |
---|
| 1732 | <hint type="sourcelabel"> |
---|
| 1733 | <x>434</x> |
---|
| 1734 | <y>164</y> |
---|
| 1735 | </hint> |
---|
| 1736 | <hint type="destinationlabel"> |
---|
| 1737 | <x>954</x> |
---|
| 1738 | <y>103</y> |
---|
| 1739 | </hint> |
---|
| 1740 | </hints> |
---|
| 1741 | </connection> |
---|
| 1742 | <connection> |
---|
| 1743 | <sender>check_I</sender> |
---|
| 1744 | <signal>stateChanged(int)</signal> |
---|
| 1745 | <receiver>MainWindow</receiver> |
---|
| 1746 | <slot>check_flags()</slot> |
---|
| 1747 | <hints> |
---|
| 1748 | <hint type="sourcelabel"> |
---|
| 1749 | <x>454</x> |
---|
| 1750 | <y>189</y> |
---|
| 1751 | </hint> |
---|
| 1752 | <hint type="destinationlabel"> |
---|
| 1753 | <x>956</x> |
---|
| 1754 | <y>129</y> |
---|
| 1755 | </hint> |
---|
| 1756 | </hints> |
---|
| 1757 | </connection> |
---|
| 1758 | <connection> |
---|
| 1759 | <sender>check_k</sender> |
---|
| 1760 | <signal>stateChanged(int)</signal> |
---|
| 1761 | <receiver>MainWindow</receiver> |
---|
| 1762 | <slot>check_flags()</slot> |
---|
| 1763 | <hints> |
---|
| 1764 | <hint type="sourcelabel"> |
---|
| 1765 | <x>434</x> |
---|
| 1766 | <y>214</y> |
---|
| 1767 | </hint> |
---|
| 1768 | <hint type="destinationlabel"> |
---|
| 1769 | <x>957</x> |
---|
| 1770 | <y>158</y> |
---|
| 1771 | </hint> |
---|
| 1772 | </hints> |
---|
| 1773 | </connection> |
---|
| 1774 | <connection> |
---|
| 1775 | <sender>check_O</sender> |
---|
| 1776 | <signal>stateChanged(int)</signal> |
---|
| 1777 | <receiver>MainWindow</receiver> |
---|
| 1778 | <slot>check_flags()</slot> |
---|
| 1779 | <hints> |
---|
| 1780 | <hint type="sourcelabel"> |
---|
| 1781 | <x>434</x> |
---|
| 1782 | <y>239</y> |
---|
| 1783 | </hint> |
---|
| 1784 | <hint type="destinationlabel"> |
---|
| 1785 | <x>955</x> |
---|
| 1786 | <y>188</y> |
---|
| 1787 | </hint> |
---|
| 1788 | </hints> |
---|
| 1789 | </connection> |
---|
| 1790 | <connection> |
---|
| 1791 | <sender>check_x</sender> |
---|
| 1792 | <signal>stateChanged(int)</signal> |
---|
| 1793 | <receiver>MainWindow</receiver> |
---|
| 1794 | <slot>check_flags()</slot> |
---|
| 1795 | <hints> |
---|
| 1796 | <hint type="sourcelabel"> |
---|
| 1797 | <x>434</x> |
---|
| 1798 | <y>289</y> |
---|
| 1799 | </hint> |
---|
| 1800 | <hint type="destinationlabel"> |
---|
| 1801 | <x>955</x> |
---|
| 1802 | <y>255</y> |
---|
| 1803 | </hint> |
---|
| 1804 | </hints> |
---|
| 1805 | </connection> |
---|
| 1806 | <connection> |
---|
| 1807 | <sender>line_host</sender> |
---|
| 1808 | <signal>textEdited(QString)</signal> |
---|
| 1809 | <receiver>MainWindow</receiver> |
---|
| 1810 | <slot>change_lineinput()</slot> |
---|
| 1811 | <hints> |
---|
| 1812 | <hint type="sourcelabel"> |
---|
| 1813 | <x>123</x> |
---|
| 1814 | <y>421</y> |
---|
| 1815 | </hint> |
---|
| 1816 | <hint type="destinationlabel"> |
---|
| 1817 | <x>26</x> |
---|
| 1818 | <y>362</y> |
---|
| 1819 | </hint> |
---|
| 1820 | </hints> |
---|
| 1821 | </connection> |
---|
| 1822 | <connection> |
---|
| 1823 | <sender>line_pe</sender> |
---|
| 1824 | <signal>textEdited(QString)</signal> |
---|
| 1825 | <receiver>MainWindow</receiver> |
---|
| 1826 | <slot>change_lineinput()</slot> |
---|
| 1827 | <hints> |
---|
| 1828 | <hint type="sourcelabel"> |
---|
| 1829 | <x>99</x> |
---|
| 1830 | <y>472</y> |
---|
| 1831 | </hint> |
---|
| 1832 | <hint type="destinationlabel"> |
---|
| 1833 | <x>5</x> |
---|
| 1834 | <y>440</y> |
---|
| 1835 | </hint> |
---|
| 1836 | </hints> |
---|
| 1837 | </connection> |
---|
| 1838 | <connection> |
---|
| 1839 | <sender>line_time</sender> |
---|
| 1840 | <signal>textEdited(QString)</signal> |
---|
| 1841 | <receiver>MainWindow</receiver> |
---|
| 1842 | <slot>change_lineinput()</slot> |
---|
| 1843 | <hints> |
---|
| 1844 | <hint type="sourcelabel"> |
---|
| 1845 | <x>183</x> |
---|
| 1846 | <y>496</y> |
---|
| 1847 | </hint> |
---|
| 1848 | <hint type="destinationlabel"> |
---|
| 1849 | <x>4</x> |
---|
| 1850 | <y>480</y> |
---|
| 1851 | </hint> |
---|
| 1852 | </hints> |
---|
| 1853 | </connection> |
---|
| 1854 | <connection> |
---|
| 1855 | <sender>line_q</sender> |
---|
| 1856 | <signal>textEdited(QString)</signal> |
---|
| 1857 | <receiver>MainWindow</receiver> |
---|
| 1858 | <slot>change_lineinput()</slot> |
---|
| 1859 | <hints> |
---|
| 1860 | <hint type="sourcelabel"> |
---|
| 1861 | <x>342</x> |
---|
| 1862 | <y>422</y> |
---|
| 1863 | </hint> |
---|
| 1864 | <hint type="destinationlabel"> |
---|
| 1865 | <x>507</x> |
---|
| 1866 | <y>387</y> |
---|
| 1867 | </hint> |
---|
| 1868 | </hints> |
---|
| 1869 | </connection> |
---|
| 1870 | <connection> |
---|
| 1871 | <sender>line_account</sender> |
---|
| 1872 | <signal>textEdited(QString)</signal> |
---|
| 1873 | <receiver>MainWindow</receiver> |
---|
| 1874 | <slot>change_lineinput()</slot> |
---|
| 1875 | <hints> |
---|
| 1876 | <hint type="sourcelabel"> |
---|
| 1877 | <x>365</x> |
---|
| 1878 | <y>446</y> |
---|
| 1879 | </hint> |
---|
| 1880 | <hint type="destinationlabel"> |
---|
| 1881 | <x>506</x> |
---|
| 1882 | <y>416</y> |
---|
| 1883 | </hint> |
---|
| 1884 | </hints> |
---|
| 1885 | </connection> |
---|
| 1886 | <connection> |
---|
| 1887 | <sender>line_tpn</sender> |
---|
| 1888 | <signal>textEdited(QString)</signal> |
---|
| 1889 | <receiver>MainWindow</receiver> |
---|
| 1890 | <slot>change_lineinput()</slot> |
---|
| 1891 | <hints> |
---|
| 1892 | <hint type="sourcelabel"> |
---|
| 1893 | <x>334</x> |
---|
| 1894 | <y>472</y> |
---|
| 1895 | </hint> |
---|
| 1896 | <hint type="destinationlabel"> |
---|
| 1897 | <x>505</x> |
---|
| 1898 | <y>447</y> |
---|
| 1899 | </hint> |
---|
| 1900 | </hints> |
---|
| 1901 | </connection> |
---|
| 1902 | <connection> |
---|
| 1903 | <sender>line_m</sender> |
---|
| 1904 | <signal>textEdited(QString)</signal> |
---|
| 1905 | <receiver>MainWindow</receiver> |
---|
| 1906 | <slot>change_lineinput()</slot> |
---|
| 1907 | <hints> |
---|
| 1908 | <hint type="sourcelabel"> |
---|
| 1909 | <x>644</x> |
---|
| 1910 | <y>102</y> |
---|
| 1911 | </hint> |
---|
| 1912 | <hint type="destinationlabel"> |
---|
| 1913 | <x>954</x> |
---|
| 1914 | <y>328</y> |
---|
| 1915 | </hint> |
---|
| 1916 | </hints> |
---|
| 1917 | </connection> |
---|
| 1918 | <connection> |
---|
| 1919 | <sender>line_D</sender> |
---|
| 1920 | <signal>textEdited(QString)</signal> |
---|
| 1921 | <receiver>MainWindow</receiver> |
---|
| 1922 | <slot>change_lineinput()</slot> |
---|
| 1923 | <hints> |
---|
| 1924 | <hint type="sourcelabel"> |
---|
| 1925 | <x>754</x> |
---|
| 1926 | <y>192</y> |
---|
| 1927 | </hint> |
---|
| 1928 | <hint type="destinationlabel"> |
---|
| 1929 | <x>955</x> |
---|
| 1930 | <y>396</y> |
---|
| 1931 | </hint> |
---|
| 1932 | </hints> |
---|
| 1933 | </connection> |
---|
| 1934 | <connection> |
---|
| 1935 | <sender>line_s</sender> |
---|
| 1936 | <signal>textEdited(QString)</signal> |
---|
| 1937 | <receiver>MainWindow</receiver> |
---|
| 1938 | <slot>change_lineinput()</slot> |
---|
| 1939 | <hints> |
---|
| 1940 | <hint type="sourcelabel"> |
---|
| 1941 | <x>754</x> |
---|
| 1942 | <y>282</y> |
---|
| 1943 | </hint> |
---|
| 1944 | <hint type="destinationlabel"> |
---|
| 1945 | <x>955</x> |
---|
| 1946 | <y>522</y> |
---|
| 1947 | </hint> |
---|
| 1948 | </hints> |
---|
| 1949 | </connection> |
---|
| 1950 | <connection> |
---|
| 1951 | <sender>line_w</sender> |
---|
| 1952 | <signal>textEdited(QString)</signal> |
---|
| 1953 | <receiver>MainWindow</receiver> |
---|
| 1954 | <slot>change_lineinput()</slot> |
---|
| 1955 | <hints> |
---|
| 1956 | <hint type="sourcelabel"> |
---|
| 1957 | <x>754</x> |
---|
| 1958 | <y>371</y> |
---|
| 1959 | </hint> |
---|
| 1960 | <hint type="destinationlabel"> |
---|
| 1961 | <x>956</x> |
---|
| 1962 | <y>612</y> |
---|
| 1963 | </hint> |
---|
| 1964 | </hints> |
---|
| 1965 | </connection> |
---|
| 1966 | <connection> |
---|
| 1967 | <sender>line_user</sender> |
---|
| 1968 | <signal>textChanged(QString)</signal> |
---|
| 1969 | <receiver>MainWindow</receiver> |
---|
| 1970 | <slot>change_lineinput()</slot> |
---|
| 1971 | <hints> |
---|
| 1972 | <hint type="sourcelabel"> |
---|
| 1973 | <x>754</x> |
---|
| 1974 | <y>416</y> |
---|
| 1975 | </hint> |
---|
| 1976 | <hint type="destinationlabel"> |
---|
| 1977 | <x>955</x> |
---|
| 1978 | <y>650</y> |
---|
| 1979 | </hint> |
---|
| 1980 | </hints> |
---|
| 1981 | </connection> |
---|
| 1982 | <connection> |
---|
| 1983 | <sender>button_clear</sender> |
---|
| 1984 | <signal>clicked()</signal> |
---|
| 1985 | <receiver>MainWindow</receiver> |
---|
| 1986 | <slot>reset_window()</slot> |
---|
| 1987 | <hints> |
---|
| 1988 | <hint type="sourcelabel"> |
---|
| 1989 | <x>307</x> |
---|
| 1990 | <y>652</y> |
---|
| 1991 | </hint> |
---|
| 1992 | <hint type="destinationlabel"> |
---|
| 1993 | <x>956</x> |
---|
| 1994 | <y>689</y> |
---|
| 1995 | </hint> |
---|
| 1996 | </hints> |
---|
| 1997 | </connection> |
---|
| 1998 | <connection> |
---|
| 1999 | <sender>line_M</sender> |
---|
| 2000 | <signal>textChanged(QString)</signal> |
---|
| 2001 | <receiver>MainWindow</receiver> |
---|
| 2002 | <slot>change_lineinput()</slot> |
---|
| 2003 | <hints> |
---|
| 2004 | <hint type="sourcelabel"> |
---|
| 2005 | <x>754</x> |
---|
| 2006 | <y>132</y> |
---|
| 2007 | </hint> |
---|
| 2008 | <hint type="destinationlabel"> |
---|
| 2009 | <x>953</x> |
---|
| 2010 | <y>287</y> |
---|
| 2011 | </hint> |
---|
| 2012 | </hints> |
---|
| 2013 | </connection> |
---|
| 2014 | <connection> |
---|
| 2015 | <sender>action_quit</sender> |
---|
| 2016 | <signal>triggered()</signal> |
---|
| 2017 | <receiver>MainWindow</receiver> |
---|
| 2018 | <slot>close()</slot> |
---|
| 2019 | <hints> |
---|
| 2020 | <hint type="sourcelabel"> |
---|
| 2021 | <x>-1</x> |
---|
| 2022 | <y>-1</y> |
---|
| 2023 | </hint> |
---|
| 2024 | <hint type="destinationlabel"> |
---|
| 2025 | <x>479</x> |
---|
| 2026 | <y>366</y> |
---|
| 2027 | </hint> |
---|
| 2028 | </hints> |
---|
| 2029 | </connection> |
---|
| 2030 | <connection> |
---|
| 2031 | <sender>action_save</sender> |
---|
| 2032 | <signal>triggered()</signal> |
---|
| 2033 | <receiver>MainWindow</receiver> |
---|
| 2034 | <slot>save_to_file()</slot> |
---|
| 2035 | <hints> |
---|
| 2036 | <hint type="sourcelabel"> |
---|
| 2037 | <x>-1</x> |
---|
| 2038 | <y>-1</y> |
---|
| 2039 | </hint> |
---|
| 2040 | <hint type="destinationlabel"> |
---|
| 2041 | <x>479</x> |
---|
| 2042 | <y>366</y> |
---|
| 2043 | </hint> |
---|
| 2044 | </hints> |
---|
| 2045 | </connection> |
---|
| 2046 | <connection> |
---|
| 2047 | <sender>action_last</sender> |
---|
| 2048 | <signal>triggered()</signal> |
---|
| 2049 | <receiver>MainWindow</receiver> |
---|
| 2050 | <slot>open_last()</slot> |
---|
| 2051 | <hints> |
---|
| 2052 | <hint type="sourcelabel"> |
---|
| 2053 | <x>-1</x> |
---|
| 2054 | <y>-1</y> |
---|
| 2055 | </hint> |
---|
| 2056 | <hint type="destinationlabel"> |
---|
| 2057 | <x>479</x> |
---|
| 2058 | <y>366</y> |
---|
| 2059 | </hint> |
---|
| 2060 | </hints> |
---|
| 2061 | </connection> |
---|
| 2062 | <connection> |
---|
| 2063 | <sender>action_open</sender> |
---|
| 2064 | <signal>triggered()</signal> |
---|
| 2065 | <receiver>MainWindow</receiver> |
---|
| 2066 | <slot>open_from_file()</slot> |
---|
| 2067 | <hints> |
---|
| 2068 | <hint type="sourcelabel"> |
---|
| 2069 | <x>-1</x> |
---|
| 2070 | <y>-1</y> |
---|
| 2071 | </hint> |
---|
| 2072 | <hint type="destinationlabel"> |
---|
| 2073 | <x>479</x> |
---|
| 2074 | <y>366</y> |
---|
| 2075 | </hint> |
---|
| 2076 | </hints> |
---|
| 2077 | </connection> |
---|
| 2078 | <connection> |
---|
| 2079 | <sender>action_help</sender> |
---|
| 2080 | <signal>triggered()</signal> |
---|
| 2081 | <receiver>MainWindow</receiver> |
---|
| 2082 | <slot>help()</slot> |
---|
| 2083 | <hints> |
---|
| 2084 | <hint type="sourcelabel"> |
---|
| 2085 | <x>-1</x> |
---|
| 2086 | <y>-1</y> |
---|
| 2087 | </hint> |
---|
| 2088 | <hint type="destinationlabel"> |
---|
| 2089 | <x>479</x> |
---|
| 2090 | <y>366</y> |
---|
| 2091 | </hint> |
---|
| 2092 | </hints> |
---|
| 2093 | </connection> |
---|
| 2094 | <connection> |
---|
| 2095 | <sender>action_about</sender> |
---|
| 2096 | <signal>triggered()</signal> |
---|
| 2097 | <receiver>MainWindow</receiver> |
---|
| 2098 | <slot>about_gui()</slot> |
---|
| 2099 | <hints> |
---|
| 2100 | <hint type="sourcelabel"> |
---|
| 2101 | <x>-1</x> |
---|
| 2102 | <y>-1</y> |
---|
| 2103 | </hint> |
---|
| 2104 | <hint type="destinationlabel"> |
---|
| 2105 | <x>479</x> |
---|
| 2106 | <y>366</y> |
---|
| 2107 | </hint> |
---|
| 2108 | </hints> |
---|
| 2109 | </connection> |
---|
| 2110 | <connection> |
---|
| 2111 | <sender>action_default</sender> |
---|
| 2112 | <signal>triggered()</signal> |
---|
| 2113 | <receiver>MainWindow</receiver> |
---|
| 2114 | <slot>save_default()</slot> |
---|
| 2115 | <hints> |
---|
| 2116 | <hint type="sourcelabel"> |
---|
| 2117 | <x>-1</x> |
---|
| 2118 | <y>-1</y> |
---|
| 2119 | </hint> |
---|
| 2120 | <hint type="destinationlabel"> |
---|
| 2121 | <x>479</x> |
---|
| 2122 | <y>366</y> |
---|
| 2123 | </hint> |
---|
| 2124 | </hints> |
---|
| 2125 | </connection> |
---|
| 2126 | <connection> |
---|
| 2127 | <sender>line_jobname</sender> |
---|
| 2128 | <signal>textChanged(QString)</signal> |
---|
| 2129 | <receiver>MainWindow</receiver> |
---|
| 2130 | <slot>change_lineinput()</slot> |
---|
| 2131 | <hints> |
---|
| 2132 | <hint type="sourcelabel"> |
---|
| 2133 | <x>179</x> |
---|
| 2134 | <y>121</y> |
---|
| 2135 | </hint> |
---|
| 2136 | <hint type="destinationlabel"> |
---|
| 2137 | <x>4</x> |
---|
| 2138 | <y>122</y> |
---|
| 2139 | </hint> |
---|
| 2140 | </hints> |
---|
| 2141 | </connection> |
---|
| 2142 | <connection> |
---|
| 2143 | <sender>check_Z</sender> |
---|
| 2144 | <signal>stateChanged(int)</signal> |
---|
| 2145 | <receiver>MainWindow</receiver> |
---|
| 2146 | <slot>check_flags()</slot> |
---|
| 2147 | <hints> |
---|
| 2148 | <hint type="sourcelabel"> |
---|
| 2149 | <x>434</x> |
---|
| 2150 | <y>314</y> |
---|
| 2151 | </hint> |
---|
| 2152 | <hint type="destinationlabel"> |
---|
| 2153 | <x>458</x> |
---|
| 2154 | <y>344</y> |
---|
| 2155 | </hint> |
---|
| 2156 | </hints> |
---|
| 2157 | </connection> |
---|
| 2158 | <connection> |
---|
| 2159 | <sender>check_cycfill</sender> |
---|
| 2160 | <signal>stateChanged(int)</signal> |
---|
| 2161 | <receiver>MainWindow</receiver> |
---|
| 2162 | <slot>change_rc_list()</slot> |
---|
| 2163 | <hints> |
---|
| 2164 | <hint type="sourcelabel"> |
---|
| 2165 | <x>274</x> |
---|
| 2166 | <y>602</y> |
---|
| 2167 | </hint> |
---|
| 2168 | <hint type="destinationlabel"> |
---|
| 2169 | <x>4</x> |
---|
| 2170 | <y>510</y> |
---|
| 2171 | </hint> |
---|
| 2172 | </hints> |
---|
| 2173 | </connection> |
---|
| 2174 | <connection> |
---|
| 2175 | <sender>action_start_jobmanager</sender> |
---|
| 2176 | <signal>triggered()</signal> |
---|
| 2177 | <receiver>MainWindow</receiver> |
---|
| 2178 | <slot>start_jobmanager()</slot> |
---|
| 2179 | <hints> |
---|
| 2180 | <hint type="sourcelabel"> |
---|
| 2181 | <x>-1</x> |
---|
| 2182 | <y>-1</y> |
---|
| 2183 | </hint> |
---|
| 2184 | <hint type="destinationlabel"> |
---|
| 2185 | <x>458</x> |
---|
| 2186 | <y>344</y> |
---|
| 2187 | </hint> |
---|
| 2188 | </hints> |
---|
| 2189 | </connection> |
---|
| 2190 | <connection> |
---|
| 2191 | <sender>action_start_watchdog</sender> |
---|
| 2192 | <signal>triggered()</signal> |
---|
| 2193 | <receiver>MainWindow</receiver> |
---|
| 2194 | <slot>start_watchdog()</slot> |
---|
| 2195 | <hints> |
---|
| 2196 | <hint type="sourcelabel"> |
---|
| 2197 | <x>-1</x> |
---|
| 2198 | <y>-1</y> |
---|
| 2199 | </hint> |
---|
| 2200 | <hint type="destinationlabel"> |
---|
| 2201 | <x>458</x> |
---|
| 2202 | <y>344</y> |
---|
| 2203 | </hint> |
---|
| 2204 | </hints> |
---|
| 2205 | </connection> |
---|
| 2206 | </connections> |
---|
| 2207 | <slots> |
---|
| 2208 | <slot>startpalmrun()</slot> |
---|
| 2209 | <slot>enable_advanced()</slot> |
---|
| 2210 | <slot>enable_coupled()</slot> |
---|
| 2211 | <slot>choosejob()</slot> |
---|
| 2212 | <slot>choosejob_list()</slot> |
---|
| 2213 | <slot>change_rc_list()</slot> |
---|
| 2214 | <slot>check_flags()</slot> |
---|
| 2215 | <slot>change_lineinput()</slot> |
---|
| 2216 | <slot>reset_window()</slot> |
---|
| 2217 | <slot>save_to_file()</slot> |
---|
| 2218 | <slot>open_from_file()</slot> |
---|
| 2219 | <slot>open_last()</slot> |
---|
| 2220 | <slot>about()</slot> |
---|
| 2221 | <slot>about_gui()</slot> |
---|
| 2222 | <slot>save_default()</slot> |
---|
| 2223 | <slot>help()</slot> |
---|
| 2224 | <slot>start_watchdog()</slot> |
---|
| 2225 | <slot>start_jobmanager()</slot> |
---|
| 2226 | </slots> |
---|
| 2227 | </ui> |
---|