Commit 12f84faf authored by Adrian Georgescu's avatar Adrian Georgescu

Updated tooltips

parent b33ad570
...@@ -48,6 +48,9 @@ ...@@ -48,6 +48,9 @@
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Select the SIP account used for outbound sessions</string>
</property>
</widget> </widget>
</item> </item>
<item> <item>
...@@ -64,6 +67,9 @@ ...@@ -64,6 +67,9 @@
<height>29</height> <height>29</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Type text to search the contacts list and press return to start a session to the selected contact </string>
</property>
<property name="inactiveText" stdset="0"> <property name="inactiveText" stdset="0">
<string>Search Contacts or Enter Address</string> <string>Search Contacts or Enter Address</string>
</property> </property>
...@@ -94,6 +100,9 @@ ...@@ -94,6 +100,9 @@
<height>36</height> <height>36</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Click to change your picture</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
...@@ -129,6 +138,9 @@ ...@@ -129,6 +138,9 @@
<height>18</height> <height>18</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Set the display name shown to remote parties</string>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string>background-color: transparent;</string> <string>background-color: transparent;</string>
</property> </property>
...@@ -136,7 +148,7 @@ ...@@ -136,7 +148,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="inactiveText" stdset="0"> <property name="inactiveText" stdset="0">
<string>Type your name here</string> <string>My display name</string>
</property> </property>
<property name="widgetSpacing" stdset="0"> <property name="widgetSpacing" stdset="0">
<number>0</number> <number>0</number>
...@@ -151,6 +163,12 @@ ...@@ -151,6 +163,12 @@
<height>18</height> <height>18</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Select your presence activity</string>
</property>
<property name="statusTip">
<string/>
</property>
<property name="iconSize"> <property name="iconSize">
<size> <size>
<width>10</width> <width>10</width>
...@@ -205,6 +223,9 @@ ...@@ -205,6 +223,9 @@
<height>18</height> <height>18</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Select your presence activity note</string>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string>background-color: transparent;</string> <string>background-color: transparent;</string>
</property> </property>
...@@ -246,6 +267,9 @@ ...@@ -246,6 +267,9 @@
<property name="focusPolicy"> <property name="focusPolicy">
<enum>Qt::TabFocus</enum> <enum>Qt::TabFocus</enum>
</property> </property>
<property name="toolTip">
<string>Switch between audio sessions and contacts list</string>
</property>
<property name="text"> <property name="text">
<string>Switch to Calls</string> <string>Switch to Calls</string>
</property> </property>
...@@ -499,6 +523,9 @@ buttons below.</string> ...@@ -499,6 +523,9 @@ buttons below.</string>
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Add a new contact</string>
</property>
<property name="text"> <property name="text">
<string>+</string> <string>+</string>
</property> </property>
...@@ -546,6 +573,9 @@ buttons below.</string> ...@@ -546,6 +573,9 @@ buttons below.</string>
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Start and audio session</string>
</property>
<property name="icon"> <property name="icon">
<iconset> <iconset>
<normaloff>icons/green-handset.png</normaloff>icons/green-handset.png</iconset> <normaloff>icons/green-handset.png</normaloff>icons/green-handset.png</iconset>
...@@ -572,6 +602,9 @@ buttons below.</string> ...@@ -572,6 +602,9 @@ buttons below.</string>
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Start a chat session or send SMS</string>
</property>
<property name="text"> <property name="text">
<string>IM</string> <string>IM</string>
</property> </property>
...@@ -600,6 +633,9 @@ buttons below.</string> ...@@ -600,6 +633,9 @@ buttons below.</string>
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Start desktop sharing </string>
</property>
<property name="icon"> <property name="icon">
<iconset> <iconset>
<normaloff>icons/display18.png</normaloff>icons/display18.png</iconset> <normaloff>icons/display18.png</normaloff>icons/display18.png</iconset>
...@@ -644,6 +680,9 @@ buttons below.</string> ...@@ -644,6 +680,9 @@ buttons below.</string>
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Disable ringtones (silent mode)</string>
</property>
<property name="text"> <property name="text">
<string>M</string> <string>M</string>
</property> </property>
...@@ -725,6 +764,9 @@ buttons below.</string> ...@@ -725,6 +764,9 @@ buttons below.</string>
<property name="focusPolicy"> <property name="focusPolicy">
<enum>Qt::TabFocus</enum> <enum>Qt::TabFocus</enum>
</property> </property>
<property name="toolTip">
<string>Hangup all audio sessions</string>
</property>
<property name="text"> <property name="text">
<string>Hangup all</string> <string>Hangup all</string>
</property> </property>
...@@ -747,6 +789,9 @@ buttons below.</string> ...@@ -747,6 +789,9 @@ buttons below.</string>
<property name="focusPolicy"> <property name="focusPolicy">
<enum>Qt::TabFocus</enum> <enum>Qt::TabFocus</enum>
</property> </property>
<property name="toolTip">
<string>Create and terminate conferences</string>
</property>
<property name="text"> <property name="text">
<string>Conference</string> <string>Conference</string>
</property> </property>
...@@ -788,6 +833,9 @@ buttons below.</string> ...@@ -788,6 +833,9 @@ buttons below.</string>
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Mute microphone</string>
</property>
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
......
...@@ -44,6 +44,9 @@ ...@@ -44,6 +44,9 @@
</item> </item>
<item row="0" column="1"> <item row="0" column="1">
<widget class="LineEdit" name="sip_address_editor"> <widget class="LineEdit" name="sip_address_editor">
<property name="toolTip">
<string>SIP address for the contact</string>
</property>
<property name="inactiveText" stdset="0"> <property name="inactiveText" stdset="0">
<string>user@domain</string> <string>user@domain</string>
</property> </property>
...@@ -77,6 +80,9 @@ ...@@ -77,6 +80,9 @@
<height>60</height> <height>60</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Click to select a picture</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
...@@ -105,6 +111,9 @@ ...@@ -105,6 +111,9 @@
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Clear the existing picture</string>
</property>
<property name="text"> <property name="text">
<string>Clear</string> <string>Clear</string>
</property> </property>
...@@ -124,6 +133,9 @@ ...@@ -124,6 +133,9 @@
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
<widget class="LineEdit" name="display_name_editor"> <widget class="LineEdit" name="display_name_editor">
<property name="toolTip">
<string>Name displayed in the contacts list</string>
</property>
<property name="inactiveText" stdset="0"> <property name="inactiveText" stdset="0">
<string>Contact Name</string> <string>Contact Name</string>
</property> </property>
...@@ -150,6 +162,9 @@ ...@@ -150,6 +162,9 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip">
<string>Group the contact belongs to</string>
</property>
<property name="editable"> <property name="editable">
<bool>true</bool> <bool>true</bool>
</property> </property>
...@@ -186,6 +201,9 @@ ...@@ -186,6 +201,9 @@
</item> </item>
<item row="5" column="1" colspan="2"> <item row="5" column="1" colspan="2">
<widget class="LineEdit" name="chat_aliases_editor"> <widget class="LineEdit" name="chat_aliases_editor">
<property name="toolTip">
<string>Used to combine chat sessions from multiple recipients</string>
</property>
<property name="inactiveText" stdset="0"> <property name="inactiveText" stdset="0">
<string>List of SIP addresses separated by ;</string> <string>List of SIP addresses separated by ;</string>
</property> </property>
...@@ -215,6 +233,9 @@ ...@@ -215,6 +233,9 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip">
<string>Local or remote storage for the contact</string>
</property>
<item> <item>
<property name="text"> <property name="text">
<string>Local</string> <string>Local</string>
...@@ -232,6 +253,9 @@ ...@@ -232,6 +253,9 @@
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="toolTip">
<string>Subscribe to the presence information published by this contact</string>
</property>
<property name="text"> <property name="text">
<string>Subscribe To Presence</string> <string>Subscribe To Presence</string>
</property> </property>
...@@ -242,6 +266,9 @@ ...@@ -242,6 +266,9 @@
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="toolTip">
<string>Subscribe to the sessions of this contact</string>
</property>
<property name="text"> <property name="text">
<string>Subscribe To Dialogs</string> <string>Subscribe To Dialogs</string>
</property> </property>
...@@ -286,6 +313,9 @@ ...@@ -286,6 +313,9 @@
<height>25</height> <height>25</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Cancel and close window</string>
</property>
<property name="text"> <property name="text">
<string>Cancel</string> <string>Cancel</string>
</property> </property>
...@@ -299,6 +329,9 @@ ...@@ -299,6 +329,9 @@
<height>25</height> <height>25</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Add/edit contact</string>
</property>
<property name="text"> <property name="text">
<string>Add</string> <string>Add</string>
</property> </property>
...@@ -314,6 +347,9 @@ ...@@ -314,6 +347,9 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip">
<string>Default session type when double click the contact</string>
</property>
<item> <item>
<property name="text"> <property name="text">
<string>Audio</string> <string>Audio</string>
......
...@@ -657,6 +657,9 @@ ...@@ -657,6 +657,9 @@
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Reject sessions on all my devices</string>
</property>
<property name="text"> <property name="text">
<string>Reject</string> <string>Reject</string>
</property> </property>
...@@ -676,6 +679,9 @@ ...@@ -676,6 +679,9 @@
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Reject the session on this device only</string>
</property>
<property name="text"> <property name="text">
<string>Busy</string> <string>Busy</string>
</property> </property>
...@@ -708,6 +714,9 @@ ...@@ -708,6 +714,9 @@
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Accept the session</string>
</property>
<property name="text"> <property name="text">
<string>Accept</string> <string>Accept</string>
</property> </property>
......
...@@ -54,6 +54,9 @@ ...@@ -54,6 +54,9 @@
<bold>true</bold> <bold>true</bold>
</font> </font>
</property> </property>
<property name="toolTip">
<string>Remote party</string>
</property>
<property name="text"> <property name="text">
<string>test@example.com</string> <string>test@example.com</string>
</property> </property>
...@@ -101,6 +104,9 @@ ...@@ -101,6 +104,9 @@
<height>14</height> <height>14</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Signaling is encrypted using TLS</string>
</property>
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
...@@ -136,6 +142,9 @@ ...@@ -136,6 +142,9 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip">
<string>Negotiated audio codec</string>
</property>
<property name="text"> <property name="text">
<string>Audio (PCM 8kHz)</string> <string>Audio (PCM 8kHz)</string>
</property> </property>
...@@ -371,6 +380,9 @@ ...@@ -371,6 +380,9 @@
<height>14</height> <height>14</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Media is encrypted using sRTP</string>
</property>
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
...@@ -403,6 +415,9 @@ ...@@ -403,6 +415,9 @@
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Session duration</string>
</property>
<property name="text"> <property name="text">
<string>0:00:00</string> <string>0:00:00</string>
</property> </property>
...@@ -416,6 +431,9 @@ ...@@ -416,6 +431,9 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip">
<string>Session state</string>
</property>
</widget> </widget>
</item> </item>
<item> <item>
...@@ -437,6 +455,9 @@ ...@@ -437,6 +455,9 @@
<height>16</height> <height>16</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Mute this participant</string>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string>QToolButton#mute_button { <string>QToolButton#mute_button {
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #fafafa, stop:1 #bababa); background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #fafafa, stop:1 #bababa);
...@@ -486,6 +507,9 @@ QToolButton#mute_button:pressed { ...@@ -486,6 +507,9 @@ QToolButton#mute_button:pressed {
<height>16</height> <height>16</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Put the session on hold </string>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string>QToolButton { <string>QToolButton {
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #fafafa, stop:1 #bababa); background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #fafafa, stop:1 #bababa);
...@@ -534,6 +558,9 @@ QToolButton:pressed { ...@@ -534,6 +558,9 @@ QToolButton:pressed {
<height>16</height> <height>16</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Record the audio session to file</string>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string>QToolButton { <string>QToolButton {
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #fafafa, stop:1 #bababa); background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #fafafa, stop:1 #bababa);
...@@ -582,6 +609,9 @@ QToolButton:pressed { ...@@ -582,6 +609,9 @@ QToolButton:pressed {
<height>16</height> <height>16</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Hangup</string>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string>QToolButton { <string>QToolButton {
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #fafafa, stop:1 #bababa); background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #fafafa, stop:1 #bababa);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment