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
673a118d
Commit
673a118d
authored
Sep 26, 2016
by
Ronan
Browse files
fix(app): fix many imports
parent
ba75ede6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
tests/ui/Linphone/Chat/Chat.qml
tests/ui/Linphone/Chat/Chat.qml
+2
-2
tests/ui/Linphone/InvertedMouseArea/InvertedMouseArea.qml
tests/ui/Linphone/InvertedMouseArea/InvertedMouseArea.qml
+1
-1
tests/ui/Linphone/qmldir
tests/ui/Linphone/qmldir
+3
-0
tests/ui/Views/MainWindow/MainWindow.qml
tests/ui/Views/MainWindow/MainWindow.qml
+1
-1
No files found.
tests/ui/Linphone/Chat/Chat.qml
View file @
673a118d
...
...
@@ -118,10 +118,10 @@ ScrollableListView {
id
:
loader
source
:
$type
===
'
message
'
?
(
'
qrc:/ui/
components/c
hat/
'
+
'
qrc:/ui/
Linphone/C
hat/
'
+
(
$outgoing
?
'
Outgoing
'
:
'
Incoming
'
)
+
'
Message.qml
'
)
:
'
qrc:/ui/
components/c
hat/Event.qml
'
)
:
'
qrc:/ui/
Linphone/C
hat/Event.qml
'
}
}
...
...
tests/ui/Linphone/InvertedMouseArea/InvertedMouseArea.qml
View file @
673a118d
import
QtQuick
2.7
import
Linphone
.
Styles
1.0
import
Linphone
1.0
// ===================================================================
// Helper to handle button click outside a component.
...
...
tests/ui/Linphone/qmldir
View file @
673a118d
...
...
@@ -23,9 +23,12 @@ DialogPlus 1.0 Dialog/DialogPlus.qml
# Form
ActionBar 1.0 Form/ActionBar.qml
ActionButton 1.0 Form/ActionButton.qml
CheckBoxText 1.0 Form/CheckBoxText.qml
DarkButton 1.0 Form/DarkButton.qml
DropZone 1.0 Form/DropZone.qml
ExclusiveButtons 1.0 Form/ExclusiveButtons.qml
LightButton 1.0 Form/LightButton.qml
ListForm 1.0 Form/ListForm.qml
TransparentComboBox 1.0 Form/TransparentComboBox.qml
# Image
...
...
tests/ui/Views/MainWindow/MainWindow.qml
View file @
673a118d
...
...
@@ -167,7 +167,7 @@ ApplicationWindow {
Loader
{
Layout.fillHeight
:
true
Layout.fillWidth
:
true
source
:
'
qrc:/ui/Views/MainWindow/
Contacts
.qml
'
source
:
'
qrc:/ui/Views/MainWindow/
Home
.qml
'
}
}
...
...
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