Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
1d9f3794
Commit
1d9f3794
authored
Jun 24, 2010
by
Adrian Georgescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved tooltips and removed those for self-explanatory controls
parent
75b4c90c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
25 deletions
+25
-25
blink.ui
resources/blink.ui
+6
-6
contact_editor.ui
resources/contact_editor.ui
+11
-11
incoming_dialog.ui
resources/incoming_dialog.ui
+3
-3
session.ui
resources/session.ui
+5
-5
No files found.
resources/blink.ui
View file @
1d9f3794
...
...
@@ -68,7 +68,7 @@
</size>
</property>
<property
name=
"toolTip"
>
<string
>
Type text to search the contacts list and press return to start a session to the selected contact
</string
>
<string
/
>
</property>
<property
name=
"inactiveText"
stdset=
"0"
>
<string>
Search Contacts or Enter Address
</string>
...
...
@@ -268,7 +268,7 @@
<enum>
Qt::TabFocus
</enum>
</property>
<property
name=
"toolTip"
>
<string
>
Switch between audio sessions and contacts list
</string
>
<string
/
>
</property>
<property
name=
"text"
>
<string>
Switch to Calls
</string>
...
...
@@ -284,7 +284,7 @@
<item>
<widget
class=
"QStackedWidget"
name=
"main_view"
>
<property
name=
"currentIndex"
>
<number>
1
</number>
<number>
0
</number>
</property>
<widget
class=
"QWidget"
name=
"contacts_panel"
>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_8"
>
...
...
@@ -765,7 +765,7 @@ buttons below.</string>
<enum>
Qt::TabFocus
</enum>
</property>
<property
name=
"toolTip"
>
<string
>
Hangup all audio sessions
</string
>
<string
/
>
</property>
<property
name=
"text"
>
<string>
Hangup all
</string>
...
...
@@ -790,7 +790,7 @@ buttons below.</string>
<enum>
Qt::TabFocus
</enum>
</property>
<property
name=
"toolTip"
>
<string
>
Create and terminate conferences
</string
>
<string
/
>
</property>
<property
name=
"text"
>
<string>
Conference
</string>
...
...
@@ -863,7 +863,7 @@ buttons below.</string>
<x>
0
</x>
<y>
0
</y>
<width>
285
</width>
<height>
2
2
</height>
<height>
2
1
</height>
</rect>
</property>
<widget
class=
"QMenu"
name=
"menuBlink"
>
...
...
resources/contact_editor.ui
View file @
1d9f3794
...
...
@@ -45,7 +45,7 @@
<item
row=
"0"
column=
"1"
>
<widget
class=
"LineEdit"
name=
"sip_address_editor"
>
<property
name=
"toolTip"
>
<string
>
SIP address for the contact
</string
>
<string
/
>
</property>
<property
name=
"inactiveText"
stdset=
"0"
>
<string>
user@domain
</string>
...
...
@@ -112,7 +112,7 @@
</size>
</property>
<property
name=
"toolTip"
>
<string
>
Clear the existing picture
</string
>
<string
/
>
</property>
<property
name=
"text"
>
<string>
Clear
</string>
...
...
@@ -134,7 +134,7 @@
<item
row=
"1"
column=
"1"
>
<widget
class=
"LineEdit"
name=
"display_name_editor"
>
<property
name=
"toolTip"
>
<string
>
Name displayed in the contacts list
</string
>
<string
/
>
</property>
<property
name=
"inactiveText"
stdset=
"0"
>
<string>
Contact Name
</string>
...
...
@@ -163,7 +163,7 @@
</sizepolicy>
</property>
<property
name=
"toolTip"
>
<string
>
Group the contact belongs to
</string
>
<string
/
>
</property>
<property
name=
"editable"
>
<bool>
true
</bool>
...
...
@@ -202,7 +202,7 @@
<item
row=
"5"
column=
"1"
colspan=
"2"
>
<widget
class=
"LineEdit"
name=
"chat_aliases_editor"
>
<property
name=
"toolTip"
>
<string>
Used to combine chat sessions from multiple recipients
</string>
<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>
...
...
@@ -234,7 +234,7 @@
</sizepolicy>
</property>
<property
name=
"toolTip"
>
<string
>
Local or remote storage for the contact
</string
>
<string
/
>
</property>
<item>
<property
name=
"text"
>
...
...
@@ -254,7 +254,7 @@
<bool>
false
</bool>
</property>
<property
name=
"toolTip"
>
<string
>
Subscribe to the presence information published by this contact
</string
>
<string
/
>
</property>
<property
name=
"text"
>
<string>
Subscribe To Presence
</string>
...
...
@@ -267,7 +267,7 @@
<bool>
false
</bool>
</property>
<property
name=
"toolTip"
>
<string
>
Subscribe to the sessions of this contact
</string
>
<string
/
>
</property>
<property
name=
"text"
>
<string>
Subscribe To Dialogs
</string>
...
...
@@ -314,7 +314,7 @@
</size>
</property>
<property
name=
"toolTip"
>
<string
>
Cancel and close window
</string
>
<string
/
>
</property>
<property
name=
"text"
>
<string>
Cancel
</string>
...
...
@@ -330,7 +330,7 @@
</size>
</property>
<property
name=
"toolTip"
>
<string
>
Add/edit contact
</string
>
<string
/
>
</property>
<property
name=
"text"
>
<string>
Add
</string>
...
...
@@ -348,7 +348,7 @@
</sizepolicy>
</property>
<property
name=
"toolTip"
>
<string
>
Default session type when double click the contact
</string
>
<string
/
>
</property>
<item>
<property
name=
"text"
>
...
...
resources/incoming_dialog.ui
View file @
1d9f3794
...
...
@@ -680,10 +680,10 @@
</size>
</property>
<property
name=
"toolTip"
>
<string>
Reject the session on this device
only
</string>
<string>
Reject the session on this device
</string>
</property>
<property
name=
"text"
>
<string>
Busy
</string>
<string>
Busy
here
</string>
</property>
</widget>
</item>
...
...
@@ -715,7 +715,7 @@
</size>
</property>
<property
name=
"toolTip"
>
<string
>
Accept the session
</string
>
<string
/
>
</property>
<property
name=
"text"
>
<string>
Accept
</string>
...
...
resources/session.ui
View file @
1d9f3794
...
...
@@ -6,7 +6,7 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
275
</width>
<width>
327
</width>
<height>
62
</height>
</rect>
</property>
...
...
@@ -55,7 +55,7 @@
</font>
</property>
<property
name=
"toolTip"
>
<string
>
Remote party
</string
>
<string
/
>
</property>
<property
name=
"text"
>
<string>
test@example.com
</string>
...
...
@@ -143,7 +143,7 @@
</sizepolicy>
</property>
<property
name=
"toolTip"
>
<string
>
Negotiated audio codec
</string
>
<string
/
>
</property>
<property
name=
"text"
>
<string>
Audio (PCM 8kHz)
</string>
...
...
@@ -416,7 +416,7 @@
</size>
</property>
<property
name=
"toolTip"
>
<string
>
Session duration
</string
>
<string
/
>
</property>
<property
name=
"text"
>
<string>
0:00:00
</string>
...
...
@@ -508,7 +508,7 @@ QToolButton#mute_button:pressed {
</size>
</property>
<property
name=
"toolTip"
>
<string>
Put the session on hold
</string>
<string>
Toggle hold status
</string>
</property>
<property
name=
"styleSheet"
>
<string>
QToolButton {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment