Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
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
Administrator
linphone-desktop
Commits
fedf0cae
Commit
fedf0cae
authored
Feb 07, 2017
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(ui/views/App/IncallFullscreen): escape quit fullscreen
parent
ffd3b4b4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
150 additions
and
144 deletions
+150
-144
IncallFullscreen.qml
linphone-desktop/ui/views/App/IncallFullscreen.qml
+150
-144
No files found.
linphone-desktop/ui/views/App/IncallFullscreen.qml
View file @
fedf0cae
...
...
@@ -30,6 +30,9 @@ Window {
// ---------------------------------------------------------------------------
height
:
Screen
.
height
width
:
Screen
.
width
visible
:
true
visibility
:
Window
.
FullScreen
...
...
@@ -40,7 +43,9 @@ Window {
Rectangle
{
anchors.fill
:
parent
color
:
'
#000000
'
// Not a style.
}
focus
:
true
Keys.onEscapePressed
:
incall
.
close
()
Camera
{
id
:
camera
...
...
@@ -57,9 +62,9 @@ Window {
spacing
:
0
// --
-----------------------------------------------------------------------
//
-----------------------------------------------------------------------
// Call info.
// --
-----------------------------------------------------------------------
//
-----------------------------------------------------------------------
Item
{
id
:
info
...
...
@@ -95,9 +100,9 @@ Window {
}
}
// --
---------------------------------------------------------------------
//
---------------------------------------------------------------------
// Timer.
// --
---------------------------------------------------------------------
//
---------------------------------------------------------------------
Text
{
id
:
elapsedTime
...
...
@@ -124,9 +129,9 @@ Window {
}
}
// --
---------------------------------------------------------------------
//
---------------------------------------------------------------------
// Video actions.
// --
---------------------------------------------------------------------
//
---------------------------------------------------------------------
ActionBar
{
anchors.right
:
parent
.
right
...
...
@@ -154,9 +159,9 @@ Window {
}
}
// --
-----------------------------------------------------------------------
//
-----------------------------------------------------------------------
// Action Buttons.
// --
-----------------------------------------------------------------------
//
-----------------------------------------------------------------------
Item
{
Layout.alignment
:
Qt
.
AlignBottom
...
...
@@ -231,4 +236,5 @@ Window {
}
}
}
}
}
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