Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-client-windows
Commits
39414a01
Commit
39414a01
authored
Jan 02, 2019
by
Andreas Traczyk
Browse files
videocall: remove configuration button from overlay
Change-Id: Ia0a0e71bf48a2015773a97857e6db40254f7feba
parent
e3a3bca9
Changes
2
Hide whitespace changes
Inline
Side-by-side
videooverlay.cpp
View file @
39414a01
...
...
@@ -117,15 +117,6 @@ VideoOverlay::setTime()
}
catch
(...)
{
}
}
void
VideoOverlay
::
toggleContextButtons
(
bool
visible
)
{
if
(
!
visible
)
{
ui
->
videoCfgBtn
->
hide
();
}
else
{
ui
->
videoCfgBtn
->
show
();
}
}
void
VideoOverlay
::
setVideoMuteVisibility
(
bool
visible
)
{
...
...
videooverlay.ui
View file @
39414a01
...
...
@@ -384,26 +384,6 @@
</property>
</widget>
</item>
<item>
<widget
class=
"QPushButton"
name=
"videoCfgBtn"
>
<property
name=
"minimumSize"
>
<size>
<width>
30
</width>
<height>
30
</height>
</size>
</property>
<property
name=
"toolTip"
>
<string>
Configuration
</string>
</property>
<property
name=
"text"
>
<string/>
</property>
<property
name=
"icon"
>
<iconset
resource=
"ressources.qrc"
>
<normaloff>
:/images/icons/ic_settings_white_48dp_2x.png
</normaloff>
:/images/icons/ic_settings_white_48dp_2x.png
</iconset>
</property>
</widget>
</item>
</layout>
</widget>
</item>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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