Commit db10cff5 authored by Dan Pascu's avatar Dan Pascu

Improved tooltips

parent 12330ed6
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Select the SIP account used for outbound sessions</string> <string>Select the SIP account used for outbound calls</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Set the display name shown to remote parties</string> <string>Click to change your display name</string>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string>QLineEdit { <string>QLineEdit {
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="inactiveText" stdset="0"> <property name="inactiveText" stdset="0">
<string>My display name</string> <string>Type your name here</string>
</property> </property>
<property name="widgetSpacing" stdset="0"> <property name="widgetSpacing" stdset="0">
<number>0</number> <number>0</number>
...@@ -160,9 +160,6 @@ ...@@ -160,9 +160,6 @@
<height>18</height> <height>18</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Select your presence activity</string>
</property>
<property name="iconSize"> <property name="iconSize">
<size> <size>
<width>10</width> <width>10</width>
...@@ -217,9 +214,6 @@ ...@@ -217,9 +214,6 @@
<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>QLineEdit { <string>QLineEdit {
background-color: transparent; background-color: transparent;
...@@ -278,7 +272,7 @@ ...@@ -278,7 +272,7 @@
<item> <item>
<widget class="QStackedWidget" name="main_view"> <widget class="QStackedWidget" name="main_view">
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>1</number>
</property> </property>
<widget class="QWidget" name="contacts_panel"> <widget class="QWidget" name="contacts_panel">
<layout class="QVBoxLayout" name="verticalLayout_8"> <layout class="QVBoxLayout" name="verticalLayout_8">
...@@ -568,7 +562,7 @@ buttons below.</string> ...@@ -568,7 +562,7 @@ buttons below.</string>
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Start and audio session</string> <string>Make an audio call</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset> <iconset>
...@@ -597,7 +591,7 @@ buttons below.</string> ...@@ -597,7 +591,7 @@ buttons below.</string>
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Start a chat session or send SMS</string> <string>Start a chat session or send an SMS</string>
</property> </property>
<property name="text"> <property name="text">
<string>IM</string> <string>IM</string>
......
...@@ -186,9 +186,6 @@ ...@@ -186,9 +186,6 @@
</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>Chat to these addresses are combined in the same window</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>
......
...@@ -643,7 +643,7 @@ ...@@ -643,7 +643,7 @@
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Reject sessions on all my devices</string> <string>Refuse the call and stop ringing on any other device</string>
</property> </property>
<property name="text"> <property name="text">
<string>Reject</string> <string>Reject</string>
...@@ -665,10 +665,10 @@ ...@@ -665,10 +665,10 @@
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Reject the session on this device</string> <string>Refuse the call but leave other devices ringing</string>
</property> </property>
<property name="text"> <property name="text">
<string>Busy here</string> <string>Busy</string>
</property> </property>
</widget> </widget>
</item> </item>
......
...@@ -481,7 +481,7 @@ QToolButton#mute_button:pressed { ...@@ -481,7 +481,7 @@ QToolButton#mute_button:pressed {
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Toggle hold status</string> <string>Hold the call</string>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string>QToolButton { <string>QToolButton {
...@@ -529,7 +529,7 @@ QToolButton:pressed { ...@@ -529,7 +529,7 @@ QToolButton:pressed {
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Record the audio session to file</string> <string>Record this call</string>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string>QToolButton { <string>QToolButton {
......
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