Commit db10cff5 authored by Dan Pascu's avatar Dan Pascu

Improved tooltips

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