<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>chat_session</class> <widget class="QWidget" name="chat_session"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>250</width> <height>36</height> </rect> </property> <property name="palette"> <palette> <active> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Highlight"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>102</green> <blue>204</blue> </color> </brush> </colorrole> <colorrole role="AlternateBase"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>240</red> <green>244</green> <blue>255</blue> </color> </brush> </colorrole> </active> <inactive> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Highlight"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>102</green> <blue>204</blue> </color> </brush> </colorrole> <colorrole role="AlternateBase"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>240</red> <green>244</green> <blue>255</blue> </color> </brush> </colorrole> </inactive> <disabled> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Highlight"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>218</red> <green>216</green> <blue>213</blue> </color> </brush> </colorrole> <colorrole role="AlternateBase"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>240</red> <green>244</green> <blue>255</blue> </color> </brush> </colorrole> </disabled> </palette> </property> <property name="windowTitle"> <string>Chat session</string> </property> <layout class="QHBoxLayout" name="widget_layout"> <property name="spacing"> <number>3</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QLabel" name="icon_label"> <property name="minimumSize"> <size> <width>36</width> <height>36</height> </size> </property> <property name="maximumSize"> <size> <width>36</width> <height>36</height> </size> </property> <property name="pixmap"> <pixmap>icons/default-avatar.png</pixmap> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <layout class="QVBoxLayout" name="name_info_layout"> <property name="spacing"> <number>0</number> </property> <property name="margin"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="name_layout"> <property name="spacing"> <number>0</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="ElidedLabel" name="name_label"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Display Name</string> </property> </widget> </item> <item> <widget class="QWidget" name="state_icons" native="true"> <property name="minimumSize"> <size> <width>0</width> <height>14</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>14</height> </size> </property> <layout class="QHBoxLayout" name="state_icons_layout"> <property name="spacing"> <number>0</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="ChatSessionIconLabel" name="composing_icon"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>icons/composing12.svg</pixmap> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="icon" stdset="0"> <iconset> <normaloff>icons/composing12.svg</normaloff>icons/composing12.svg</iconset> </property> <property name="selectedCompositionColor" stdset="0"> <color> <red>0</red> <green>255</green> <blue>0</blue> </color> </property> </widget> </item> <item> <widget class="ChatSessionIconLabel" name="hold_icon"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>icons/paused12.svg</pixmap> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="icon" stdset="0"> <iconset> <normaloff>icons/paused12.svg</normaloff>icons/paused12.svg</iconset> </property> <property name="selectedCompositionColor" stdset="0"> <color alpha="90"> <red>138</red> <green>192</green> <blue>255</blue> </color> </property> </widget> </item> </layout> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="info_layout"> <property name="spacing"> <number>0</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="ElidedLabel" name="info_label"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Info</string> </property> </widget> </item> <item> <widget class="QWidget" name="stream_icons" native="true"> <property name="minimumSize"> <size> <width>0</width> <height>14</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>14</height> </size> </property> <layout class="QHBoxLayout" name="stream_icons_layout"> <property name="spacing"> <number>0</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="ChatSessionIconLabel" name="screen_sharing_icon"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>icons/screen12.svg</pixmap> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="icon" stdset="0"> <iconset> <normaloff>icons/screen12.svg</normaloff>icons/screen12.svg</iconset> </property> <property name="selectedCompositionColor" stdset="0"> <color alpha="90"> <red>0</red> <green>0</green> <blue>0</blue> </color> </property> </widget> </item> <item> <widget class="ChatSessionIconLabel" name="video_icon"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>icons/camera12.svg</pixmap> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="icon" stdset="0"> <iconset> <normaloff>icons/camera12.svg</normaloff>icons/camera12.svg</iconset> </property> <property name="selectedCompositionColor" stdset="0"> <color alpha="90"> <red>0</red> <green>0</green> <blue>0</blue> </color> </property> </widget> </item> <item> <widget class="ChatSessionIconLabel" name="audio_icon"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>icons/speaker12.svg</pixmap> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="icon" stdset="0"> <iconset> <normaloff>icons/speaker12.svg</normaloff>icons/speaker12.svg</iconset> </property> <property name="selectedCompositionColor" stdset="0"> <color alpha="90"> <red>0</red> <green>0</green> <blue>0</blue> </color> </property> </widget> </item> <item> <widget class="ChatSessionIconLabel" name="chat_icon"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>icons/chat12.svg</pixmap> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="icon" stdset="0"> <iconset> <normaloff>icons/chat12.svg</normaloff>icons/chat12.svg</iconset> </property> <property name="selectedCompositionColor" stdset="0"> <color alpha="90"> <red>0</red> <green>0</green> <blue>0</blue> </color> </property> </widget> </item> </layout> </widget> </item> </layout> </item> </layout> </item> <item> <widget class="ContactState" name="state_label"> <property name="minimumSize"> <size> <width>14</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>14</width> <height>16777215</height> </size> </property> <property name="text"> <string/> </property> <property name="state" stdset="0"> <string notr="true">unknown</string> </property> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>ElidedLabel</class> <extends>QLabel</extends> <header>blink.widgets.labels</header> </customwidget> <customwidget> <class>ContactState</class> <extends>QLabel</extends> <header>blink.widgets.labels</header> </customwidget> <customwidget> <class>ChatSessionIconLabel</class> <extends>QLabel</extends> <header>blink.sessions</header> </customwidget> </customwidgets> <resources/> <connections/> </ui>