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
7819f431
Commit
7819f431
authored
Feb 03, 2016
by
Edric Milaret
Committed by
gerrit2
Feb 04, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
warning on preview unavailable during call
Change-Id: I8f0e38a9a7ad5593550c71384b44b15eb78903a1 Tuleap: #277
parent
f6f608d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
configurationwidget.cpp
configurationwidget.cpp
+5
-0
configurationwidget.ui
configurationwidget.ui
+15
-1
No files found.
configurationwidget.cpp
View file @
7819f431
...
...
@@ -108,7 +108,12 @@ ConfigurationWidget::showEvent(QShowEvent *event) {
QWidget
::
showEvent
(
event
);
if
(
ui
->
tabWidget
->
currentIndex
()
==
1
&&
CallModel
::
instance
().
getActiveCalls
().
size
()
==
0
)
{
ui
->
previewUnavailable
->
hide
();
ui
->
videoView
->
show
();
Video
::
PreviewManager
::
instance
().
startPreview
();
}
else
{
ui
->
previewUnavailable
->
show
();
ui
->
videoView
->
hide
();
}
}
...
...
configurationwidget.ui
View file @
7819f431
...
...
@@ -7,7 +7,7 @@
<x>
0
</x>
<y>
0
</y>
<width>
558
</width>
<height>
4
33
</height>
<height>
4
75
</height>
</rect>
</property>
<property
name=
"sizePolicy"
>
...
...
@@ -401,6 +401,20 @@
</property>
</widget>
</item>
<item
alignment=
"Qt::AlignHCenter|Qt::AlignVCenter"
>
<widget
class=
"QLabel"
name=
"previewUnavailable"
>
<property
name=
"font"
>
<font>
<pointsize>
13
</pointsize>
<weight>
75
</weight>
<bold>
true
</bold>
</font>
</property>
<property
name=
"text"
>
<string>
Preview unavailable during call
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QLabel"
name=
"cameraPreviewLabel"
>
<property
name=
"maximumSize"
>
...
...
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