morpheusv2

A Matrix client written in Go-QT
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheusv2.git
Log | Files | Refs | README | LICENSE

chat.ui (34163B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <ui version="4.0">
      3  <class>ChatWidget</class>
      4  <widget class="QWidget" name="ChatWidget">
      5   <property name="windowModality">
      6    <enum>Qt::ApplicationModal</enum>
      7   </property>
      8   <property name="geometry">
      9    <rect>
     10     <x>0</x>
     11     <y>0</y>
     12     <width>950</width>
     13     <height>600</height>
     14    </rect>
     15   </property>
     16   <property name="sizePolicy">
     17    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
     18     <horstretch>0</horstretch>
     19     <verstretch>0</verstretch>
     20    </sizepolicy>
     21   </property>
     22   <property name="minimumSize">
     23    <size>
     24     <width>950</width>
     25     <height>600</height>
     26    </size>
     27   </property>
     28   <property name="windowTitle">
     29    <string>Morpheus</string>
     30   </property>
     31   <property name="windowIcon">
     32    <iconset resource="../../rcc.qrc">
     33     <normaloff>:/qml/resources/logos/MorpheusBig.png</normaloff>:/qml/resources/logos/MorpheusBig.png</iconset>
     34   </property>
     35   <property name="autoFillBackground">
     36    <bool>false</bool>
     37   </property>
     38   <property name="styleSheet">
     39    <string notr="true">background-color: rgb(244, 246, 250);</string>
     40   </property>
     41   <layout class="QGridLayout" name="gridLayout">
     42    <property name="leftMargin">
     43     <number>0</number>
     44    </property>
     45    <property name="topMargin">
     46     <number>0</number>
     47    </property>
     48    <property name="rightMargin">
     49     <number>0</number>
     50    </property>
     51    <property name="bottomMargin">
     52     <number>0</number>
     53    </property>
     54    <property name="spacing">
     55     <number>0</number>
     56    </property>
     57    <item row="0" column="0">
     58     <widget class="QWidget" name="sidebarWidget" native="true">
     59      <property name="sizePolicy">
     60       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
     61        <horstretch>0</horstretch>
     62        <verstretch>0</verstretch>
     63       </sizepolicy>
     64      </property>
     65      <property name="styleSheet">
     66       <string notr="true">background-color: rgb(91, 103, 125);
     67 /* rgb(70, 79, 96);*/</string>
     68      </property>
     69      <layout class="QGridLayout" name="gridLayout_6">
     70       <property name="leftMargin">
     71        <number>0</number>
     72       </property>
     73       <property name="topMargin">
     74        <number>0</number>
     75       </property>
     76       <property name="rightMargin">
     77        <number>0</number>
     78       </property>
     79       <property name="bottomMargin">
     80        <number>0</number>
     81       </property>
     82       <property name="spacing">
     83        <number>0</number>
     84       </property>
     85       <item row="0" column="0">
     86        <widget class="QWidget" name="userAvatarLayout" native="true">
     87         <property name="sizePolicy">
     88          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
     89           <horstretch>0</horstretch>
     90           <verstretch>0</verstretch>
     91          </sizepolicy>
     92         </property>
     93         <widget class="QLabel" name="UserAvatar">
     94          <property name="geometry">
     95           <rect>
     96            <x>7</x>
     97            <y>10</y>
     98            <width>61</width>
     99            <height>61</height>
    100           </rect>
    101          </property>
    102          <property name="mouseTracking">
    103           <bool>true</bool>
    104          </property>
    105          <property name="text">
    106           <string/>
    107          </property>
    108          <property name="scaledContents">
    109           <bool>true</bool>
    110          </property>
    111          <property name="alignment">
    112           <set>Qt::AlignCenter</set>
    113          </property>
    114         </widget>
    115        </widget>
    116       </item>
    117       <item row="1" column="0">
    118        <widget class="QWidget" name="buttonAreaLayout" native="true">
    119         <property name="sizePolicy">
    120          <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
    121           <horstretch>0</horstretch>
    122           <verstretch>0</verstretch>
    123          </sizepolicy>
    124         </property>
    125         <layout class="QVBoxLayout" name="verticalLayout_8">
    126          <property name="spacing">
    127           <number>0</number>
    128          </property>
    129          <property name="leftMargin">
    130           <number>0</number>
    131          </property>
    132          <property name="topMargin">
    133           <number>0</number>
    134          </property>
    135          <property name="rightMargin">
    136           <number>0</number>
    137          </property>
    138          <property name="bottomMargin">
    139           <number>0</number>
    140          </property>
    141          <item>
    142           <widget class="QWidget" name="buttonsExceptSettings" native="true">
    143            <property name="sizePolicy">
    144             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    145              <horstretch>0</horstretch>
    146              <verstretch>0</verstretch>
    147             </sizepolicy>
    148            </property>
    149            <layout class="QVBoxLayout" name="verticalLayout">
    150             <property name="spacing">
    151              <number>0</number>
    152             </property>
    153             <property name="leftMargin">
    154              <number>7</number>
    155             </property>
    156             <property name="topMargin">
    157              <number>45</number>
    158             </property>
    159             <property name="rightMargin">
    160              <number>9</number>
    161             </property>
    162             <item>
    163              <widget class="QWidget" name="to1ChatButtonLayout" native="true">
    164               <layout class="QHBoxLayout" name="horizontalLayout_3">
    165                <property name="spacing">
    166                 <number>0</number>
    167                </property>
    168                <property name="topMargin">
    169                 <number>0</number>
    170                </property>
    171                <property name="rightMargin">
    172                 <number>9</number>
    173                </property>
    174                <property name="bottomMargin">
    175                 <number>0</number>
    176                </property>
    177                <item>
    178                 <widget class="QPushButton" name="to1ChatButton">
    179                  <property name="sizePolicy">
    180                   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    181                    <horstretch>0</horstretch>
    182                    <verstretch>0</verstretch>
    183                   </sizepolicy>
    184                  </property>
    185                  <property name="minimumSize">
    186                   <size>
    187                    <width>0</width>
    188                    <height>0</height>
    189                   </size>
    190                  </property>
    191                  <property name="toolTip">
    192                   <string>New 1-1 Chat</string>
    193                  </property>
    194                  <property name="layoutDirection">
    195                   <enum>Qt::LeftToRight</enum>
    196                  </property>
    197                  <property name="styleSheet">
    198                   <string notr="true"/>
    199                  </property>
    200                  <property name="text">
    201                   <string/>
    202                  </property>
    203                  <property name="icon">
    204                   <iconset resource="../../rcc.qrc">
    205                    <normaloff>:/qml/icons/ic_person_white_48px.svg</normaloff>:/qml/icons/ic_person_white_48px.svg</iconset>
    206                  </property>
    207                  <property name="iconSize">
    208                   <size>
    209                    <width>25</width>
    210                    <height>25</height>
    211                   </size>
    212                  </property>
    213                  <property name="flat">
    214                   <bool>true</bool>
    215                  </property>
    216                 </widget>
    217                </item>
    218               </layout>
    219              </widget>
    220             </item>
    221             <item>
    222              <widget class="QWidget" name="newRoomButtonLayout" native="true">
    223               <layout class="QHBoxLayout" name="horizontalLayout_4">
    224                <property name="spacing">
    225                 <number>0</number>
    226                </property>
    227                <property name="leftMargin">
    228                 <number>9</number>
    229                </property>
    230                <property name="topMargin">
    231                 <number>0</number>
    232                </property>
    233                <property name="rightMargin">
    234                 <number>9</number>
    235                </property>
    236                <property name="bottomMargin">
    237                 <number>0</number>
    238                </property>
    239                <item>
    240                 <widget class="QPushButton" name="newRoomButton">
    241                  <property name="sizePolicy">
    242                   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    243                    <horstretch>0</horstretch>
    244                    <verstretch>0</verstretch>
    245                   </sizepolicy>
    246                  </property>
    247                  <property name="minimumSize">
    248                   <size>
    249                    <width>0</width>
    250                    <height>0</height>
    251                   </size>
    252                  </property>
    253                  <property name="toolTip">
    254                   <string>New Room</string>
    255                  </property>
    256                  <property name="layoutDirection">
    257                   <enum>Qt::LeftToRight</enum>
    258                  </property>
    259                  <property name="styleSheet">
    260                   <string notr="true"/>
    261                  </property>
    262                  <property name="text">
    263                   <string/>
    264                  </property>
    265                  <property name="icon">
    266                   <iconset resource="../../rcc.qrc">
    267                    <normaloff>:/qml/icons/ic_add_white_48px.svg</normaloff>:/qml/icons/ic_add_white_48px.svg</iconset>
    268                  </property>
    269                  <property name="iconSize">
    270                   <size>
    271                    <width>30</width>
    272                    <height>30</height>
    273                   </size>
    274                  </property>
    275                  <property name="flat">
    276                   <bool>true</bool>
    277                  </property>
    278                 </widget>
    279                </item>
    280               </layout>
    281              </widget>
    282             </item>
    283             <item>
    284              <widget class="QWidget" name="directoryButtonLayout" native="true">
    285               <layout class="QHBoxLayout" name="horizontalLayout_2">
    286                <property name="spacing">
    287                 <number>0</number>
    288                </property>
    289                <property name="leftMargin">
    290                 <number>9</number>
    291                </property>
    292                <property name="topMargin">
    293                 <number>0</number>
    294                </property>
    295                <property name="rightMargin">
    296                 <number>9</number>
    297                </property>
    298                <property name="bottomMargin">
    299                 <number>0</number>
    300                </property>
    301                <item>
    302                 <widget class="QPushButton" name="directoryButton">
    303                  <property name="sizePolicy">
    304                   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    305                    <horstretch>0</horstretch>
    306                    <verstretch>0</verstretch>
    307                   </sizepolicy>
    308                  </property>
    309                  <property name="minimumSize">
    310                   <size>
    311                    <width>0</width>
    312                    <height>0</height>
    313                   </size>
    314                  </property>
    315                  <property name="toolTip">
    316                   <string>Directory</string>
    317                  </property>
    318                  <property name="layoutDirection">
    319                   <enum>Qt::LeftToRight</enum>
    320                  </property>
    321                  <property name="styleSheet">
    322                   <string notr="true"/>
    323                  </property>
    324                  <property name="text">
    325                   <string/>
    326                  </property>
    327                  <property name="icon">
    328                   <iconset resource="../../rcc.qrc">
    329                    <normaloff>:/qml/icons/ic_menu_white_48px.svg</normaloff>:/qml/icons/ic_menu_white_48px.svg</iconset>
    330                  </property>
    331                  <property name="iconSize">
    332                   <size>
    333                    <width>25</width>
    334                    <height>25</height>
    335                   </size>
    336                  </property>
    337                  <property name="flat">
    338                   <bool>true</bool>
    339                  </property>
    340                 </widget>
    341                </item>
    342               </layout>
    343              </widget>
    344             </item>
    345             <item>
    346              <widget class="QWidget" name="settingsButtonLayout" native="true">
    347               <layout class="QHBoxLayout" name="horizontalLayout">
    348                <property name="spacing">
    349                 <number>0</number>
    350                </property>
    351                <property name="leftMargin">
    352                 <number>9</number>
    353                </property>
    354                <property name="topMargin">
    355                 <number>0</number>
    356                </property>
    357                <property name="rightMargin">
    358                 <number>9</number>
    359                </property>
    360                <property name="bottomMargin">
    361                 <number>0</number>
    362                </property>
    363                <item>
    364                 <widget class="QPushButton" name="settingsMenuButton">
    365                  <property name="sizePolicy">
    366                   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    367                    <horstretch>0</horstretch>
    368                    <verstretch>0</verstretch>
    369                   </sizepolicy>
    370                  </property>
    371                  <property name="minimumSize">
    372                   <size>
    373                    <width>0</width>
    374                    <height>0</height>
    375                   </size>
    376                  </property>
    377                  <property name="mouseTracking">
    378                   <bool>false</bool>
    379                  </property>
    380                  <property name="toolTip">
    381                   <string>Settings</string>
    382                  </property>
    383                  <property name="layoutDirection">
    384                   <enum>Qt::LeftToRight</enum>
    385                  </property>
    386                  <property name="styleSheet">
    387                   <string notr="true"/>
    388                  </property>
    389                  <property name="text">
    390                   <string/>
    391                  </property>
    392                  <property name="icon">
    393                   <iconset resource="../../rcc.qrc">
    394                    <normaloff>:/qml/icons/ic_settings_white_48px.svg</normaloff>:/qml/icons/ic_settings_white_48px.svg</iconset>
    395                  </property>
    396                  <property name="iconSize">
    397                   <size>
    398                    <width>25</width>
    399                    <height>25</height>
    400                   </size>
    401                  </property>
    402                  <property name="flat">
    403                   <bool>true</bool>
    404                  </property>
    405                 </widget>
    406                </item>
    407               </layout>
    408              </widget>
    409             </item>
    410             <item>
    411              <widget class="QWidget" name="LogoutButtonLayout" native="true">
    412               <layout class="QHBoxLayout" name="horizontalLayout_5">
    413                <property name="spacing">
    414                 <number>0</number>
    415                </property>
    416                <property name="topMargin">
    417                 <number>0</number>
    418                </property>
    419                <property name="rightMargin">
    420                 <number>9</number>
    421                </property>
    422                <property name="bottomMargin">
    423                 <number>0</number>
    424                </property>
    425                <item>
    426                 <widget class="QPushButton" name="LogoutButton">
    427                  <property name="sizePolicy">
    428                   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    429                    <horstretch>0</horstretch>
    430                    <verstretch>0</verstretch>
    431                   </sizepolicy>
    432                  </property>
    433                  <property name="minimumSize">
    434                   <size>
    435                    <width>0</width>
    436                    <height>0</height>
    437                   </size>
    438                  </property>
    439                  <property name="toolTip">
    440                   <string>Logout</string>
    441                  </property>
    442                  <property name="layoutDirection">
    443                   <enum>Qt::LeftToRight</enum>
    444                  </property>
    445                  <property name="styleSheet">
    446                   <string notr="true"/>
    447                  </property>
    448                  <property name="text">
    449                   <string/>
    450                  </property>
    451                  <property name="icon">
    452                   <iconset>
    453                    <normaloff>:/qml/icons/sign-out.svg</normaloff>:/qml/icons/sign-out.svg</iconset>
    454                  </property>
    455                  <property name="iconSize">
    456                   <size>
    457                    <width>25</width>
    458                    <height>25</height>
    459                   </size>
    460                  </property>
    461                  <property name="flat">
    462                   <bool>true</bool>
    463                  </property>
    464                 </widget>
    465                </item>
    466               </layout>
    467              </widget>
    468             </item>
    469            </layout>
    470            <zorder>settingsButtonLayout</zorder>
    471            <zorder>directoryButtonLayout</zorder>
    472            <zorder>to1ChatButtonLayout</zorder>
    473            <zorder>newRoomButtonLayout</zorder>
    474            <zorder>LogoutButtonLayout</zorder>
    475           </widget>
    476          </item>
    477         </layout>
    478        </widget>
    479       </item>
    480      </layout>
    481      <zorder>buttonAreaLayout</zorder>
    482      <zorder>userAvatarLayout</zorder>
    483     </widget>
    484    </item>
    485    <item row="0" column="1">
    486     <widget class="QWidget" name="RoomBarWidget" native="true">
    487      <property name="sizePolicy">
    488       <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
    489        <horstretch>0</horstretch>
    490        <verstretch>0</verstretch>
    491       </sizepolicy>
    492      </property>
    493      <layout class="QVBoxLayout" name="verticalLayout_6">
    494       <property name="spacing">
    495        <number>0</number>
    496       </property>
    497       <property name="leftMargin">
    498        <number>0</number>
    499       </property>
    500       <property name="topMargin">
    501        <number>0</number>
    502       </property>
    503       <property name="rightMargin">
    504        <number>0</number>
    505       </property>
    506       <property name="bottomMargin">
    507        <number>0</number>
    508       </property>
    509       <item>
    510        <widget class="QWidget" name="SearchWidget" native="true">
    511         <property name="sizePolicy">
    512          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    513           <horstretch>0</horstretch>
    514           <verstretch>0</verstretch>
    515          </sizepolicy>
    516         </property>
    517         <layout class="QGridLayout" name="gridLayout_2">
    518          <property name="leftMargin">
    519           <number>0</number>
    520          </property>
    521          <property name="topMargin">
    522           <number>9</number>
    523          </property>
    524          <property name="rightMargin">
    525           <number>0</number>
    526          </property>
    527          <property name="bottomMargin">
    528           <number>9</number>
    529          </property>
    530          <property name="spacing">
    531           <number>0</number>
    532          </property>
    533          <item row="0" column="0">
    534           <widget class="QLineEdit" name="SearchInput">
    535            <property name="sizePolicy">
    536             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    537              <horstretch>0</horstretch>
    538              <verstretch>0</verstretch>
    539             </sizepolicy>
    540            </property>
    541            <property name="minimumSize">
    542             <size>
    543              <width>271</width>
    544              <height>31</height>
    545             </size>
    546            </property>
    547            <property name="styleSheet">
    548             <string notr="true">background-color: rgb(235, 239, 245);
    549 border: 0;
    550 border-radius: 5px;</string>
    551            </property>
    552            <property name="text">
    553             <string/>
    554            </property>
    555            <property name="alignment">
    556             <set>Qt::AlignCenter</set>
    557            </property>
    558            <property name="placeholderText">
    559             <string>Search...</string>
    560            </property>
    561           </widget>
    562          </item>
    563         </layout>
    564        </widget>
    565       </item>
    566       <item>
    567        <widget class="QScrollArea" name="roomScroll">
    568         <property name="enabled">
    569          <bool>true</bool>
    570         </property>
    571         <property name="sizePolicy">
    572          <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
    573           <horstretch>0</horstretch>
    574           <verstretch>0</verstretch>
    575          </sizepolicy>
    576         </property>
    577         <property name="minimumSize">
    578          <size>
    579           <width>0</width>
    580           <height>0</height>
    581          </size>
    582         </property>
    583         <property name="styleSheet">
    584          <string notr="true">border:0;</string>
    585         </property>
    586         <property name="verticalScrollBarPolicy">
    587          <enum>Qt::ScrollBarAsNeeded</enum>
    588         </property>
    589         <property name="horizontalScrollBarPolicy">
    590          <enum>Qt::ScrollBarAlwaysOff</enum>
    591         </property>
    592         <property name="widgetResizable">
    593          <bool>true</bool>
    594         </property>
    595         <property name="alignment">
    596          <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
    597         </property>
    598         <widget class="QWidget" name="roomScrollAreaContent">
    599          <property name="geometry">
    600           <rect>
    601            <x>0</x>
    602            <y>0</y>
    603            <width>271</width>
    604            <height>551</height>
    605           </rect>
    606          </property>
    607          <property name="minimumSize">
    608           <size>
    609            <width>0</width>
    610            <height>0</height>
    611           </size>
    612          </property>
    613         </widget>
    614        </widget>
    615       </item>
    616      </layout>
    617     </widget>
    618    </item>
    619    <item row="0" column="2">
    620     <widget class="QWidget" name="RoomWidget" native="true">
    621      <property name="minimumSize">
    622       <size>
    623        <width>0</width>
    624        <height>0</height>
    625       </size>
    626      </property>
    627      <property name="styleSheet">
    628       <string notr="true">background-color: rgb(250, 250, 250);</string>
    629      </property>
    630      <layout class="QVBoxLayout" name="verticalLayout_9">
    631       <property name="spacing">
    632        <number>0</number>
    633       </property>
    634       <property name="leftMargin">
    635        <number>0</number>
    636       </property>
    637       <property name="topMargin">
    638        <number>0</number>
    639       </property>
    640       <property name="rightMargin">
    641        <number>0</number>
    642       </property>
    643       <property name="bottomMargin">
    644        <number>0</number>
    645       </property>
    646       <item>
    647        <widget class="QWidget" name="titleBar" native="true">
    648         <property name="sizePolicy">
    649          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
    650           <horstretch>0</horstretch>
    651           <verstretch>0</verstretch>
    652          </sizepolicy>
    653         </property>
    654         <property name="minimumSize">
    655          <size>
    656           <width>0</width>
    657           <height>0</height>
    658          </size>
    659         </property>
    660         <property name="styleSheet">
    661          <string notr="true">background-color:rgb(246, 246, 246);
    662 border-radius: 2px;</string>
    663         </property>
    664         <layout class="QGridLayout" name="gridLayout_7">
    665          <property name="leftMargin">
    666           <number>9</number>
    667          </property>
    668          <property name="topMargin">
    669           <number>9</number>
    670          </property>
    671          <property name="rightMargin">
    672           <number>9</number>
    673          </property>
    674          <property name="bottomMargin">
    675           <number>9</number>
    676          </property>
    677          <property name="horizontalSpacing">
    678           <number>6</number>
    679          </property>
    680          <item row="0" column="0">
    681           <widget class="QLabel" name="roomAvatar">
    682            <property name="sizePolicy">
    683             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    684              <horstretch>0</horstretch>
    685              <verstretch>0</verstretch>
    686             </sizepolicy>
    687            </property>
    688            <property name="minimumSize">
    689             <size>
    690              <width>0</width>
    691              <height>0</height>
    692             </size>
    693            </property>
    694            <property name="text">
    695             <string/>
    696            </property>
    697            <property name="scaledContents">
    698             <bool>true</bool>
    699            </property>
    700           </widget>
    701          </item>
    702          <item row="0" column="1">
    703           <layout class="QVBoxLayout" name="TitleLayout">
    704            <property name="sizeConstraint">
    705             <enum>QLayout::SetDefaultConstraint</enum>
    706            </property>
    707            <item>
    708             <widget class="QLabel" name="RoomTitle">
    709              <property name="sizePolicy">
    710               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
    711                <horstretch>0</horstretch>
    712                <verstretch>0</verstretch>
    713               </sizepolicy>
    714              </property>
    715              <property name="minimumSize">
    716               <size>
    717                <width>0</width>
    718                <height>0</height>
    719               </size>
    720              </property>
    721              <property name="font">
    722               <font>
    723                <family>Arial</family>
    724                <pointsize>25</pointsize>
    725                <underline>true</underline>
    726                <stylestrategy>PreferAntialias</stylestrategy>
    727               </font>
    728              </property>
    729              <property name="text">
    730               <string/>
    731              </property>
    732              <property name="wordWrap">
    733               <bool>true</bool>
    734              </property>
    735              <property name="openExternalLinks">
    736               <bool>false</bool>
    737              </property>
    738              <property name="textInteractionFlags">
    739               <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
    740              </property>
    741             </widget>
    742            </item>
    743            <item>
    744             <widget class="QLabel" name="Topic">
    745              <property name="sizePolicy">
    746               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
    747                <horstretch>0</horstretch>
    748                <verstretch>0</verstretch>
    749               </sizepolicy>
    750              </property>
    751              <property name="minimumSize">
    752               <size>
    753                <width>0</width>
    754                <height>0</height>
    755               </size>
    756              </property>
    757              <property name="font">
    758               <font>
    759                <family>Arial</family>
    760                <pointsize>9</pointsize>
    761                <stylestrategy>PreferAntialias</stylestrategy>
    762               </font>
    763              </property>
    764              <property name="text">
    765               <string/>
    766              </property>
    767              <property name="textFormat">
    768               <enum>Qt::AutoText</enum>
    769              </property>
    770              <property name="scaledContents">
    771               <bool>false</bool>
    772              </property>
    773              <property name="alignment">
    774               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
    775              </property>
    776              <property name="wordWrap">
    777               <bool>true</bool>
    778              </property>
    779              <property name="openExternalLinks">
    780               <bool>true</bool>
    781              </property>
    782              <property name="textInteractionFlags">
    783               <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
    784              </property>
    785             </widget>
    786            </item>
    787           </layout>
    788          </item>
    789          <item row="0" column="2">
    790           <widget class="QPushButton" name="callButton">
    791            <property name="sizePolicy">
    792             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    793              <horstretch>0</horstretch>
    794              <verstretch>0</verstretch>
    795             </sizepolicy>
    796            </property>
    797            <property name="minimumSize">
    798             <size>
    799              <width>0</width>
    800              <height>0</height>
    801             </size>
    802            </property>
    803            <property name="toolTip">
    804             <string>Start Voice Chat</string>
    805            </property>
    806            <property name="autoFillBackground">
    807             <bool>false</bool>
    808            </property>
    809            <property name="styleSheet">
    810             <string notr="true"/>
    811            </property>
    812            <property name="text">
    813             <string/>
    814            </property>
    815            <property name="icon">
    816             <iconset resource="../../rcc.qrc">
    817              <normaloff>:/qml/icons/ic_phone_black_48px.svg</normaloff>:/qml/icons/ic_phone_black_48px.svg</iconset>
    818            </property>
    819            <property name="iconSize">
    820             <size>
    821              <width>25</width>
    822              <height>25</height>
    823             </size>
    824            </property>
    825            <property name="flat">
    826             <bool>true</bool>
    827            </property>
    828           </widget>
    829          </item>
    830          <item row="0" column="3">
    831           <widget class="QPushButton" name="videoCallButton">
    832            <property name="sizePolicy">
    833             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    834              <horstretch>0</horstretch>
    835              <verstretch>0</verstretch>
    836             </sizepolicy>
    837            </property>
    838            <property name="minimumSize">
    839             <size>
    840              <width>0</width>
    841              <height>0</height>
    842             </size>
    843            </property>
    844            <property name="toolTip">
    845             <string>Start Video Chat</string>
    846            </property>
    847            <property name="styleSheet">
    848             <string notr="true">;</string>
    849            </property>
    850            <property name="text">
    851             <string/>
    852            </property>
    853            <property name="icon">
    854             <iconset resource="../../rcc.qrc">
    855              <normaloff>:/qml/icons/ic_video_call_black_48px.svg</normaloff>:/qml/icons/ic_video_call_black_48px.svg</iconset>
    856            </property>
    857            <property name="iconSize">
    858             <size>
    859              <width>25</width>
    860              <height>25</height>
    861             </size>
    862            </property>
    863            <property name="flat">
    864             <bool>true</bool>
    865            </property>
    866           </widget>
    867          </item>
    868         </layout>
    869        </widget>
    870       </item>
    871       <item>
    872        <layout class="QVBoxLayout" name="messageAreaLayout">
    873         <property name="spacing">
    874          <number>9</number>
    875         </property>
    876         <item>
    877          <widget class="QScrollArea" name="messageScroll">
    878           <property name="sizePolicy">
    879            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
    880             <horstretch>0</horstretch>
    881             <verstretch>0</verstretch>
    882            </sizepolicy>
    883           </property>
    884           <property name="minimumSize">
    885            <size>
    886             <width>0</width>
    887             <height>0</height>
    888            </size>
    889           </property>
    890           <property name="styleSheet">
    891            <string notr="true">border:0;</string>
    892           </property>
    893           <property name="horizontalScrollBarPolicy">
    894            <enum>Qt::ScrollBarAlwaysOff</enum>
    895           </property>
    896           <property name="widgetResizable">
    897            <bool>true</bool>
    898           </property>
    899           <property name="alignment">
    900            <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
    901           </property>
    902           <widget class="QWidget" name="messagesScrollAreaContent">
    903            <property name="geometry">
    904             <rect>
    905              <x>0</x>
    906              <y>0</y>
    907              <width>601</width>
    908              <height>469</height>
    909             </rect>
    910            </property>
    911            <property name="minimumSize">
    912             <size>
    913              <width>0</width>
    914              <height>0</height>
    915             </size>
    916            </property>
    917           </widget>
    918          </widget>
    919         </item>
    920         <item>
    921          <widget class="QWidget" name="messageInputWrapper" native="true">
    922           <property name="sizePolicy">
    923            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    924             <horstretch>0</horstretch>
    925             <verstretch>0</verstretch>
    926            </sizepolicy>
    927           </property>
    928           <property name="minimumSize">
    929            <size>
    930             <width>0</width>
    931             <height>0</height>
    932            </size>
    933           </property>
    934           <layout class="QGridLayout" name="gridLayout_3" rowstretch="0">
    935            <property name="leftMargin">
    936             <number>9</number>
    937            </property>
    938            <property name="topMargin">
    939             <number>9</number>
    940            </property>
    941            <property name="rightMargin">
    942             <number>9</number>
    943            </property>
    944            <property name="bottomMargin">
    945             <number>9</number>
    946            </property>
    947            <property name="spacing">
    948             <number>0</number>
    949            </property>
    950            <item row="0" column="0">
    951             <widget class="QLineEdit" name="MessageInput">
    952              <property name="sizePolicy">
    953               <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    954                <horstretch>0</horstretch>
    955                <verstretch>0</verstretch>
    956               </sizepolicy>
    957              </property>
    958              <property name="minimumSize">
    959               <size>
    960                <width>0</width>
    961                <height>0</height>
    962               </size>
    963              </property>
    964              <property name="styleSheet">
    965               <string notr="true">background-color: rgb(229, 229, 229);
    966 border: 0;
    967 border-radius: 5px;
    968 padding: 3px</string>
    969              </property>
    970              <property name="inputMask">
    971               <string/>
    972              </property>
    973              <property name="text">
    974               <string/>
    975              </property>
    976              <property name="maxLength">
    977               <number>999999999</number>
    978              </property>
    979              <property name="frame">
    980               <bool>true</bool>
    981              </property>
    982              <property name="readOnly">
    983               <bool>false</bool>
    984              </property>
    985              <property name="placeholderText">
    986               <string>Send a Message (unencrypted)...</string>
    987              </property>
    988              <property name="clearButtonEnabled">
    989               <bool>false</bool>
    990              </property>
    991             </widget>
    992            </item>
    993           </layout>
    994          </widget>
    995         </item>
    996        </layout>
    997       </item>
    998      </layout>
    999     </widget>
   1000    </item>
   1001   </layout>
   1002   <zorder>RoomBarWidget</zorder>
   1003   <zorder>sidebarWidget</zorder>
   1004   <zorder>RoomWidget</zorder>
   1005  </widget>
   1006  <resources>
   1007   <include location="../../rcc.qrc"/>
   1008  </resources>
   1009  <connections/>
   1010 </ui>