zpmainframe.ui 41.2 KB
Newer Older
丁劲犇's avatar
丁劲犇 已提交
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>ZPMainFrame</class>
 <widget class="QMainWindow" name="ZPMainFrame">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9 10
    <width>640</width>
    <height>480</height>
丁劲犇's avatar
丁劲犇 已提交
11 12 13 14 15
   </rect>
  </property>
  <property name="windowTitle">
   <string>ZPMainFrame</string>
  </property>
16 17 18
  <property name="toolTipDuration">
   <number>-1</number>
  </property>
丁劲犇's avatar
丁劲犇 已提交
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
  <property name="iconSize">
   <size>
    <width>16</width>
    <height>16</height>
   </size>
  </property>
  <property name="toolButtonStyle">
   <enum>Qt::ToolButtonIconOnly</enum>
  </property>
  <property name="animated">
   <bool>true</bool>
  </property>
  <property name="tabShape">
   <enum>QTabWidget::Rounded</enum>
  </property>
丁劲犇's avatar
丁劲犇 已提交
34 35 36 37 38 39 40 41 42 43 44 45 46
  <widget class="QWidget" name="centralWidget">
   <layout class="QHBoxLayout" name="horizontalLayout">
    <item>
     <widget class="QTabWidget" name="tabWidget">
      <property name="currentIndex">
       <number>0</number>
      </property>
      <widget class="QWidget" name="tab_network">
       <attribute name="icon">
        <iconset resource="resource.qrc">
         <normaloff>:/icons/Resources/Alienware (27).png</normaloff>:/icons/Resources/Alienware (27).png</iconset>
       </attribute>
       <attribute name="title">
丁劲犇's avatar
丁劲犇 已提交
47
        <string>Summary</string>
丁劲犇's avatar
丁劲犇 已提交
48 49 50 51 52 53 54
       </attribute>
       <layout class="QVBoxLayout" name="verticalLayout">
        <item>
         <widget class="QPlainTextEdit" name="plainTextEdit_status_net"/>
        </item>
       </layout>
      </widget>
55 56 57 58 59 60 61 62 63 64
      <widget class="QWidget" name="tab_settings">
       <attribute name="icon">
        <iconset resource="resource.qrc">
         <normaloff>:/icons/Resources/19-1.png</normaloff>:/icons/Resources/19-1.png</iconset>
       </attribute>
       <attribute name="title">
        <string>Settings</string>
       </attribute>
       <layout class="QVBoxLayout" name="verticalLayout_2">
        <item>
丁劲犇's avatar
丁劲犇 已提交
65
         <widget class="QTabWidget" name="tabWidget_Smartlink">
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
          <property name="tabPosition">
           <enum>QTabWidget::South</enum>
          </property>
          <property name="tabShape">
           <enum>QTabWidget::Triangular</enum>
          </property>
          <property name="currentIndex">
           <number>0</number>
          </property>
          <widget class="QWidget" name="tab_set_network">
           <attribute name="icon">
            <iconset resource="resource.qrc">
             <normaloff>:/icons/Resources/4003.png</normaloff>:/icons/Resources/4003.png</iconset>
           </attribute>
           <attribute name="title">
            <string>Listeners</string>
           </attribute>
           <layout class="QVBoxLayout" name="verticalLayout_3">
            <item>
             <widget class="QTableView" name="tableView_listen"/>
            </item>
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout_4">
              <item>
               <widget class="QLabel" name="label_2">
                <property name="text">
                 <string>Name</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="lineEdit_listenerName"/>
              </item>
              <item>
               <widget class="QLabel" name="label_3">
                <property name="text">
                 <string>Addr</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="lineEdit_listenerAddr"/>
              </item>
              <item>
               <widget class="QLabel" name="label_4">
                <property name="text">
                 <string>Port</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="lineEdit_listenerPort"/>
              </item>
              <item>
               <widget class="QCheckBox" name="checkBox_listener_ssl">
                <property name="text">
                 <string>SSL Connection</string>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout_3">
              <item>
               <spacer name="horizontalSpacer">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
              </item>
              <item>
               <widget class="QPushButton" name="pushButton_addListener">
                <property name="text">
                 <string>Add</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QPushButton" name="pushButton_delListener">
                <property name="text">
                 <string>Del</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QPushButton" name="pushButton_listerner_apply">
                <property name="text">
160
                 <string>Save</string>
161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179
                </property>
                <property name="icon">
                 <iconset resource="resource.qrc">
                  <normaloff>:/icons/Resources/3floppy_mount-2.png</normaloff>:/icons/Resources/3floppy_mount-2.png</iconset>
                </property>
               </widget>
              </item>
             </layout>
            </item>
           </layout>
          </widget>
          <widget class="QWidget" name="tab_taskPools">
           <attribute name="icon">
            <iconset resource="resource.qrc">
             <normaloff>:/icons/Resources/27_Martin.png</normaloff>:/icons/Resources/27_Martin.png</iconset>
           </attribute>
           <attribute name="title">
            <string>Task Pools</string>
           </attribute>
180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312
           <layout class="QVBoxLayout" name="verticalLayout_9">
            <item>
             <layout class="QGridLayout" name="gridLayout">
              <item row="0" column="0">
               <widget class="QLabel" name="label_5">
                <property name="text">
                 <string>Plain connection Trans Threads</string>
                </property>
               </widget>
              </item>
              <item row="0" column="1">
               <widget class="QDial" name="dial_plain_trans_threads">
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>64</number>
                </property>
                <property name="pageStep">
                 <number>8</number>
                </property>
                <property name="notchesVisible">
                 <bool>true</bool>
                </property>
               </widget>
              </item>
              <item row="0" column="2">
               <widget class="QProgressBar" name="progressBar_plain_threads">
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>64</number>
                </property>
                <property name="value">
                 <number>1</number>
                </property>
                <property name="invertedAppearance">
                 <bool>false</bool>
                </property>
                <property name="format">
                 <string>%v</string>
                </property>
               </widget>
              </item>
              <item row="1" column="0">
               <widget class="QLabel" name="label_6">
                <property name="text">
                 <string>SSL connection Trans Threads</string>
                </property>
               </widget>
              </item>
              <item row="1" column="1">
               <widget class="QDial" name="dial_ssl_trans_threads">
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>64</number>
                </property>
                <property name="pageStep">
                 <number>8</number>
                </property>
                <property name="wrapping">
                 <bool>false</bool>
                </property>
                <property name="notchTarget">
                 <double>4.000000000000000</double>
                </property>
                <property name="notchesVisible">
                 <bool>true</bool>
                </property>
               </widget>
              </item>
              <item row="1" column="2">
               <widget class="QProgressBar" name="progressBar_ssl_threads">
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>64</number>
                </property>
                <property name="value">
                 <number>1</number>
                </property>
                <property name="format">
                 <string>%v</string>
                </property>
               </widget>
              </item>
              <item row="2" column="0">
               <widget class="QLabel" name="label_7">
                <property name="text">
                 <string>Working Task Threads</string>
                </property>
               </widget>
              </item>
              <item row="2" column="1">
               <widget class="QDial" name="dial_task_working_threads">
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>256</number>
                </property>
                <property name="pageStep">
                 <number>16</number>
                </property>
                <property name="notchTarget">
                 <double>8.000000000000000</double>
                </property>
                <property name="notchesVisible">
                 <bool>true</bool>
                </property>
               </widget>
              </item>
              <item row="2" column="2">
               <widget class="QProgressBar" name="progressBar_working_threads">
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>256</number>
                </property>
                <property name="value">
                 <number>1</number>
                </property>
                <property name="format">
                 <string>%v</string>
                </property>
               </widget>
              </item>
             </layout>
313
            </item>
314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout_20">
              <item>
               <widget class="QLabel" name="label_31">
                <property name="text">
                 <string>Rabbish Can Items Size</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QSlider" name="horizontalSlider_rubbishCan">
                <property name="minimum">
                 <number>16</number>
                </property>
                <property name="maximum">
                 <number>65536</number>
                </property>
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="tickPosition">
                 <enum>QSlider::NoTicks</enum>
                </property>
                <property name="tickInterval">
                 <number>256</number>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLCDNumber" name="lcdNumber_rabbish">
                <property name="segmentStyle">
                 <enum>QLCDNumber::Flat</enum>
                </property>
               </widget>
              </item>
              <item>
               <spacer name="horizontalSpacer_13">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
              </item>
              <item>
               <widget class="QPushButton" name="pushButton_threadsApply">
                <property name="text">
                 <string>Save</string>
                </property>
                <property name="icon">
                 <iconset resource="resource.qrc">
                  <normaloff>:/icons/Resources/3floppy_mount-1.png</normaloff>:/icons/Resources/3floppy_mount-1.png</iconset>
                </property>
               </widget>
              </item>
             </layout>
374 375 376 377 378 379 380 381 382 383 384
            </item>
           </layout>
          </widget>
          <widget class="QWidget" name="tab_set_db">
           <attribute name="icon">
            <iconset resource="resource.qrc">
             <normaloff>:/icons/Resources/Color Classic.png</normaloff>:/icons/Resources/Color Classic.png</iconset>
           </attribute>
           <attribute name="title">
            <string>Database</string>
           </attribute>
丁劲犇's avatar
丁劲犇 已提交
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492
           <layout class="QVBoxLayout" name="verticalLayout_4">
            <item>
             <widget class="QTableView" name="tableView_dbconn"/>
            </item>
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout_5">
              <item>
               <widget class="QLabel" name="label_9">
                <property name="text">
                 <string>Name</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="lineEdit_db_name"/>
              </item>
              <item>
               <widget class="QLabel" name="label_10">
                <property name="text">
                 <string>Type</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QComboBox" name="comboBox_db_type"/>
              </item>
              <item>
               <spacer name="horizontalSpacer_2">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
              </item>
             </layout>
            </item>
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout_6">
              <item>
               <widget class="QLabel" name="label_11">
                <property name="text">
                 <string>Host Address</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="lineEdit_db_addr"/>
              </item>
              <item>
               <widget class="QLabel" name="label_12">
                <property name="text">
                 <string>Host Port</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="lineEdit_db_port"/>
              </item>
              <item>
               <widget class="QLabel" name="label_13">
                <property name="text">
                 <string>Database Name</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="lineEdit_db_schema"/>
              </item>
              <item>
               <spacer name="horizontalSpacer_3">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>37</width>
                  <height>17</height>
                 </size>
                </property>
               </spacer>
              </item>
             </layout>
            </item>
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout_7">
              <item>
               <widget class="QLabel" name="label_14">
                <property name="text">
                 <string>User</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="lineEdit_db_user"/>
              </item>
              <item>
               <widget class="QLabel" name="label_15">
                <property name="text">
                 <string>Password</string>
                </property>
               </widget>
              </item>
              <item>
493 494 495 496 497
               <widget class="QLineEdit" name="lineEdit_db_pass">
                <property name="echoMode">
                 <enum>QLineEdit::PasswordEchoOnEdit</enum>
                </property>
               </widget>
丁劲犇's avatar
丁劲犇 已提交
498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545
              </item>
              <item>
               <spacer name="horizontalSpacer_4">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>37</width>
                  <height>17</height>
                 </size>
                </property>
               </spacer>
              </item>
             </layout>
            </item>
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout_8">
              <item>
               <spacer name="horizontalSpacer_5">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>34</width>
                  <height>14</height>
                 </size>
                </property>
               </spacer>
              </item>
              <item>
               <widget class="QPushButton" name="pushButton_db_add">
                <property name="text">
                 <string>Add</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QPushButton" name="pushButton_db_del">
                <property name="text">
                 <string>Remove</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QPushButton" name="pushButton_db_apply">
                <property name="text">
546
                 <string>Save</string>
丁劲犇's avatar
丁劲犇 已提交
547
                </property>
丁劲犇's avatar
丁劲犇 已提交
548 549 550 551
                <property name="icon">
                 <iconset resource="resource.qrc">
                  <normaloff>:/icons/Resources/Color, Sage.png</normaloff>:/icons/Resources/Color, Sage.png</iconset>
                </property>
丁劲犇's avatar
丁劲犇 已提交
552 553 554 555 556
               </widget>
              </item>
             </layout>
            </item>
           </layout>
557
          </widget>
丁劲犇's avatar
丁劲犇 已提交
558 559 560 561 562 563 564 565 566 567 568
          <widget class="QWidget" name="tab_cluster">
           <attribute name="icon">
            <iconset resource="resource.qrc">
             <normaloff>:/icons/Resources/hanukkah_03.png</normaloff>:/icons/Resources/hanukkah_03.png</iconset>
           </attribute>
           <attribute name="title">
            <string>Cluster</string>
           </attribute>
           <layout class="QVBoxLayout" name="verticalLayout_6">
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout_12">
569 570 571 572 573 574 575 576 577 578
              <item>
               <widget class="QLabel" name="label_23">
                <property name="text">
                 <string>Publish Name</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="lineEdit_cluster_pub_name"/>
              </item>
丁劲犇's avatar
丁劲犇 已提交
579 580 581
              <item>
               <widget class="QLabel" name="label_20">
                <property name="text">
丁劲犇's avatar
丁劲犇 已提交
582
                 <string>Terminal Listen Address</string>
丁劲犇's avatar
丁劲犇 已提交
583 584 585 586 587 588 589 590 591
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="lineEdit_cluster_term_addr"/>
              </item>
              <item>
               <widget class="QLabel" name="label_19">
                <property name="text">
丁劲犇's avatar
丁劲犇 已提交
592
                 <string>Listen Port</string>
丁劲犇's avatar
丁劲犇 已提交
593 594 595 596 597 598
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="lineEdit_cluster_term_port"/>
              </item>
599 600 601 602 603 604 605 606 607 608 609 610 611
              <item>
               <spacer name="horizontalSpacer_10">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
              </item>
丁劲犇's avatar
丁劲犇 已提交
612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627
              <item>
               <spacer name="horizontalSpacer_6">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
              </item>
             </layout>
            </item>
            <item>
丁劲犇's avatar
丁劲犇 已提交
628
             <layout class="QHBoxLayout" name="horizontalLayout_16">
丁劲犇's avatar
丁劲犇 已提交
629
              <item>
丁劲犇's avatar
丁劲犇 已提交
630
               <widget class="QLabel" name="label_24">
丁劲犇's avatar
丁劲犇 已提交
631
                <property name="text">
丁劲犇's avatar
丁劲犇 已提交
632
                 <string>TransThreads</string>
丁劲犇's avatar
丁劲犇 已提交
633 634 635 636
                </property>
               </widget>
              </item>
              <item>
丁劲犇's avatar
丁劲犇 已提交
637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679
               <widget class="QSlider" name="horizontalSlider_cluster_transThreads">
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>16</number>
                </property>
                <property name="pageStep">
                 <number>1</number>
                </property>
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="tickPosition">
                 <enum>QSlider::TicksAbove</enum>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLabel" name="label_25">
                <property name="text">
                 <string>Working Threads</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QSlider" name="horizontalSlider_cluster_workingThread">
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>16</number>
                </property>
                <property name="pageStep">
                 <number>1</number>
                </property>
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="tickPosition">
                 <enum>QSlider::TicksAbove</enum>
                </property>
               </widget>
丁劲犇's avatar
丁劲犇 已提交
680
              </item>
丁劲犇's avatar
丁劲犇 已提交
681 682 683 684 685 686 687 688 689
             </layout>
            </item>
            <item>
             <widget class="QGroupBox" name="groupBox">
              <property name="title">
               <string>Active Terminals</string>
              </property>
              <layout class="QHBoxLayout" name="horizontalLayout_14">
               <item>
丁劲犇's avatar
丁劲犇 已提交
690 691 692
                <widget class="QTableView" name="tableView_activeTerms">
                 <property name="alternatingRowColors">
                  <bool>true</bool>
丁劲犇's avatar
丁劲犇 已提交
693 694 695 696 697 698 699 700
                 </property>
                </widget>
               </item>
              </layout>
             </widget>
            </item>
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout_13">
丁劲犇's avatar
丁劲犇 已提交
701 702 703
              <item>
               <widget class="QLabel" name="label_21">
                <property name="text">
704
                 <string>LAN Address</string>
丁劲犇's avatar
丁劲犇 已提交
705 706 707 708
                </property>
               </widget>
              </item>
              <item>
709
               <widget class="QLineEdit" name="lineEdit_cluster_LAN_Addr"/>
丁劲犇's avatar
丁劲犇 已提交
710 711 712 713
              </item>
              <item>
               <widget class="QLabel" name="label_22">
                <property name="text">
714
                 <string>LAN Port</string>
丁劲犇's avatar
丁劲犇 已提交
715 716 717 718
                </property>
               </widget>
              </item>
              <item>
719
               <widget class="QLineEdit" name="lineEdit_cluster_LAN_Port"/>
丁劲犇's avatar
丁劲犇 已提交
720 721
              </item>
              <item>
丁劲犇's avatar
丁劲犇 已提交
722 723 724 725 726 727 728 729 730 731 732 733
               <spacer name="horizontalSpacer_7">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
              </item>
734 735 736 737 738 739 740
              <item>
               <widget class="QPushButton" name="pushButton_cluster_apply">
                <property name="text">
                 <string>&amp;Save</string>
                </property>
               </widget>
              </item>
丁劲犇's avatar
丁劲犇 已提交
741 742 743 744 745
             </layout>
            </item>
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout_17">
              <item>
746
               <widget class="QLabel" name="label_27">
丁劲犇's avatar
丁劲犇 已提交
747
                <property name="text">
748
                 <string>Publish Address</string>
丁劲犇's avatar
丁劲犇 已提交
749 750 751 752
                </property>
               </widget>
              </item>
              <item>
753 754 755 756 757 758 759 760 761 762 763
               <widget class="QLineEdit" name="lineEdit_cluster_pub_Addr"/>
              </item>
              <item>
               <widget class="QLabel" name="label_26">
                <property name="text">
                 <string>Publish Port</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="lineEdit_cluster_pub_Port"/>
丁劲犇's avatar
丁劲犇 已提交
764 765 766
              </item>
              <item>
               <spacer name="horizontalSpacer_9">
丁劲犇's avatar
丁劲犇 已提交
767 768 769 770 771 772 773 774 775 776 777
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
              </item>
丁劲犇's avatar
丁劲犇 已提交
778 779 780 781 782 783 784
              <item>
               <widget class="QPushButton" name="pushButton_join">
                <property name="text">
                 <string>Participate</string>
                </property>
               </widget>
              </item>
丁劲犇's avatar
丁劲犇 已提交
785 786 787 788
             </layout>
            </item>
           </layout>
          </widget>
丁劲犇's avatar
丁劲犇 已提交
789 790 791 792 793 794
          <widget class="QWidget" name="tab">
           <attribute name="icon">
            <iconset resource="resource.qrc">
             <normaloff>:/icons/Resources/Alienware (27).png</normaloff>:/icons/Resources/Alienware (27).png</iconset>
           </attribute>
           <attribute name="title">
795
            <string>Example Server</string>
丁劲犇's avatar
丁劲犇 已提交
796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876
           </attribute>
           <layout class="QVBoxLayout" name="verticalLayout_5">
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout_9">
              <item>
               <widget class="QLabel" name="label">
                <property name="text">
                 <string>Heart-beating</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QSlider" name="horizontalSlider_heartbeating">
                <property name="minimum">
                 <number>60</number>
                </property>
                <property name="maximum">
                 <number>300</number>
                </property>
                <property name="value">
                 <number>180</number>
                </property>
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="tickPosition">
                 <enum>QSlider::TicksBelow</enum>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLCDNumber" name="lcdNumber_heartbeating">
                <property name="frameShape">
                 <enum>QFrame::Panel</enum>
                </property>
                <property name="frameShadow">
                 <enum>QFrame::Plain</enum>
                </property>
                <property name="segmentStyle">
                 <enum>QLCDNumber::Flat</enum>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLabel" name="label_8">
                <property name="text">
                 <string>seconds</string>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout_10">
              <item>
               <widget class="QLabel" name="label_16">
                <property name="text">
                 <string>User Account Database Name</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="lineEdit_SL_DB_Account"/>
              </item>
              <item>
               <widget class="QLabel" name="label_17">
                <property name="text">
                 <string>Main event db name</string>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="lineEdit_SL_DB_ME"/>
              </item>
             </layout>
            </item>
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout_11">
              <item>
               <widget class="QLabel" name="label_18">
                <property name="text">
877
                 <string>Cluster balance max payload</string>
丁劲犇's avatar
丁劲犇 已提交
878 879 880 881
                </property>
               </widget>
              </item>
              <item>
882 883 884 885 886 887 888 889
               <widget class="QSpinBox" name="spinBox_cluster_max_payload">
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>16384</number>
                </property>
               </widget>
丁劲犇's avatar
丁劲犇 已提交
890 891
              </item>
              <item>
892 893 894
               <spacer name="horizontalSpacer_11">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
丁劲犇's avatar
丁劲犇 已提交
895
                </property>
896 897 898 899 900 901 902
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
丁劲犇's avatar
丁劲犇 已提交
903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918
              </item>
             </layout>
            </item>
            <item>
             <spacer name="verticalSpacer_2">
              <property name="orientation">
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0">
               <size>
                <width>20</width>
                <height>121</height>
               </size>
              </property>
             </spacer>
            </item>
丁劲犇's avatar
丁劲犇 已提交
919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout_15">
              <item>
               <spacer name="horizontalSpacer_8">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
              </item>
              <item>
               <widget class="QPushButton" name="pushButton_smartlink_save">
                <property name="text">
                 <string>&amp;Save</string>
                </property>
               </widget>
              </item>
             </layout>
            </item>
丁劲犇's avatar
丁劲犇 已提交
943 944
           </layout>
          </widget>
945 946 947 948
         </widget>
        </item>
       </layout>
      </widget>
丁劲犇's avatar
丁劲犇 已提交
949 950 951 952 953 954
      <widget class="QWidget" name="tab_task">
       <attribute name="icon">
        <iconset resource="resource.qrc">
         <normaloff>:/icons/Resources/Backup drive.png</normaloff>:/icons/Resources/Backup drive.png</iconset>
       </attribute>
       <attribute name="title">
丁劲犇's avatar
丁劲犇 已提交
955
        <string>Messages</string>
丁劲犇's avatar
丁劲犇 已提交
956
       </attribute>
丁劲犇's avatar
丁劲犇 已提交
957
       <layout class="QHBoxLayout" name="horizontalLayout_18">
丁劲犇's avatar
丁劲犇 已提交
958
        <item>
丁劲犇's avatar
丁劲犇 已提交
959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025
         <widget class="QTabWidget" name="tabWidget_msgs">
          <property name="tabPosition">
           <enum>QTabWidget::South</enum>
          </property>
          <property name="tabShape">
           <enum>QTabWidget::Triangular</enum>
          </property>
          <property name="currentIndex">
           <number>0</number>
          </property>
          <widget class="QWidget" name="tab_msg_nodes">
           <attribute name="icon">
            <iconset resource="resource.qrc">
             <normaloff>:/icons/Resources/019-1.png</normaloff>:/icons/Resources/019-1.png</iconset>
           </attribute>
           <attribute name="title">
            <string>Nodes</string>
           </attribute>
           <layout class="QHBoxLayout" name="horizontalLayout_2">
            <item>
             <widget class="QListView" name="listView_msg"/>
            </item>
           </layout>
          </widget>
          <widget class="QWidget" name="tab_msg_db">
           <attribute name="icon">
            <iconset resource="resource.qrc">
             <normaloff>:/icons/Resources/Backup drive.png</normaloff>:/icons/Resources/Backup drive.png</iconset>
           </attribute>
           <attribute name="title">
            <string>Database</string>
           </attribute>
           <layout class="QVBoxLayout" name="verticalLayout_7">
            <item>
             <widget class="QListView" name="listView_msg_database"/>
            </item>
           </layout>
          </widget>
          <widget class="QWidget" name="tab_msg_cluster">
           <attribute name="icon">
            <iconset resource="resource.qrc">
             <normaloff>:/icons/Resources/hanukkah_03.png</normaloff>:/icons/Resources/hanukkah_03.png</iconset>
           </attribute>
           <attribute name="title">
            <string>Cluster</string>
           </attribute>
           <layout class="QHBoxLayout" name="horizontalLayout_19">
            <item>
             <widget class="QListView" name="listView_msg_cluster"/>
            </item>
           </layout>
          </widget>
          <widget class="QWidget" name="tab_msg_smartlink">
           <attribute name="icon">
            <iconset resource="resource.qrc">
             <normaloff>:/icons/Resources/+_Sign_Alt.png</normaloff>:/icons/Resources/+_Sign_Alt.png</iconset>
           </attribute>
           <attribute name="title">
            <string>Smartlink</string>
           </attribute>
           <layout class="QVBoxLayout" name="verticalLayout_8">
            <item>
             <widget class="QListView" name="listView_msg_smartlink"/>
            </item>
           </layout>
          </widget>
         </widget>
丁劲犇's avatar
丁劲犇 已提交
1026 1027
        </item>
       </layout>
丁劲犇's avatar
丁劲犇 已提交
1028 1029 1030 1031 1032
      </widget>
     </widget>
    </item>
   </layout>
  </widget>
丁劲犇's avatar
丁劲犇 已提交
1033 1034 1035 1036 1037
  <widget class="QMenuBar" name="menuBar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
1038
     <width>640</width>
丁劲犇's avatar
丁劲犇 已提交
1039
     <height>21</height>
丁劲犇's avatar
丁劲犇 已提交
1040 1041 1042 1043 1044 1045
    </rect>
   </property>
   <widget class="QMenu" name="menu_Control">
    <property name="title">
     <string>&amp;Control</string>
    </property>
丁劲犇's avatar
丁劲犇 已提交
1046
    <addaction name="action_Start_Stop"/>
1047
    <addaction name="actionReload_config_file"/>
丁劲犇's avatar
丁劲犇 已提交
1048 1049 1050 1051 1052 1053 1054 1055
    <addaction name="separator"/>
    <addaction name="actionExit"/>
   </widget>
   <widget class="QMenu" name="menu_Help">
    <property name="title">
     <string>&amp;Help</string>
    </property>
    <addaction name="action_About"/>
丁劲犇's avatar
丁劲犇 已提交
1056 1057
   </widget>
   <addaction name="menu_Control"/>
丁劲犇's avatar
丁劲犇 已提交
1058
   <addaction name="menu_Help"/>
丁劲犇's avatar
丁劲犇 已提交
1059 1060
  </widget>
  <widget class="QToolBar" name="mainToolBar">
丁劲犇's avatar
丁劲犇 已提交
1061 1062 1063 1064 1065 1066 1067 1068 1069
   <property name="movable">
    <bool>true</bool>
   </property>
   <property name="allowedAreas">
    <set>Qt::AllToolBarAreas</set>
   </property>
   <property name="floatable">
    <bool>false</bool>
   </property>
丁劲犇's avatar
丁劲犇 已提交
1070 1071 1072 1073 1074 1075
   <attribute name="toolBarArea">
    <enum>TopToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
丁劲犇's avatar
丁劲犇 已提交
1076
   <addaction name="action_Start_Stop"/>
1077
   <addaction name="actionReload_config_file"/>
丁劲犇's avatar
丁劲犇 已提交
1078 1079
   <addaction name="separator"/>
   <addaction name="action_About"/>
丁劲犇's avatar
丁劲犇 已提交
1080 1081
  </widget>
  <widget class="QStatusBar" name="statusBar"/>
丁劲犇's avatar
丁劲犇 已提交
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111
  <action name="actionExit">
   <property name="text">
    <string>E&amp;xit</string>
   </property>
  </action>
  <action name="action_Start_Stop">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="icon">
    <iconset resource="resource.qrc">
     <normaloff>:/icons/Resources/cn11.png</normaloff>
     <normalon>:/icons/Resources/cn6.png</normalon>:/icons/Resources/cn11.png</iconset>
   </property>
   <property name="text">
    <string>&amp;Start/Stop</string>
   </property>
   <property name="toolTip">
    <string>Start or stop the server</string>
   </property>
  </action>
  <action name="action_About">
   <property name="icon">
    <iconset resource="resource.qrc">
     <normaloff>:/icons/Resources/4013.png</normaloff>:/icons/Resources/4013.png</iconset>
   </property>
   <property name="text">
    <string>&amp;About</string>
   </property>
  </action>
1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123
  <action name="actionReload_config_file">
   <property name="icon">
    <iconset resource="resource.qrc">
     <normaloff>:/icons/Resources/Color, Lime.png</normaloff>:/icons/Resources/Color, Lime.png</iconset>
   </property>
   <property name="text">
    <string>&amp;Reload config file</string>
   </property>
   <property name="toolTip">
    <string>Reload Config file</string>
   </property>
  </action>
丁劲犇's avatar
丁劲犇 已提交
1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135
  <action name="actionShow_Window">
   <property name="icon">
    <iconset resource="resource.qrc">
     <normaloff>:/icons/Resources/Color, Bondi.png</normaloff>:/icons/Resources/Color, Bondi.png</iconset>
   </property>
   <property name="text">
    <string>Show&amp;Window</string>
   </property>
   <property name="toolTip">
    <string>Show main window</string>
   </property>
  </action>
丁劲犇's avatar
丁劲犇 已提交
1136 1137
 </widget>
 <layoutdefault spacing="6" margin="11"/>
丁劲犇's avatar
丁劲犇 已提交
1138 1139 1140
 <resources>
  <include location="resource.qrc"/>
 </resources>
1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173
 <connections>
  <connection>
   <sender>dial_ssl_trans_threads</sender>
   <signal>valueChanged(int)</signal>
   <receiver>progressBar_ssl_threads</receiver>
   <slot>setValue(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>266</x>
     <y>219</y>
    </hint>
    <hint type="destinationlabel">
     <x>421</x>
     <y>219</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>dial_task_working_threads</sender>
   <signal>valueChanged(int)</signal>
   <receiver>progressBar_working_threads</receiver>
   <slot>setValue(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>266</x>
     <y>294</y>
    </hint>
    <hint type="destinationlabel">
     <x>421</x>
     <y>293</y>
    </hint>
   </hints>
  </connection>
丁劲犇's avatar
丁劲犇 已提交
1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189
  <connection>
   <sender>horizontalSlider_heartbeating</sender>
   <signal>valueChanged(int)</signal>
   <receiver>lcdNumber_heartbeating</receiver>
   <slot>display(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>260</x>
     <y>128</y>
    </hint>
    <hint type="destinationlabel">
     <x>436</x>
     <y>129</y>
    </hint>
   </hints>
  </connection>
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205
  <connection>
   <sender>horizontalSlider_rubbishCan</sender>
   <signal>valueChanged(int)</signal>
   <receiver>lcdNumber_rabbish</receiver>
   <slot>display(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>239</x>
     <y>393</y>
    </hint>
    <hint type="destinationlabel">
     <x>346</x>
     <y>393</y>
    </hint>
   </hints>
  </connection>
丁劲犇's avatar
丁劲犇 已提交
1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221
  <connection>
   <sender>dial_plain_trans_threads</sender>
   <signal>valueChanged(int)</signal>
   <receiver>progressBar_plain_threads</receiver>
   <slot>setValue(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>252</x>
     <y>150</y>
    </hint>
    <hint type="destinationlabel">
     <x>458</x>
     <y>150</y>
    </hint>
   </hints>
  </connection>
1222
 </connections>
丁劲犇's avatar
丁劲犇 已提交
1223
</ui>