Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-desktop
Commits
653cbfaf
Commit
653cbfaf
authored
Sep 26, 2016
by
Ronan
Browse files
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
tests/ui/components/dialog/ConfirmDialog.qml
tests/ui/components/dialog/ConfirmDialog.qml
+1
-1
tests/ui/components/image/Icon.qml
tests/ui/components/image/Icon.qml
+2
-0
tests/ui/components/invertedMouseArea/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