Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-client-windows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
savoirfairelinux
jami-client-windows
Commits
1bed3f95
Commit
1bed3f95
authored
May 19, 2016
by
Edric
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
show outgoing call photo
Change-Id: If2f4b3adcb62d03ed9e1285a7544ab404f6e1ec7 Tuleap: #714
parent
70ae878f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
callwidget.cpp
callwidget.cpp
+4
-0
callwidget.ui
callwidget.ui
+1
-1
No files found.
callwidget.cpp
View file @
1bed3f95
...
...
@@ -634,6 +634,10 @@ CallWidget::placeCall()
Call
*
c
=
CallModel
::
instance
().
dialingCall
(
PhoneDirectoryModel
::
instance
().
getNumber
(
ui
->
ringContactLineEdit
->
text
()));
c
->
performAction
(
Call
::
Action
::
ACCEPT
);
ui
->
ringContactLineEdit
->
clear
();
ui
->
callingPhoto
->
setPixmap
(
QPixmap
::
fromImage
(
GlobalInstances
::
pixmapManipulator
()
.
callPhoto
(
c
,
QSize
(
130
,
130
)).
value
<
QImage
>
()));
}
void
...
...
callwidget.ui
View file @
1bed3f95
...
...
@@ -1399,7 +1399,7 @@
<widget
class=
"QWidget"
name=
"outboundCall"
native=
"true"
>
<layout
class=
"QVBoxLayout"
name=
"spinnerLayout"
>
<item>
<widget
class=
"QLabel"
name=
"
label_3
"
>
<widget
class=
"QLabel"
name=
"
callingPhoto
"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Minimum"
>
<horstretch>
0
</horstretch>
...
...
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