<?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>385</width> <height>508</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="QGridLayout" name="gridLayout"> <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 row="0" column="0"> <widget class="QComboBox" name="comboBox"> <property name="editable"> <bool>false</bool> </property> <property name="currentText"> <string/> </property> <property name="currentIndex"> <number>-1</number> </property> </widget> </item> <item row="1" column="0"> <widget class="QTreeView" name="roster"> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="uniformRowHeights"> <bool>true</bool> </property> <property name="expandsOnDoubleClick"> <bool>false</bool> </property> <attribute name="headerVisible"> <bool>false</bool> </attribute> </widget> </item> </layout> </widget> <widget class="QMenuBar" name="menuBar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>385</width> <height>27</height> </rect> </property> <widget class="QMenu" name="menuSettings"> <property name="title"> <string>Settings</string> </property> <addaction name="actionAccounts"/> </widget> <widget class="QMenu" name="menuFile"> <property name="title"> <string>Squawk</string> </property> <addaction name="actionAddContact"/> <addaction name="actionAddConference"/> <addaction name="actionQuit"/> </widget> <addaction name="menuFile"/> <addaction name="menuSettings"/> </widget> <action name="actionAccounts"> <property name="icon"> <iconset theme="system-users"> <normaloff>.</normaloff>.</iconset> </property> <property name="text"> <string>Accounts</string> </property> </action> <action name="actionQuit"> <property name="icon"> <iconset theme="application-exit"> <normaloff>.</normaloff>.</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"> <normaloff>.</normaloff>.</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"> <normaloff>.</normaloff>.</iconset> </property> <property name="text"> <string>Add conference</string> </property> </action> </widget> <resources/> <connections/> </ui>