mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-24 23:28:09 +00:00
fix(app): fix many imports
This commit is contained in:
parent
ba75ede62b
commit
673a118d22
4 changed files with 7 additions and 4 deletions
|
|
@ -118,10 +118,10 @@ ScrollableListView {
|
|||
id: loader
|
||||
source: $type === 'message'
|
||||
? (
|
||||
'qrc:/ui/components/chat/' +
|
||||
'qrc:/ui/Linphone/Chat/' +
|
||||
($outgoing ? 'Outgoing' : 'Incoming') +
|
||||
'Message.qml'
|
||||
) : 'qrc:/ui/components/chat/Event.qml'
|
||||
) : 'qrc:/ui/Linphone/Chat/Event.qml'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import QtQuick 2.7
|
||||
|
||||
import Linphone.Styles 1.0
|
||||
import Linphone 1.0
|
||||
|
||||
// ===================================================================
|
||||
// Helper to handle button click outside a component.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue