<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Squawk</class> <widget class="QMainWindow" name="Squawk"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>718</width> <height>720</height> </rect> </property> <property name="windowTitle"> <string>squawk</string> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonFollowStyle</enum> </property> <widget class="QWidget" name="centralWidget"> <layout class="QVBoxLayout" name="verticalLayout"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QSplitter" name="splitter"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="handleWidth"> <number>1</number> </property> <property name="childrenCollapsible"> <bool>false</bool> </property> <widget class="QWidget" name="widget" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>200</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>400</width> <height>16777215</height> </size> </property> <layout class="QGridLayout" name="gridLayout_2"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <property name="spacing"> <number>0</number> </property> <item row="2" column="1"> <widget class="QTreeView" name="roster"> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="editTriggers"> <set>QAbstractItemView::NoEditTriggers</set> </property> <property name="showDropIndicator" stdset="0"> <bool>false</bool> </property> <property name="uniformRowHeights"> <bool>true</bool> </property> <property name="animated"> <bool>true</bool> </property> <property name="allColumnsShowFocus"> <bool>true</bool> </property> <property name="headerHidden"> <bool>true</bool> </property> <property name="expandsOnDoubleClick"> <bool>false</bool> </property> <attribute name="headerVisible"> <bool>false</bool> </attribute> <attribute name="headerMinimumSectionSize"> <number>10</number> </attribute> <attribute name="headerStretchLastSection"> <bool>false</bool> </attribute> </widget> </item> <item row="1" column="1"> <widget class="QComboBox" name="comboBox"> <property name="minimumSize"> <size> <width>0</width> <height>30</height> </size> </property> <property name="editable"> <bool>false</bool> </property> <property name="currentText"> <string/> </property> <property name="currentIndex"> <number>-1</number> </property> <property name="frame"> <bool>true</bool> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="filler" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>2</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="font"> <font> <pointsize>26</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Please select a contact to start chatting</string> </property> <property name="textFormat"> <enum>Qt::PlainText</enum> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </widget> </item> </layout> </widget> <widget class="QMenuBar" name="menuBar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>718</width> <height>32</height> </rect> </property> <widget class="QMenu" name="menuSettings"> <property name="title"> <string>Settings</string> </property> <addaction name="actionAccounts"/> <addaction name="actionPreferences"/> </widget> <widget class="QMenu" name="menuFile"> <property name="title"> <string>Squawk</string> </property> <addaction name="actionAddContact"/> <addaction name="actionAddConference"/> <addaction name="actionQuit"/> </widget> <widget class="QMenu" name="menuHelp"> <property name="title"> <string>Help</string> </property> <addaction name="actionAboutSquawk"/> </widget> <addaction name="menuFile"/> <addaction name="menuSettings"/> <addaction name="menuHelp"/> </widget> <action name="actionAccounts"> <property name="icon"> <iconset theme="system-users" resource="../resources/resources.qrc"> <normaloff>:/images/fallback/dark/big/group.svg</normaloff>:/images/fallback/dark/big/group.svg</iconset> </property> <property name="text"> <string>Accounts</string> </property> </action> <action name="actionQuit"> <property name="icon"> <iconset theme="application-exit" resource="../resources/resources.qrc"> <normaloff>:/images/fallback/dark/big/edit-none.svg</normaloff>:/images/fallback/dark/big/edit-none.svg</iconset> </property> <property name="text"> <string>Quit</string> </property> </action> <action name="actionAddContact"> <property name="enabled"> <bool>false</bool> </property> <property name="icon"> <iconset theme="list-add-user" resource="../resources/resources.qrc"> <normaloff>:/images/fallback/dark/big/add.svg</normaloff>:/images/fallback/dark/big/add.svg</iconset> </property> <property name="text"> <string>Add contact</string> </property> </action> <action name="actionAddConference"> <property name="enabled"> <bool>false</bool> </property> <property name="icon"> <iconset theme="resource-group-new" resource="../resources/resources.qrc"> <normaloff>:/images/fallback/dark/big/group-new.svg</normaloff>:/images/fallback/dark/big/group-new.svg</iconset> </property> <property name="text"> <string>Add conference</string> </property> </action> <action name="actionPreferences"> <property name="icon"> <iconset theme="settings-configure"> <normaloff>.</normaloff>.</iconset> </property> <property name="text"> <string>Preferences</string> </property> </action> <action name="actionAboutSquawk"> <property name="text"> <string>About Squawk</string> </property> </action> </widget> <resources> <include location="../resources/resources.qrc"/> </resources> <connections/> </ui>