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
653cbfaf
Commit
653cbfaf
authored
Sep 26, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(app): many changes
parent
1def519d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
ConfirmDialog.qml
tests/ui/components/dialog/ConfirmDialog.qml
+1
-1
Icon.qml
tests/ui/components/image/Icon.qml
+2
-0
InvertedMouseArea.qml
tests/ui/components/invertedMouseArea/InvertedMouseArea.qml
+3
-3
No files found.
tests/ui/components/dialog/ConfirmDialog.qml
View file @
653cbfaf
...
...
@@ -5,7 +5,7 @@ import 'qrc:/ui/components/form'
import
'
qrc:/ui/style/components
'
// ===================================================================
// A
simple
dialog with OK/Cancel buttons.
// A dialog with OK/Cancel buttons.
// ===================================================================
DialogPlus
{
...
...
tests/ui/components/image/Icon.qml
View file @
653cbfaf
import
QtQuick
2.7
// ===================================================================
// An icon image properly resized.
// ===================================================================
Image
{
...
...
tests/ui/components/invertedMouseArea/InvertedMouseArea.qml
View file @
653cbfaf
import
QtQuick
2.
0
import
QtQuick
2.
7
import
'
qrc:/ui/style/global
'
...
...
@@ -49,9 +49,9 @@ Item {
// See: http://doc.qt.io/qt-5/qml-qtqml-component.html#completed-signal
//
// The creation order of components in a view is undefined,
// so the mouse area must
t
be created only when `enabled == true`.
// so the mouse area must be created only when `enabled == true`.
//
// In the first
view render, `enabled` must equal
false.
// In the first
render, `enabled` must be equal to
false.
Component.onCompleted
:
enabled
&&
_createMouseArea
()
Component.onDestruction
:
_deleteMouseArea
()
...
...
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