/ src / bitmessageqt / bitmessageui.ui
bitmessageui.ui
   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="geometry">
   6     <rect>
   7      <x>0</x>
   8      <y>0</y>
   9      <width>885</width>
  10      <height>580</height>
  11     </rect>
  12    </property>
  13    <property name="windowTitle">
  14     <string>Bitmessage</string>
  15    </property>
  16    <property name="windowIcon">
  17     <iconset resource="bitmessage_icons.qrc">
  18      <normaloff>:/newPrefix/images/can-icon-24px.png</normaloff>:/newPrefix/images/can-icon-24px.png</iconset>
  19    </property>
  20    <property name="tabShape">
  21     <enum>QTabWidget::Rounded</enum>
  22    </property>
  23    <widget class="QWidget" name="centralwidget">
  24     <layout class="QGridLayout" name="gridLayout_10">
  25      <item row="0" column="0">
  26       <widget class="QTabWidget" name="tabWidget">
  27        <property name="sizePolicy">
  28         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  29          <horstretch>0</horstretch>
  30          <verstretch>0</verstretch>
  31         </sizepolicy>
  32        </property>
  33        <property name="minimumSize">
  34         <size>
  35          <width>0</width>
  36          <height>0</height>
  37         </size>
  38        </property>
  39        <property name="baseSize">
  40         <size>
  41          <width>0</width>
  42          <height>0</height>
  43         </size>
  44        </property>
  45        <property name="font">
  46         <font>
  47          <pointsize>9</pointsize>
  48         </font>
  49        </property>
  50        <property name="tabPosition">
  51         <enum>QTabWidget::North</enum>
  52        </property>
  53        <property name="tabShape">
  54         <enum>QTabWidget::Rounded</enum>
  55        </property>
  56        <property name="currentIndex">
  57         <number>0</number>
  58        </property>
  59        <widget class="QWidget" name="inbox">
  60         <attribute name="icon">
  61          <iconset resource="bitmessage_icons.qrc">
  62           <normaloff>:/newPrefix/images/inbox.png</normaloff>:/newPrefix/images/inbox.png</iconset>
  63         </attribute>
  64         <attribute name="title">
  65          <string>Messages</string>
  66         </attribute>
  67         <layout class="QGridLayout" name="gridLayout">
  68          <item row="0" column="0">
  69           <layout class="QHBoxLayout" name="horizontalLayout_3">
  70            <item>
  71             <layout class="QVBoxLayout" name="verticalLayout_12">
  72              <item>
  73               <widget class="QTreeWidget" name="treeWidgetYourIdentities">
  74                <property name="maximumSize">
  75                 <size>
  76                  <width>200</width>
  77                  <height>16777215</height>
  78                 </size>
  79                </property>
  80                <column>
  81                 <property name="text">
  82                  <string>Identities</string>
  83                 </property>
  84                 <property name="icon">
  85                  <iconset>
  86                   <selectedoff>:/newPrefix/images/identities.png</selectedoff>
  87                  </iconset>
  88                 </property>
  89                </column>
  90               </widget>
  91              </item>
  92              <item>
  93               <widget class="QPushButton" name="pushButtonNewAddress">
  94                <property name="maximumSize">
  95                 <size>
  96                  <width>200</width>
  97                  <height>16777215</height>
  98                 </size>
  99                </property>
 100                <property name="text">
 101                 <string>New Indentitiy</string>
 102                </property>
 103               </widget>
 104              </item>
 105             </layout>
 106            </item>
 107            <item>
 108             <layout class="QVBoxLayout" name="verticalLayout_7">
 109              <item>
 110               <layout class="QHBoxLayout" name="horizontalLayoutSearch">
 111                <property name="topMargin">
 112                 <number>0</number>
 113                </property>
 114                <item>
 115                 <widget class="QLineEdit" name="inboxSearchLineEdit">
 116                  <property name="placeholderText">
 117                   <string>Search</string>
 118                  </property>
 119                 </widget>
 120                </item>
 121                <item>
 122                 <widget class="QComboBox" name="inboxSearchOption">
 123                  <item>
 124                   <property name="text">
 125                    <string>All</string>
 126                   </property>
 127                  </item>
 128                  <item>
 129                   <property name="text">
 130                    <string>To</string>
 131                   </property>
 132                  </item>
 133                  <item>
 134                   <property name="text">
 135                    <string>From</string>
 136                   </property>
 137                  </item>
 138                  <item>
 139                   <property name="text">
 140                    <string>Subject</string>
 141                   </property>
 142                  </item>
 143                  <item>
 144                   <property name="text">
 145                    <string>Message</string>
 146                   </property>
 147                  </item>
 148                 </widget>
 149                </item>
 150               </layout>
 151              </item>
 152              <item>
 153               <widget class="QTableWidget" name="tableWidgetInbox">
 154                <property name="editTriggers">
 155                 <set>QAbstractItemView::NoEditTriggers</set>
 156                </property>
 157                <property name="alternatingRowColors">
 158                 <bool>true</bool>
 159                </property>
 160                <property name="selectionMode">
 161                 <enum>QAbstractItemView::ExtendedSelection</enum>
 162                </property>
 163                <property name="selectionBehavior">
 164                 <enum>QAbstractItemView::SelectRows</enum>
 165                </property>
 166                <property name="sortingEnabled">
 167                 <bool>true</bool>
 168                </property>
 169                <property name="wordWrap">
 170                 <bool>false</bool>
 171                </property>
 172                <attribute name="horizontalHeaderCascadingSectionResizes">
 173                 <bool>true</bool>
 174                </attribute>
 175                <attribute name="horizontalHeaderDefaultSectionSize">
 176                 <number>200</number>
 177                </attribute>
 178                <attribute name="horizontalHeaderHighlightSections">
 179                 <bool>false</bool>
 180                </attribute>
 181                <attribute name="horizontalHeaderMinimumSectionSize">
 182                 <number>27</number>
 183                </attribute>
 184                <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
 185                 <bool>false</bool>
 186                </attribute>
 187                <attribute name="horizontalHeaderStretchLastSection">
 188                 <bool>true</bool>
 189                </attribute>
 190                <attribute name="verticalHeaderVisible">
 191                 <bool>false</bool>
 192                </attribute>
 193                <attribute name="verticalHeaderDefaultSectionSize">
 194                 <number>26</number>
 195                </attribute>
 196                <column>
 197                 <property name="text">
 198                  <string>To</string>
 199                 </property>
 200                </column>
 201                <column>
 202                 <property name="text">
 203                  <string>From</string>
 204                 </property>
 205                </column>
 206                <column>
 207                 <property name="text">
 208                  <string>Subject</string>
 209                 </property>
 210                </column>
 211                <column>
 212                 <property name="text">
 213                  <string>Received</string>
 214                 </property>
 215                </column>
 216               </widget>
 217              </item>
 218              <item>
 219               <widget class="QTextEdit" name="textEditInboxMessage">
 220                <property name="baseSize">
 221                 <size>
 222                  <width>0</width>
 223                  <height>500</height>
 224                 </size>
 225                </property>
 226                <property name="readOnly">
 227                 <bool>true</bool>
 228                </property>
 229               </widget>
 230              </item>
 231             </layout>
 232            </item>
 233           </layout>
 234          </item>
 235         </layout>
 236        </widget>
 237        <widget class="QWidget" name="send">
 238         <attribute name="icon">
 239          <iconset resource="bitmessage_icons.qrc">
 240           <normaloff>:/newPrefix/images/send.png</normaloff>:/newPrefix/images/send.png</iconset>
 241         </attribute>
 242         <attribute name="title">
 243          <string>Send</string>
 244         </attribute>
 245         <layout class="QGridLayout" name="gridLayout_7">
 246          <item row="0" column="0">
 247           <layout class="QHBoxLayout" name="horizontalLayout">
 248            <item>
 249             <layout class="QVBoxLayout" name="verticalLayout_2">
 250              <item>
 251               <widget class="QTableWidget" name="tableWidgetAddressBook">
 252                <property name="maximumSize">
 253                 <size>
 254                  <width>200</width>
 255                  <height>16777215</height>
 256                 </size>
 257                </property>
 258                <property name="alternatingRowColors">
 259                 <bool>true</bool>
 260                </property>
 261                <property name="selectionMode">
 262                 <enum>QAbstractItemView::ExtendedSelection</enum>
 263                </property>
 264                <property name="selectionBehavior">
 265                 <enum>QAbstractItemView::SelectRows</enum>
 266                </property>
 267                <property name="sortingEnabled">
 268                 <bool>true</bool>
 269                </property>
 270                <attribute name="horizontalHeaderCascadingSectionResizes">
 271                 <bool>true</bool>
 272                </attribute>
 273                <attribute name="horizontalHeaderDefaultSectionSize">
 274                 <number>200</number>
 275                </attribute>
 276                <attribute name="horizontalHeaderHighlightSections">
 277                 <bool>false</bool>
 278                </attribute>
 279                <attribute name="horizontalHeaderStretchLastSection">
 280                 <bool>true</bool>
 281                </attribute>
 282                <attribute name="verticalHeaderVisible">
 283                 <bool>false</bool>
 284                </attribute>
 285                <column>
 286                 <property name="text">
 287                  <string>Address book</string>
 288                 </property>
 289                 <property name="icon">
 290                  <iconset>
 291                   <selectedoff>:/newPrefix/images/addressbook.png</selectedoff>
 292                  </iconset>
 293                 </property>
 294                </column>
 295                <column>
 296                 <property name="text">
 297                  <string>Address</string>
 298                 </property>
 299                </column>
 300               </widget>
 301              </item>
 302              <item>
 303               <widget class="QPushButton" name="pushButtonAddAddressBook">
 304                <property name="maximumSize">
 305                 <size>
 306                  <width>200</width>
 307                  <height>16777215</height>
 308                 </size>
 309                </property>
 310                <property name="text">
 311                 <string>Add Contact</string>
 312                </property>
 313               </widget>
 314              </item>
 315              <item>
 316               <widget class="QPushButton" name="pushButtonFetchNamecoinID">
 317                <property name="maximumSize">
 318                 <size>
 319                  <width>200</width>
 320                  <height>16777215</height>
 321                 </size>
 322                </property>
 323                <property name="font">
 324                 <font>
 325                  <pointsize>9</pointsize>
 326                 </font>
 327                </property>
 328                <property name="text">
 329                 <string>Fetch Namecoin ID</string>
 330                </property>
 331               </widget>
 332              </item>
 333             </layout>
 334            </item>
 335            <item>
 336             <layout class="QVBoxLayout" name="verticalLayout">
 337              <item>
 338               <widget class="QTabWidget" name="tabWidgetSend">
 339                <property name="currentIndex">
 340                 <number>0</number>
 341                </property>
 342                <widget class="QWidget" name="tab">
 343                 <attribute name="title">
 344                  <string>Send ordinary Message</string>
 345                 </attribute>
 346                 <layout class="QGridLayout" name="gridLayout_8">
 347                  <item row="0" column="0">
 348                   <layout class="QVBoxLayout" name="verticalLayout_5">
 349                    <item>
 350                     <layout class="QGridLayout" name="gridLayout_2">
 351                      <item row="2" column="0">
 352                       <widget class="QLabel" name="label_3">
 353                        <property name="text">
 354                         <string>Subject:</string>
 355                        </property>
 356                       </widget>
 357                      </item>
 358                      <item row="0" column="0">
 359                       <widget class="QLabel" name="label_2">
 360                        <property name="text">
 361                         <string>From:</string>
 362                        </property>
 363                       </widget>
 364                      </item>
 365                      <item row="2" column="1">
 366                       <widget class="QLineEdit" name="lineEditSubject">
 367                        <property name="text">
 368                         <string/>
 369                        </property>
 370                       </widget>
 371                      </item>
 372                      <item row="1" column="0">
 373                       <widget class="QLabel" name="label">
 374                        <property name="text">
 375                         <string>To:</string>
 376                        </property>
 377                       </widget>
 378                      </item>
 379                      <item row="0" column="1">
 380                       <widget class="QComboBox" name="comboBoxSendFrom">
 381                        <property name="minimumSize">
 382                         <size>
 383                          <width>300</width>
 384                          <height>0</height>
 385                         </size>
 386                        </property>
 387                       </widget>
 388                      </item>
 389                      <item row="1" column="1">
 390                       <widget class="QLineEdit" name="lineEditTo"/>
 391                      </item>
 392                     </layout>
 393                    </item>
 394                    <item>
 395                     <widget class="QTextEdit" name="textEditMessage">
 396                      <property name="html">
 397                       <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
 398  &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
 399  p, li { white-space: pre-wrap; }
 400  &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Droid Sans'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
 401  &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2';&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 402                      </property>
 403                     </widget>
 404                    </item>
 405                   </layout>
 406                  </item>
 407                 </layout>
 408                </widget>
 409                <widget class="QWidget" name="tab_2">
 410                 <attribute name="title">
 411                  <string>Send Message to your Subscribers</string>
 412                 </attribute>
 413                 <layout class="QGridLayout" name="gridLayout_9">
 414                  <item row="0" column="0">
 415                   <layout class="QVBoxLayout" name="verticalLayout_6">
 416                    <item>
 417                     <layout class="QGridLayout" name="gridLayout_5">
 418                      <item row="0" column="0">
 419                       <widget class="QLabel" name="label_8">
 420                        <property name="text">
 421                         <string>From:</string>
 422                        </property>
 423                       </widget>
 424                      </item>
 425                      <item row="1" column="1">
 426                       <widget class="QLineEdit" name="lineEditSubjectBroadcast">
 427                        <property name="text">
 428                         <string/>
 429                        </property>
 430                       </widget>
 431                      </item>
 432                      <item row="1" column="0">
 433                       <widget class="QLabel" name="label_7">
 434                        <property name="text">
 435                         <string>Subject:</string>
 436                        </property>
 437                       </widget>
 438                      </item>
 439                      <item row="0" column="1">
 440                       <widget class="QComboBox" name="comboBoxSendFromBroadcast">
 441                        <property name="minimumSize">
 442                         <size>
 443                          <width>300</width>
 444                          <height>0</height>
 445                         </size>
 446                        </property>
 447                       </widget>
 448                      </item>
 449                     </layout>
 450                    </item>
 451                    <item>
 452                     <widget class="QTextEdit" name="textEditMessageBroadcast">
 453                      <property name="html">
 454                       <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
 455  &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
 456  p, li { white-space: pre-wrap; }
 457  &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Droid Sans'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
 458  &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2';&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 459                      </property>
 460                     </widget>
 461                    </item>
 462                   </layout>
 463                  </item>
 464                 </layout>
 465                </widget>
 466               </widget>
 467              </item>
 468              <item>
 469               <layout class="QHBoxLayout" name="horizontalLayout_5">
 470                <item>
 471                 <widget class="QPushButton" name="pushButtonTTL">
 472                  <property name="sizePolicy">
 473                   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 474                    <horstretch>0</horstretch>
 475                    <verstretch>0</verstretch>
 476                   </sizepolicy>
 477                  </property>
 478                  <property name="maximumSize">
 479                   <size>
 480                    <width>32</width>
 481                    <height>16777215</height>
 482                   </size>
 483                  </property>
 484                  <property name="palette">
 485                   <palette>
 486                    <active>
 487                     <colorrole role="ButtonText">
 488                      <brush brushstyle="SolidPattern">
 489                       <color alpha="255">
 490                        <red>0</red>
 491                        <green>0</green>
 492                        <blue>255</blue>
 493                       </color>
 494                      </brush>
 495                     </colorrole>
 496                    </active>
 497                    <inactive>
 498                     <colorrole role="ButtonText">
 499                      <brush brushstyle="SolidPattern">
 500                       <color alpha="255">
 501                        <red>0</red>
 502                        <green>0</green>
 503                        <blue>255</blue>
 504                       </color>
 505                      </brush>
 506                     </colorrole>
 507                    </inactive>
 508                    <disabled>
 509                     <colorrole role="ButtonText">
 510                      <brush brushstyle="SolidPattern">
 511                       <color alpha="255">
 512                        <red>120</red>
 513                        <green>120</green>
 514                        <blue>120</blue>
 515                       </color>
 516                      </brush>
 517                     </colorrole>
 518                    </disabled>
 519                   </palette>
 520                  </property>
 521                  <property name="font">
 522                   <font>
 523                    <underline>true</underline>
 524                   </font>
 525                  </property>
 526                  <property name="text">
 527                   <string>TTL:</string>
 528                  </property>
 529                  <property name="flat">
 530                   <bool>true</bool>
 531                  </property>
 532                 </widget>
 533                </item>
 534                <item>
 535                 <widget class="QSlider" name="horizontalSliderTTL">
 536                  <property name="minimumSize">
 537                   <size>
 538                    <width>35</width>
 539                    <height>0</height>
 540                   </size>
 541                  </property>
 542                  <property name="maximumSize">
 543                   <size>
 544                    <width>70</width>
 545                    <height>16777215</height>
 546                   </size>
 547                  </property>
 548                  <property name="orientation">
 549                   <enum>Qt::Horizontal</enum>
 550                  </property>
 551                  <property name="invertedAppearance">
 552                   <bool>false</bool>
 553                  </property>
 554                  <property name="invertedControls">
 555                   <bool>false</bool>
 556                  </property>
 557                 </widget>
 558                </item>
 559                <item>
 560                 <widget class="QLabel" name="labelHumanFriendlyTTLDescription">
 561                  <property name="sizePolicy">
 562                   <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 563                    <horstretch>0</horstretch>
 564                    <verstretch>0</verstretch>
 565                   </sizepolicy>
 566                  </property>
 567                  <property name="minimumSize">
 568                   <size>
 569                    <width>45</width>
 570                    <height>0</height>
 571                   </size>
 572                  </property>
 573                  <property name="maximumSize">
 574                   <size>
 575                    <width>45</width>
 576                    <height>16777215</height>
 577                   </size>
 578                  </property>
 579                  <property name="text">
 580                   <string>X days</string>
 581                  </property>
 582                 </widget>
 583                </item>
 584                <item>
 585                 <widget class="QPushButton" name="pushButtonSend">
 586                  <property name="maximumSize">
 587                   <size>
 588                    <width>16777215</width>
 589                    <height>16777215</height>
 590                   </size>
 591                  </property>
 592                  <property name="text">
 593                   <string>Send</string>
 594                  </property>
 595                 </widget>
 596                </item>
 597               </layout>
 598              </item>
 599             </layout>
 600            </item>
 601           </layout>
 602          </item>
 603         </layout>
 604         <zorder></zorder>
 605        </widget>
 606        <widget class="QWidget" name="subscriptions">
 607         <attribute name="icon">
 608          <iconset resource="bitmessage_icons.qrc">
 609           <normaloff>:/newPrefix/images/subscriptions.png</normaloff>:/newPrefix/images/subscriptions.png</iconset>
 610         </attribute>
 611         <attribute name="title">
 612          <string>Subscriptions</string>
 613         </attribute>
 614         <layout class="QGridLayout" name="gridLayout_3">
 615          <item row="0" column="0">
 616           <layout class="QHBoxLayout" name="horizontalLayout_4">
 617            <item>
 618             <layout class="QVBoxLayout" name="verticalLayout_3">
 619              <item>
 620               <widget class="QTreeWidget" name="treeWidgetSubscriptions">
 621                <property name="maximumSize">
 622                 <size>
 623                  <width>200</width>
 624                  <height>16777215</height>
 625                 </size>
 626                </property>
 627                <property name="alternatingRowColors">
 628                 <bool>true</bool>
 629                </property>
 630                <property name="selectionMode">
 631                 <enum>QAbstractItemView::SingleSelection</enum>
 632                </property>
 633                <property name="selectionBehavior">
 634                 <enum>QAbstractItemView::SelectRows</enum>
 635                </property>
 636                <column>
 637                 <property name="text">
 638                  <string>Subscriptions</string>
 639                 </property>
 640                 <property name="icon">
 641                  <iconset>
 642                   <selectedoff>:/newPrefix/images/subscriptions.png</selectedoff>
 643                  </iconset>
 644                 </property>
 645                </column>
 646               </widget>
 647              </item>
 648              <item>
 649               <widget class="QPushButton" name="pushButtonAddSubscription">
 650                <property name="maximumSize">
 651                 <size>
 652                  <width>200</width>
 653                  <height>16777215</height>
 654                 </size>
 655                </property>
 656                <property name="text">
 657                 <string>Add new Subscription</string>
 658                </property>
 659               </widget>
 660              </item>
 661             </layout>
 662            </item>
 663            <item>
 664             <layout class="QVBoxLayout" name="verticalLayout_4">
 665              <item>
 666               <layout class="QHBoxLayout" name="horizontalLayout_2">
 667                <item>
 668                 <widget class="QLineEdit" name="inboxSearchLineEditSubscriptions">
 669                  <property name="placeholderText">
 670                   <string>Search</string>
 671                  </property>
 672                 </widget>
 673                </item>
 674                <item>
 675                 <widget class="QComboBox" name="inboxSearchOptionSubscriptions">
 676                  <item>
 677                   <property name="text">
 678                    <string>All</string>
 679                   </property>
 680                  </item>
 681                  <item>
 682                   <property name="text">
 683                    <string>To</string>
 684                   </property>
 685                  </item>
 686                  <item>
 687                   <property name="text">
 688                    <string>From</string>
 689                   </property>
 690                  </item>
 691                  <item>
 692                   <property name="text">
 693                    <string>Subject</string>
 694                   </property>
 695                  </item>
 696                  <item>
 697                   <property name="text">
 698                    <string>Message</string>
 699                   </property>
 700                  </item>
 701                 </widget>
 702                </item>
 703               </layout>
 704              </item>
 705              <item>
 706               <widget class="QTableWidget" name="tableWidgetInboxSubscriptions">
 707                <property name="editTriggers">
 708                 <set>QAbstractItemView::NoEditTriggers</set>
 709                </property>
 710                <property name="alternatingRowColors">
 711                 <bool>true</bool>
 712                </property>
 713                <property name="selectionMode">
 714                 <enum>QAbstractItemView::ExtendedSelection</enum>
 715                </property>
 716                <property name="selectionBehavior">
 717                 <enum>QAbstractItemView::SelectRows</enum>
 718                </property>
 719                <property name="sortingEnabled">
 720                 <bool>true</bool>
 721                </property>
 722                <property name="wordWrap">
 723                 <bool>false</bool>
 724                </property>
 725                <attribute name="horizontalHeaderCascadingSectionResizes">
 726                 <bool>true</bool>
 727                </attribute>
 728                <attribute name="horizontalHeaderDefaultSectionSize">
 729                 <number>200</number>
 730                </attribute>
 731                <attribute name="horizontalHeaderHighlightSections">
 732                 <bool>false</bool>
 733                </attribute>
 734                <attribute name="horizontalHeaderMinimumSectionSize">
 735                 <number>27</number>
 736                </attribute>
 737                <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
 738                 <bool>false</bool>
 739                </attribute>
 740                <attribute name="horizontalHeaderStretchLastSection">
 741                 <bool>true</bool>
 742                </attribute>
 743                <attribute name="verticalHeaderVisible">
 744                 <bool>false</bool>
 745                </attribute>
 746                <attribute name="verticalHeaderDefaultSectionSize">
 747                 <number>26</number>
 748                </attribute>
 749                <column>
 750                 <property name="text">
 751                  <string>To</string>
 752                 </property>
 753                </column>
 754                <column>
 755                 <property name="text">
 756                  <string>From</string>
 757                 </property>
 758                </column>
 759                <column>
 760                 <property name="text">
 761                  <string>Subject</string>
 762                 </property>
 763                </column>
 764                <column>
 765                 <property name="text">
 766                  <string>Received</string>
 767                 </property>
 768                </column>
 769               </widget>
 770              </item>
 771              <item>
 772               <widget class="QTextEdit" name="textEditInboxMessageSubscriptions">
 773                <property name="baseSize">
 774                 <size>
 775                  <width>0</width>
 776                  <height>500</height>
 777                 </size>
 778                </property>
 779                <property name="readOnly">
 780                 <bool>true</bool>
 781                </property>
 782               </widget>
 783              </item>
 784             </layout>
 785            </item>
 786           </layout>
 787          </item>
 788         </layout>
 789        </widget>
 790        <widget class="QWidget" name="tab_3">
 791         <attribute name="icon">
 792          <iconset resource="bitmessage_icons.qrc">
 793           <normaloff>:/newPrefix/images/can-icon-16px.png</normaloff>:/newPrefix/images/can-icon-16px.png</iconset>
 794         </attribute>
 795         <attribute name="title">
 796          <string>Chans</string>
 797         </attribute>
 798         <layout class="QGridLayout" name="gridLayout_4">
 799          <item row="0" column="0">
 800           <layout class="QHBoxLayout" name="horizontalLayout_7">
 801            <item>
 802             <layout class="QVBoxLayout" name="verticalLayout_17">
 803              <item>
 804               <widget class="QTreeWidget" name="treeWidgetChans">
 805                <property name="maximumSize">
 806                 <size>
 807                  <width>200</width>
 808                  <height>16777215</height>
 809                 </size>
 810                </property>
 811                <property name="frameShadow">
 812                 <enum>QFrame::Sunken</enum>
 813                </property>
 814                <property name="lineWidth">
 815                 <number>1</number>
 816                </property>
 817                <property name="alternatingRowColors">
 818                 <bool>true</bool>
 819                </property>
 820                <property name="selectionMode">
 821                 <enum>QAbstractItemView::SingleSelection</enum>
 822                </property>
 823                <property name="selectionBehavior">
 824                 <enum>QAbstractItemView::SelectRows</enum>
 825                </property>
 826                <column>
 827                 <property name="text">
 828                  <string>Chans</string>
 829                 </property>
 830                 <property name="icon">
 831                  <iconset>
 832                   <selectedoff>:/newPrefix/images/can-icon-16px.png</selectedoff>
 833                  </iconset>
 834                 </property>
 835                </column>
 836               </widget>
 837              </item>
 838              <item>
 839               <widget class="QPushButton" name="pushButtonAddChan">
 840                <property name="maximumSize">
 841                 <size>
 842                  <width>200</width>
 843                  <height>16777215</height>
 844                 </size>
 845                </property>
 846                <property name="text">
 847                 <string>Add Chan</string>
 848                </property>
 849               </widget>
 850              </item>
 851             </layout>
 852            </item>
 853            <item>
 854             <layout class="QVBoxLayout" name="verticalLayout_8">
 855              <item>
 856               <layout class="QHBoxLayout" name="horizontalLayout_6">
 857                <item>
 858                 <widget class="QLineEdit" name="inboxSearchLineEditChans">
 859                  <property name="placeholderText">
 860                   <string>Search</string>
 861                  </property>
 862                 </widget>
 863                </item>
 864                <item>
 865                 <widget class="QComboBox" name="inboxSearchOptionChans">
 866                  <item>
 867                   <property name="text">
 868                    <string>All</string>
 869                   </property>
 870                  </item>
 871                  <item>
 872                   <property name="text">
 873                    <string>To</string>
 874                   </property>
 875                  </item>
 876                  <item>
 877                   <property name="text">
 878                    <string>From</string>
 879                   </property>
 880                  </item>
 881                  <item>
 882                   <property name="text">
 883                    <string>Subject</string>
 884                   </property>
 885                  </item>
 886                  <item>
 887                   <property name="text">
 888                    <string>Message</string>
 889                   </property>
 890                  </item>
 891                 </widget>
 892                </item>
 893               </layout>
 894              </item>
 895              <item>
 896               <widget class="QTableWidget" name="tableWidgetInboxChans">
 897                <property name="editTriggers">
 898                 <set>QAbstractItemView::NoEditTriggers</set>
 899                </property>
 900                <property name="alternatingRowColors">
 901                 <bool>true</bool>
 902                </property>
 903                <property name="selectionMode">
 904                 <enum>QAbstractItemView::ExtendedSelection</enum>
 905                </property>
 906                <property name="selectionBehavior">
 907                 <enum>QAbstractItemView::SelectRows</enum>
 908                </property>
 909                <property name="sortingEnabled">
 910                 <bool>true</bool>
 911                </property>
 912                <property name="wordWrap">
 913                 <bool>false</bool>
 914                </property>
 915                <attribute name="horizontalHeaderCascadingSectionResizes">
 916                 <bool>true</bool>
 917                </attribute>
 918                <attribute name="horizontalHeaderDefaultSectionSize">
 919                 <number>200</number>
 920                </attribute>
 921                <attribute name="horizontalHeaderHighlightSections">
 922                 <bool>false</bool>
 923                </attribute>
 924                <attribute name="horizontalHeaderMinimumSectionSize">
 925                 <number>27</number>
 926                </attribute>
 927                <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
 928                 <bool>false</bool>
 929                </attribute>
 930                <attribute name="horizontalHeaderStretchLastSection">
 931                 <bool>true</bool>
 932                </attribute>
 933                <attribute name="verticalHeaderVisible">
 934                 <bool>false</bool>
 935                </attribute>
 936                <attribute name="verticalHeaderDefaultSectionSize">
 937                 <number>26</number>
 938                </attribute>
 939                <column>
 940                 <property name="text">
 941                  <string>To</string>
 942                 </property>
 943                </column>
 944                <column>
 945                 <property name="text">
 946                  <string>From</string>
 947                 </property>
 948                </column>
 949                <column>
 950                 <property name="text">
 951                  <string>Subject</string>
 952                 </property>
 953                </column>
 954                <column>
 955                 <property name="text">
 956                  <string>Received</string>
 957                 </property>
 958                </column>
 959               </widget>
 960              </item>
 961              <item>
 962               <widget class="QTextEdit" name="textEditInboxMessageChans">
 963                <property name="baseSize">
 964                 <size>
 965                  <width>0</width>
 966                  <height>500</height>
 967                 </size>
 968                </property>
 969                <property name="readOnly">
 970                 <bool>true</bool>
 971                </property>
 972               </widget>
 973              </item>
 974             </layout>
 975            </item>
 976           </layout>
 977          </item>
 978         </layout>
 979        </widget>
 980        <widget class="QWidget" name="blackwhitelist">
 981         <attribute name="icon">
 982          <iconset resource="bitmessage_icons.qrc">
 983           <normaloff>:/newPrefix/images/blacklist.png</normaloff>:/newPrefix/images/blacklist.png</iconset>
 984         </attribute>
 985         <attribute name="title">
 986          <string>Blacklist</string>
 987         </attribute>
 988         <layout class="QGridLayout" name="gridLayout_6">
 989          <item row="0" column="0" colspan="2">
 990           <widget class="QRadioButton" name="radioButtonBlacklist">
 991            <property name="text">
 992             <string>Use a Blacklist (Allow all incoming messages except those on the Blacklist)</string>
 993            </property>
 994            <property name="checked">
 995             <bool>true</bool>
 996            </property>
 997           </widget>
 998          </item>
 999          <item row="1" column="0" colspan="2">
1000           <widget class="QRadioButton" name="radioButtonWhitelist">
1001            <property name="text">
1002             <string>Use a Whitelist (Block all incoming messages except those on the Whitelist)</string>
1003            </property>
1004           </widget>
1005          </item>
1006          <item row="2" column="0">
1007           <widget class="QPushButton" name="pushButtonAddBlacklist">
1008            <property name="text">
1009             <string>Add new entry</string>
1010            </property>
1011           </widget>
1012          </item>
1013          <item row="2" column="1">
1014           <spacer name="horizontalSpacer_8">
1015            <property name="orientation">
1016             <enum>Qt::Horizontal</enum>
1017            </property>
1018            <property name="sizeHint" stdset="0">
1019             <size>
1020              <width>689</width>
1021              <height>20</height>
1022             </size>
1023            </property>
1024           </spacer>
1025          </item>
1026          <item row="3" column="0" colspan="2">
1027           <widget class="QTableWidget" name="tableWidgetBlacklist">
1028            <property name="alternatingRowColors">
1029             <bool>true</bool>
1030            </property>
1031            <property name="selectionMode">
1032             <enum>QAbstractItemView::SingleSelection</enum>
1033            </property>
1034            <property name="selectionBehavior">
1035             <enum>QAbstractItemView::SelectRows</enum>
1036            </property>
1037            <property name="sortingEnabled">
1038             <bool>true</bool>
1039            </property>
1040            <attribute name="horizontalHeaderCascadingSectionResizes">
1041             <bool>true</bool>
1042            </attribute>
1043            <attribute name="horizontalHeaderDefaultSectionSize">
1044             <number>400</number>
1045            </attribute>
1046            <attribute name="horizontalHeaderHighlightSections">
1047             <bool>false</bool>
1048            </attribute>
1049            <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
1050             <bool>false</bool>
1051            </attribute>
1052            <attribute name="horizontalHeaderStretchLastSection">
1053             <bool>true</bool>
1054            </attribute>
1055            <attribute name="verticalHeaderVisible">
1056             <bool>false</bool>
1057            </attribute>
1058            <column>
1059             <property name="text">
1060              <string>Name or Label</string>
1061             </property>
1062            </column>
1063            <column>
1064             <property name="text">
1065              <string>Address</string>
1066             </property>
1067            </column>
1068           </widget>
1069          </item>
1070         </layout>
1071        </widget>
1072        <widget class="QWidget" name="networkstatus">
1073         <attribute name="icon">
1074          <iconset resource="bitmessage_icons.qrc">
1075           <normaloff>:/newPrefix/images/networkstatus.png</normaloff>:/newPrefix/images/networkstatus.png</iconset>
1076         </attribute>
1077         <attribute name="title">
1078          <string>Network Status</string>
1079         </attribute>
1080         <widget class="QPushButton" name="pushButtonStatusIcon">
1081          <property name="geometry">
1082           <rect>
1083            <x>680</x>
1084            <y>440</y>
1085            <width>21</width>
1086            <height>23</height>
1087           </rect>
1088          </property>
1089          <property name="text">
1090           <string/>
1091          </property>
1092          <property name="icon">
1093           <iconset resource="bitmessage_icons.qrc">
1094            <normaloff>:/newPrefix/images/redicon.png</normaloff>:/newPrefix/images/redicon.png</iconset>
1095          </property>
1096          <property name="flat">
1097           <bool>true</bool>
1098          </property>
1099         </widget>
1100         <widget class="QTableWidget" name="tableWidgetConnectionCount">
1101          <property name="geometry">
1102           <rect>
1103            <x>20</x>
1104            <y>70</y>
1105            <width>241</width>
1106            <height>241</height>
1107           </rect>
1108          </property>
1109          <property name="palette">
1110           <palette>
1111            <active>
1112             <colorrole role="Base">
1113              <brush brushstyle="SolidPattern">
1114               <color alpha="255">
1115                <red>212</red>
1116                <green>208</green>
1117                <blue>200</blue>
1118               </color>
1119              </brush>
1120             </colorrole>
1121            </active>
1122            <inactive>
1123             <colorrole role="Base">
1124              <brush brushstyle="SolidPattern">
1125               <color alpha="255">
1126                <red>212</red>
1127                <green>208</green>
1128                <blue>200</blue>
1129               </color>
1130              </brush>
1131             </colorrole>
1132            </inactive>
1133            <disabled>
1134             <colorrole role="Base">
1135              <brush brushstyle="SolidPattern">
1136               <color alpha="255">
1137                <red>212</red>
1138                <green>208</green>
1139                <blue>200</blue>
1140               </color>
1141              </brush>
1142             </colorrole>
1143            </disabled>
1144           </palette>
1145          </property>
1146          <property name="frameShape">
1147           <enum>QFrame::Box</enum>
1148          </property>
1149          <property name="frameShadow">
1150           <enum>QFrame::Plain</enum>
1151          </property>
1152          <property name="showDropIndicator" stdset="0">
1153           <bool>false</bool>
1154          </property>
1155          <property name="alternatingRowColors">
1156           <bool>true</bool>
1157          </property>
1158          <property name="selectionMode">
1159           <enum>QAbstractItemView::NoSelection</enum>
1160          </property>
1161          <attribute name="horizontalHeaderCascadingSectionResizes">
1162           <bool>true</bool>
1163          </attribute>
1164          <attribute name="horizontalHeaderHighlightSections">
1165           <bool>false</bool>
1166          </attribute>
1167          <attribute name="horizontalHeaderStretchLastSection">
1168           <bool>true</bool>
1169          </attribute>
1170          <attribute name="verticalHeaderVisible">
1171           <bool>false</bool>
1172          </attribute>
1173          <column>
1174           <property name="text">
1175            <string>Stream #</string>
1176           </property>
1177          </column>
1178          <column>
1179           <property name="text">
1180            <string>Connections</string>
1181           </property>
1182          </column>
1183         </widget>
1184         <widget class="QLabel" name="labelTotalConnections">
1185          <property name="geometry">
1186           <rect>
1187            <x>20</x>
1188            <y>30</y>
1189            <width>401</width>
1190            <height>16</height>
1191           </rect>
1192          </property>
1193          <property name="text">
1194           <string>Total connections:</string>
1195          </property>
1196         </widget>
1197         <widget class="QLabel" name="labelStartupTime">
1198          <property name="geometry">
1199           <rect>
1200            <x>320</x>
1201            <y>110</y>
1202            <width>331</width>
1203            <height>20</height>
1204           </rect>
1205          </property>
1206          <property name="text">
1207           <string>Since startup:</string>
1208          </property>
1209         </widget>
1210         <widget class="QLabel" name="labelMessageCount">
1211          <property name="geometry">
1212           <rect>
1213            <x>350</x>
1214            <y>130</y>
1215            <width>361</width>
1216            <height>16</height>
1217           </rect>
1218          </property>
1219          <property name="text">
1220           <string>Processed 0 person-to-person messages.</string>
1221          </property>
1222         </widget>
1223         <widget class="QLabel" name="labelPubkeyCount">
1224          <property name="geometry">
1225           <rect>
1226            <x>350</x>
1227            <y>170</y>
1228            <width>331</width>
1229            <height>16</height>
1230           </rect>
1231          </property>
1232          <property name="text">
1233           <string>Processed 0 public keys.</string>
1234          </property>
1235         </widget>
1236         <widget class="QLabel" name="labelBroadcastCount">
1237          <property name="geometry">
1238           <rect>
1239            <x>350</x>
1240            <y>150</y>
1241            <width>351</width>
1242            <height>16</height>
1243           </rect>
1244          </property>
1245          <property name="text">
1246           <string>Processed 0 broadcasts.</string>
1247          </property>
1248         </widget>
1249         <widget class="QLabel" name="labelLookupsPerSecond">
1250          <property name="geometry">
1251           <rect>
1252            <x>320</x>
1253            <y>250</y>
1254            <width>291</width>
1255            <height>16</height>
1256           </rect>
1257          </property>
1258          <property name="text">
1259           <string>Inventory lookups per second: 0</string>
1260          </property>
1261         </widget>
1262         <widget class="QLabel" name="labelBytesRecvCount">
1263          <property name="geometry">
1264           <rect>
1265            <x>350</x>
1266            <y>210</y>
1267            <width>251</width>
1268            <height>16</height>
1269           </rect>
1270          </property>
1271          <property name="text">
1272           <string>Down: 0 KB/s</string>
1273          </property>
1274         </widget>
1275         <widget class="QLabel" name="labelBytesSentCount">
1276          <property name="geometry">
1277           <rect>
1278            <x>350</x>
1279            <y>230</y>
1280            <width>251</width>
1281            <height>16</height>
1282           </rect>
1283          </property>
1284          <property name="text">
1285           <string>Up: 0 KB/s</string>
1286          </property>
1287         </widget>
1288        </widget>
1289       </widget>
1290      </item>
1291     </layout>
1292    </widget>
1293    <widget class="QMenuBar" name="menubar">
1294     <property name="geometry">
1295      <rect>
1296       <x>0</x>
1297       <y>0</y>
1298       <width>885</width>
1299       <height>27</height>
1300      </rect>
1301     </property>
1302     <widget class="QMenu" name="menuFile">
1303      <property name="title">
1304       <string>File</string>
1305      </property>
1306      <addaction name="actionManageKeys"/>
1307      <addaction name="actionDeleteAllTrashedMessages"/>
1308      <addaction name="actionRegenerateDeterministicAddresses"/>
1309      <addaction name="actionExit"/>
1310     </widget>
1311     <widget class="QMenu" name="menuSettings">
1312      <property name="title">
1313       <string>Settings</string>
1314      </property>
1315      <addaction name="actionSettings"/>
1316     </widget>
1317     <widget class="QMenu" name="menuHelp">
1318      <property name="title">
1319       <string>Help</string>
1320      </property>
1321      <addaction name="actionHelp"/>
1322      <addaction name="actionAbout"/>
1323     </widget>
1324     <addaction name="menuFile"/>
1325     <addaction name="menuSettings"/>
1326     <addaction name="menuHelp"/>
1327    </widget>
1328    <widget class="QStatusBar" name="statusbar">
1329     <property name="maximumSize">
1330      <size>
1331       <width>16777215</width>
1332       <height>22</height>
1333      </size>
1334     </property>
1335    </widget>
1336    <action name="actionImport_keys">
1337     <property name="text">
1338      <string>Import keys</string>
1339     </property>
1340    </action>
1341    <action name="actionManageKeys">
1342     <property name="checkable">
1343      <bool>false</bool>
1344     </property>
1345     <property name="enabled">
1346      <bool>true</bool>
1347     </property>
1348     <property name="icon">
1349      <iconset theme="dialog-password">
1350       <normaloff/>
1351      </iconset>
1352     </property>
1353     <property name="text">
1354      <string>Manage keys</string>
1355     </property>
1356    </action>
1357    <action name="actionExit">
1358     <property name="icon">
1359      <iconset theme="application-exit">
1360       <normaloff/>
1361      </iconset>
1362     </property>
1363     <property name="text">
1364      <string>Quit</string>
1365     </property>
1366     <property name="shortcut">
1367      <string>Ctrl+Q</string>
1368     </property>
1369    </action>
1370    <action name="actionHelp">
1371     <property name="icon">
1372      <iconset theme="help-contents">
1373       <normaloff/>
1374      </iconset>
1375     </property>
1376     <property name="text">
1377      <string>Help</string>
1378     </property>
1379     <property name="shortcut">
1380      <string>F1</string>
1381     </property>
1382    </action>
1383    <action name="actionAbout">
1384     <property name="icon">
1385      <iconset theme="help-about">
1386       <normaloff/>
1387      </iconset>
1388     </property>
1389     <property name="text">
1390      <string>About</string>
1391     </property>
1392    </action>
1393    <action name="actionSettings">
1394     <property name="icon">
1395      <iconset theme="document-properties">
1396       <normaloff/>
1397      </iconset>
1398     </property>
1399     <property name="text">
1400      <string>Settings</string>
1401     </property>
1402    </action>
1403    <action name="actionRegenerateDeterministicAddresses">
1404     <property name="icon">
1405      <iconset theme="view-refresh">
1406       <normaloff/>
1407      </iconset>
1408     </property>
1409     <property name="text">
1410      <string>Regenerate deterministic addresses</string>
1411     </property>
1412    </action>
1413    <action name="actionDeleteAllTrashedMessages">
1414     <property name="icon">
1415      <iconset theme="user-trash">
1416       <normaloff/>
1417      </iconset>
1418     </property>
1419     <property name="text">
1420      <string>Delete all trashed messages</string>
1421     </property>
1422    </action>
1423    <action name="actionJoinChan">
1424     <property name="icon">
1425      <iconset theme="contact-new">
1426       <normaloff/>
1427      </iconset>
1428     </property>
1429     <property name="text">
1430      <string>Join / Create chan</string>
1431     </property>
1432    </action>
1433   </widget>
1434   <tabstops>
1435    <tabstop>tableWidgetInbox</tabstop>
1436    <tabstop>textEditInboxMessage</tabstop>
1437    <tabstop>comboBoxSendFrom</tabstop>
1438    <tabstop>lineEditTo</tabstop>
1439    <tabstop>lineEditSubject</tabstop>
1440    <tabstop>textEditMessage</tabstop>
1441    <tabstop>pushButtonSend</tabstop>
1442    <tabstop>pushButtonAddSubscription</tabstop>
1443    <tabstop>radioButtonBlacklist</tabstop>
1444    <tabstop>radioButtonWhitelist</tabstop>
1445    <tabstop>pushButtonAddBlacklist</tabstop>
1446    <tabstop>tableWidgetBlacklist</tabstop>
1447    <tabstop>tableWidgetConnectionCount</tabstop>
1448    <tabstop>pushButtonStatusIcon</tabstop>
1449   </tabstops>
1450   <resources>
1451    <include location="bitmessage_icons.qrc"/>
1452   </resources>
1453   <connections/>
1454  </ui>