<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>main_window</class> <widget class="QMainWindow" name="main_window"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>285</width> <height>550</height> </rect> </property> <property name="minimumSize"> <size> <width>285</width> <height>550</height> </size> </property> <property name="windowTitle"> <string>Blink</string> </property> <property name="windowIcon"> <iconset> <normaloff>icons/blink48.png</normaloff>icons/blink48.png</iconset> </property> <widget class="QWidget" name="centralwidget"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <layout class="QVBoxLayout" name="window_layout"> <property name="spacing"> <number>2</number> </property> <property name="leftMargin"> <number>1</number> </property> <property name="topMargin"> <number>1</number> </property> <property name="rightMargin"> <number>1</number> </property> <property name="bottomMargin"> <number>1</number> </property> <item> <widget class="AccountSelector" name="identity"> <property name="font"> <font> <pointsize>9</pointsize> </font> </property> <property name="toolTip"> <string>Select the SIP account used for outbound calls</string> </property> <property name="maxVisibleItems"> <number>20</number> </property> <property name="sizeAdjustPolicy"> <enum>QComboBox::AdjustToContents</enum> </property> <property name="iconSize"> <size> <width>14</width> <height>14</height> </size> </property> <property name="frame"> <bool>false</bool> </property> </widget> </item> <item> <widget class="SearchBox" name="search_box"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>29</height> </size> </property> <property name="inactiveText" stdset="0"> <string>Search Contacts or Enter Address</string> </property> </widget> </item> <item> <widget class="QWidget" name="identity_widget" native="true"> <layout class="QGridLayout" name="identity_layout"> <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="horizontalSpacing"> <number>2</number> </property> <property name="verticalSpacing"> <number>0</number> </property> <item row="1" column="1"> <widget class="LineEdit" name="activity_note"> <property name="maximumSize"> <size> <width>16777215</width> <height>18</height> </size> </property> <property name="palette"> <palette> <active> <colorrole role="Button"> <brush brushstyle="SolidPattern"> <color alpha="0"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> <colorrole role="Text"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>70</red> <green>70</green> <blue>70</blue> </color> </brush> </colorrole> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="0"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="0"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> </active> <inactive> <colorrole role="Button"> <brush brushstyle="SolidPattern"> <color alpha="0"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> <colorrole role="Text"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>70</red> <green>70</green> <blue>70</blue> </color> </brush> </colorrole> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="0"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="0"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> </inactive> <disabled> <colorrole role="Button"> <brush brushstyle="SolidPattern"> <color alpha="0"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> <colorrole role="Text"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>166</red> <green>165</green> <blue>165</blue> </color> </brush> </colorrole> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="0"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="0"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> </disabled> </palette> </property> <property name="styleSheet"> <string>QLineEdit { background-color: transparent; } </string> </property> <property name="frame"> <bool>false</bool> </property> <property name="inactiveText" stdset="0"> <string>Add an activity note here</string> </property> <property name="widgetSpacing" stdset="0"> <number>0</number> </property> </widget> </item> <item row="0" column="1"> <widget class="LineEdit" name="display_name"> <property name="maximumSize"> <size> <width>16777215</width> <height>18</height> </size> </property> <property name="toolTip"> <string>Click to change your display name</string> </property> <property name="styleSheet"> <string>QLineEdit { background-color: transparent; } </string> </property> <property name="frame"> <bool>false</bool> </property> <property name="inactiveText" stdset="0"> <string>Type your name here</string> </property> <property name="widgetSpacing" stdset="0"> <number>0</number> </property> </widget> </item> <item row="0" column="0" rowspan="2"> <widget class="AccountState" name="account_state"> <property name="icon"> <iconset> <normaloff>icons/default-avatar.png</normaloff>icons/default-avatar.png</iconset> </property> <property name="iconSize"> <size> <width>32</width> <height>32</height> </size> </property> <property name="popupMode"> <enum>QToolButton::MenuButtonPopup</enum> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="SwitchViewButton" name="switch_view_button"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>20</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>20</height> </size> </property> <property name="focusPolicy"> <enum>Qt::TabFocus</enum> </property> <property name="text"> <string>Switch to Calls</string> </property> <property name="iconSize"> <size> <width>12</width> <height>12</height> </size> </property> </widget> </item> <item> <widget class="QStackedWidget" name="main_view"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="contacts_panel"> <layout class="QVBoxLayout" name="contacts_layout"> <property name="spacing"> <number>0</number> </property> <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="QStackedWidget" name="contacts_view"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="contact_list_panel"> <layout class="QVBoxLayout" name="contact_list_layout"> <property name="spacing"> <number>0</number> </property> <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="ContactListView" name="contact_list"> <property name="mouseTracking"> <bool>true</bool> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="dragEnabled"> <bool>true</bool> </property> <property name="dragDropMode"> <enum>QAbstractItemView::DragDrop</enum> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::ExtendedSelection</enum> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="search_panel"> <layout class="QVBoxLayout" name="search_layout"> <property name="spacing"> <number>2</number> </property> <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> <layout class="QHBoxLayout" name="search_topbox_layout"> <property name="spacing"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <spacer name="search_topbox_spacer_1"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <layout class="QVBoxLayout" name="search_topbuttons_layout"> <property name="spacing"> <number>1</number> </property> <property name="topMargin"> <number>3</number> </property> <property name="bottomMargin"> <number>3</number> </property> <item> <widget class="QPushButton" name="back_to_contacts_button"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>20</height> </size> </property> <property name="focusPolicy"> <enum>Qt::TabFocus</enum> </property> <property name="text"> <string>Back to contacts</string> </property> </widget> </item> <item> <widget class="QPushButton" name="add_search_contact_button"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>20</height> </size> </property> <property name="focusPolicy"> <enum>Qt::TabFocus</enum> </property> <property name="text"> <string>Add contact</string> </property> </widget> </item> </layout> </item> <item> <spacer name="search_topbox_spacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <widget class="QStackedWidget" name="search_view"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="search_list_panel"> <layout class="QVBoxLayout" name="search_list_layout"> <property name="spacing"> <number>0</number> </property> <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="ContactSearchListView" name="search_list"> <property name="mouseTracking"> <bool>true</bool> </property> <property name="dragEnabled"> <bool>true</bool> </property> <property name="dragDropMode"> <enum>QAbstractItemView::DragDrop</enum> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::ExtendedSelection</enum> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="not_found_panel"> <layout class="QVBoxLayout" name="not_found_layout"> <property name="spacing"> <number>0</number> </property> <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="QLabel" name="not_found_label"> <property name="text"> <string>No matching contacts found. Press Return to start a call to the typed address, or use the buttons below.</string> </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> </item> <item> <widget class="QLabel" name="active_sessions_label"> <property name="font"> <font> <family>Sans Serif</family> </font> </property> <property name="styleSheet"> <string>background-color: #a0003a; border-style: outset; border-width: 1px; border-radius: 3px; border-color: #800040; color: white; margin-left: 1px; margin-right: 1px; padding: 2px;</string> </property> <property name="text"> <string>There are active calls</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="contact_buttonbox_layout"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>5</number> </property> <property name="topMargin"> <number>1</number> </property> <property name="rightMargin"> <number>5</number> </property> <property name="bottomMargin"> <number>3</number> </property> <item> <widget class="QToolButton" name="add_contact_button"> <property name="minimumSize"> <size> <width>29</width> <height>24</height> </size> </property> <property name="maximumSize"> <size> <width>29</width> <height>24</height> </size> </property> <property name="toolTip"> <string>Add a new contact</string> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>icons/plus18.svg</normaloff>icons/plus18.svg</iconset> </property> <property name="iconSize"> <size> <width>18</width> <height>18</height> </size> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="button_box_spacer_1"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout" name="dial_buttons_layout"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QToolButton" name="audio_call_button"> <property name="minimumSize"> <size> <width>29</width> <height>24</height> </size> </property> <property name="maximumSize"> <size> <width>29</width> <height>24</height> </size> </property> <property name="toolTip"> <string>Make an audio call</string> </property> <property name="icon"> <iconset> <normaloff>icons/handset.svg</normaloff>icons/handset.svg</iconset> </property> <property name="iconSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <widget class="ToolButton" name="video_call_button"> <property name="minimumSize"> <size> <width>29</width> <height>24</height> </size> </property> <property name="maximumSize"> <size> <width>29</width> <height>24</height> </size> </property> <property name="toolTip"> <string>Make a video call</string> </property> <property name="icon"> <iconset> <normaloff>icons/camera.svg</normaloff>icons/camera.svg</iconset> </property> <property name="iconSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <widget class="ToolButton" name="chat_session_button"> <property name="minimumSize"> <size> <width>29</width> <height>24</height> </size> </property> <property name="maximumSize"> <size> <width>29</width> <height>24</height> </size> </property> <property name="toolTip"> <string>Start a chat session</string> </property> <property name="icon"> <iconset> <normaloff>icons/chat.svg</normaloff>icons/chat.svg</iconset> </property> <property name="iconSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <widget class="ToolButton" name="screen_sharing_button"> <property name="minimumSize"> <size> <width>29</width> <height>24</height> </size> </property> <property name="maximumSize"> <size> <width>29</width> <height>24</height> </size> </property> <property name="toolTip"> <string>Start screen sharing</string> </property> <property name="icon"> <iconset> <normaloff>icons/screen.svg</normaloff>icons/screen.svg</iconset> </property> <property name="iconSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="popupMode"> <enum>QToolButton::InstantPopup</enum> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <spacer name="button_box_spacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QToolButton" name="silent_button"> <property name="minimumSize"> <size> <width>29</width> <height>24</height> </size> </property> <property name="maximumSize"> <size> <width>29</width> <height>24</height> </size> </property> <property name="toolTip"> <string>Disable ringtones (silent mode)</string> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>icons/bell-on.svg</normaloff> <normalon>icons/bell-off.svg</normalon>icons/bell-on.svg</iconset> </property> <property name="iconSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="checkable"> <bool>true</bool> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> </layout> </item> </layout> </widget> <widget class="QWidget" name="sessions_panel"> <layout class="QVBoxLayout" name="sessions_layout"> <property name="spacing"> <number>0</number> </property> <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="AudioSessionListView" name="session_list"> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="dragEnabled"> <bool>true</bool> </property> <property name="dragDropMode"> <enum>QAbstractItemView::DragDrop</enum> </property> <property name="verticalScrollMode"> <enum>QAbstractItemView::ScrollPerPixel</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="session_buttons_layout"> <property name="spacing"> <number>5</number> </property> <property name="leftMargin"> <number>5</number> </property> <property name="topMargin"> <number>1</number> </property> <property name="rightMargin"> <number>5</number> </property> <property name="bottomMargin"> <number>3</number> </property> <item> <widget class="QToolButton" name="hangup_all_button"> <property name="minimumSize"> <size> <width>85</width> <height>24</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>24</height> </size> </property> <property name="focusPolicy"> <enum>Qt::TabFocus</enum> </property> <property name="text"> <string>Hangup all</string> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <widget class="ConferenceButton" name="conference_button"> <property name="minimumSize"> <size> <width>85</width> <height>24</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>24</height> </size> </property> <property name="focusPolicy"> <enum>Qt::TabFocus</enum> </property> <property name="text"> <string>Conference</string> </property> <property name="checkable"> <bool>true</bool> </property> <property name="popupMode"> <enum>QToolButton::InstantPopup</enum> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextOnly</enum> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="session_buttons_spacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QToolButton" name="mute_button"> <property name="minimumSize"> <size> <width>29</width> <height>24</height> </size> </property> <property name="maximumSize"> <size> <width>29</width> <height>24</height> </size> </property> <property name="toolTip"> <string>Mute microphone</string> </property> <property name="icon"> <iconset> <normaloff>icons/mic-on.svg</normaloff> <normalon>icons/mic-off.svg</normalon>icons/mic-on.svg</iconset> </property> <property name="checkable"> <bool>true</bool> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> </item> </layout> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>285</width> <height>29</height> </rect> </property> <widget class="QMenu" name="blink_menu"> <property name="title"> <string>&Blink</string> </property> <widget class="QMenu" name="accounts_menu"> <property name="title"> <string>&Accounts</string> </property> <property name="icon"> <iconset> <normaloff>icons/default-avatar.png</normaloff>icons/default-avatar.png</iconset> </property> <addaction name="add_account_action"/> <addaction name="manage_accounts_action"/> <addaction name="separator"/> </widget> <widget class="QMenu" name="quick_settings_menu"> <property name="title"> <string>Quick &settings</string> </property> <property name="icon"> <iconset> <normaloff>icons/quick-settings.png</normaloff>icons/quick-settings.png</iconset> </property> <addaction name="auto_accept_chat_action"/> <addaction name="answering_machine_action"/> <addaction name="received_messages_sound_action"/> </widget> <addaction name="about_action"/> <addaction name="check_for_updates_action"/> <addaction name="separator"/> <addaction name="preferences_action"/> <addaction name="quick_settings_menu"/> <addaction name="accounts_menu"/> <addaction name="separator"/> <addaction name="help_action"/> <addaction name="release_notes_action"/> <addaction name="separator"/> <addaction name="quit_action"/> </widget> <widget class="QMenu" name="tools_menu"> <property name="title"> <string>&Tools</string> </property> <addaction name="sip_server_settings_action"/> <addaction name="history_on_server_action"/> <addaction name="search_for_people_action"/> <addaction name="separator"/> <addaction name="google_contacts_action"/> </widget> <widget class="QMenu" name="call_menu"> <property name="title"> <string>&Call</string> </property> <widget class="QMenu" name="voicemail_menu"> <property name="title"> <string>&Voicemail</string> </property> </widget> <widget class="QMenu" name="history_menu"> <property name="title"> <string>&History</string> </property> <property name="icon"> <iconset> <normaloff>icons/clock.svg</normaloff>icons/clock.svg</iconset> </property> </widget> <widget class="QMenu" name="output_device_menu"> <property name="title"> <string>&Output device</string> </property> <property name="icon"> <iconset> <normaloff>icons/speaker.svg</normaloff>icons/speaker.svg</iconset> </property> </widget> <widget class="QMenu" name="input_device_menu"> <property name="title"> <string>&Input device</string> </property> <property name="icon"> <iconset> <normaloff>icons/microphone.svg</normaloff>icons/microphone.svg</iconset> </property> </widget> <widget class="QMenu" name="alert_device_menu"> <property name="title"> <string>&Alert device</string> </property> <property name="icon"> <iconset> <normaloff>icons/bell.svg</normaloff>icons/bell.svg</iconset> </property> </widget> <widget class="QMenu" name="video_camera_menu"> <property name="title"> <string>Video &Camera</string> </property> <property name="icon"> <iconset> <normaloff>icons/camera.svg</normaloff>icons/camera.svg</iconset> </property> </widget> <addaction name="redial_action"/> <addaction name="join_conference_action"/> <addaction name="voicemail_menu"/> <addaction name="history_menu"/> <addaction name="separator"/> <addaction name="input_device_menu"/> <addaction name="output_device_menu"/> <addaction name="alert_device_menu"/> <addaction name="video_camera_menu"/> <addaction name="separator"/> <addaction name="mute_action"/> <addaction name="silent_action"/> </widget> <widget class="QMenu" name="window_menu"> <property name="title"> <string>&Window</string> </property> <addaction name="chat_window_action"/> <addaction name="transfers_window_action"/> <addaction name="logs_window_action"/> <addaction name="received_files_window_action"/> <addaction name="screenshots_window_action"/> </widget> <addaction name="blink_menu"/> <addaction name="call_menu"/> <addaction name="tools_menu"/> <addaction name="window_menu"/> </widget> <action name="quit_action"> <property name="icon"> <iconset> <normaloff>icons/application-exit.png</normaloff>icons/application-exit.png</iconset> </property> <property name="text"> <string>&Quit</string> </property> <property name="shortcut"> <string>Ctrl+Q</string> </property> <property name="shortcutContext"> <enum>Qt::ApplicationShortcut</enum> </property> <property name="menuRole"> <enum>QAction::QuitRole</enum> </property> </action> <action name="about_action"> <property name="icon"> <iconset> <normaloff>icons/blink48.png</normaloff>icons/blink48.png</iconset> </property> <property name="text"> <string>About &Blink</string> </property> <property name="menuRole"> <enum>QAction::AboutRole</enum> </property> </action> <action name="preferences_action"> <property name="icon"> <iconset> <normaloff>icons/configure.png</normaloff>icons/configure.png</iconset> </property> <property name="text"> <string>&Preferences</string> </property> <property name="shortcut"> <string>Ctrl+P</string> </property> <property name="shortcutContext"> <enum>Qt::ApplicationShortcut</enum> </property> <property name="menuRole"> <enum>QAction::PreferencesRole</enum> </property> </action> <action name="check_for_updates_action"> <property name="text"> <string>Check for &updates...</string> </property> </action> <action name="logs_window_action"> <property name="text"> <string>&Logs</string> </property> <property name="shortcut"> <string>Ctrl+L</string> </property> <property name="shortcutContext"> <enum>Qt::ApplicationShortcut</enum> </property> </action> <action name="transfers_window_action"> <property name="text"> <string>File &Transfers</string> </property> <property name="shortcut"> <string>Ctrl+T</string> </property> <property name="shortcutContext"> <enum>Qt::ApplicationShortcut</enum> </property> </action> <action name="answering_machine_action"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Enable &answering machine</string> </property> <property name="visible"> <bool>false</bool> </property> </action> <action name="sip_server_settings_action"> <property name="text"> <string>&Settings on SIP server</string> </property> </action> <action name="redial_action"> <property name="icon"> <iconset> <normaloff>icons/retry.svg</normaloff>icons/retry.svg</iconset> </property> <property name="text"> <string>&Redial</string> </property> <property name="shortcut"> <string>Ctrl+R</string> </property> <property name="shortcutContext"> <enum>Qt::ApplicationShortcut</enum> </property> </action> <action name="mute_action"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>&Mute</string> </property> <property name="shortcut"> <string>Ctrl+M</string> </property> <property name="shortcutContext"> <enum>Qt::ApplicationShortcut</enum> </property> </action> <action name="silent_action"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>&Silence alerts</string> </property> <property name="shortcut"> <string>Ctrl+S</string> </property> <property name="shortcutContext"> <enum>Qt::ApplicationShortcut</enum> </property> </action> <action name="search_for_people_action"> <property name="text"> <string>Search for &people</string> </property> </action> <action name="auto_accept_chat_action"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Auto-accept &chat from my contacts</string> </property> </action> <action name="add_account_action"> <property name="text"> <string>&Add account...</string> </property> </action> <action name="help_action"> <property name="text"> <string>Blink &Help</string> </property> <property name="shortcut"> <string>F1</string> </property> <property name="shortcutContext"> <enum>Qt::ApplicationShortcut</enum> </property> </action> <action name="release_notes_action"> <property name="text"> <string>&Release notes</string> </property> </action> <action name="manage_accounts_action"> <property name="text"> <string>&Manage accounts</string> </property> </action> <action name="google_contacts_action"> <property name="text"> <string>Enable &Google Contacts...</string> </property> </action> <action name="history_on_server_action"> <property name="text"> <string>Call &history on server</string> </property> </action> <action name="join_conference_action"> <property name="text"> <string>&Join Conference...</string> </property> <property name="shortcut"> <string>Ctrl+J</string> </property> <property name="shortcutContext"> <enum>Qt::ApplicationShortcut</enum> </property> </action> <action name="chat_window_action"> <property name="text"> <string>&Chat</string> </property> <property name="shortcut"> <string>Ctrl+G</string> </property> <property name="shortcutContext"> <enum>Qt::ApplicationShortcut</enum> </property> </action> <action name="received_messages_sound_action"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Play a sound for &received messages</string> </property> </action> <action name="received_files_window_action"> <property name="text"> <string>Received &Files</string> </property> <property name="shortcut"> <string>Ctrl+D</string> </property> <property name="shortcutContext"> <enum>Qt::ApplicationShortcut</enum> </property> </action> <action name="screenshots_window_action"> <property name="text"> <string>&Screenshots</string> </property> <property name="shortcut"> <string>Ctrl+E</string> </property> <property name="shortcutContext"> <enum>Qt::ApplicationShortcut</enum> </property> </action> </widget> <customwidgets> <customwidget> <class>ToolButton</class> <extends>QToolButton</extends> <header>blink.widgets.buttons</header> </customwidget> <customwidget> <class>LineEdit</class> <extends>QLineEdit</extends> <header>blink.widgets.lineedit</header> </customwidget> <customwidget> <class>SearchBox</class> <extends>QLineEdit</extends> <header>blink.widgets.lineedit</header> </customwidget> <customwidget> <class>ContactListView</class> <extends>QListView</extends> <header>blink.contacts</header> </customwidget> <customwidget> <class>ContactSearchListView</class> <extends>QListView</extends> <header>blink.contacts</header> </customwidget> <customwidget> <class>AccountSelector</class> <extends>QComboBox</extends> <header>blink.accounts</header> </customwidget> <customwidget> <class>SwitchViewButton</class> <extends>QPushButton</extends> <header>blink.widgets.buttons</header> </customwidget> <customwidget> <class>ConferenceButton</class> <extends>QToolButton</extends> <header>blink.widgets.buttons</header> </customwidget> <customwidget> <class>AccountState</class> <extends>QToolButton</extends> <header>blink.widgets.buttons</header> </customwidget> <customwidget> <class>AudioSessionListView</class> <extends>QListView</extends> <header>blink.sessions</header> </customwidget> </customwidgets> <tabstops> <tabstop>search_box</tabstop> <tabstop>search_list</tabstop> <tabstop>add_search_contact_button</tabstop> <tabstop>back_to_contacts_button</tabstop> <tabstop>contact_list</tabstop> <tabstop>account_state</tabstop> <tabstop>display_name</tabstop> <tabstop>activity_note</tabstop> <tabstop>identity</tabstop> <tabstop>switch_view_button</tabstop> <tabstop>add_contact_button</tabstop> <tabstop>audio_call_button</tabstop> <tabstop>chat_session_button</tabstop> <tabstop>screen_sharing_button</tabstop> <tabstop>silent_button</tabstop> <tabstop>session_list</tabstop> <tabstop>hangup_all_button</tabstop> <tabstop>conference_button</tabstop> <tabstop>mute_button</tabstop> </tabstops> <resources/> <connections/> </ui>