mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-24 07:08:07 +00:00
73 lines
2 KiB
Text
73 lines
2 KiB
Text
# ====================================================================
|
|
# Common's components to export.
|
|
# ====================================================================
|
|
|
|
module Common
|
|
|
|
# Constants ----------------------------------------------------------
|
|
|
|
singleton Colors 1.0 Colors.qml
|
|
singleton Constants 1.0 Constants.qml
|
|
|
|
# Components ---------------------------------------------------------
|
|
|
|
# Animations
|
|
CaterpillarAnimation 1.0 Animations/CaterpillarAnimation.qml
|
|
|
|
# Chat
|
|
Borders 1.0 Borders.qml
|
|
|
|
# Collapse
|
|
Collapse 1.0 Collapse.qml
|
|
|
|
# Dialog
|
|
ConfirmDialog 1.0 Dialog/ConfirmDialog.qml
|
|
DialogPlus 1.0 Dialog/DialogPlus.qml
|
|
|
|
# DroppableTextArea
|
|
DroppableTextArea 1.0 DroppableTextArea.qml
|
|
|
|
# ForceScrollBar
|
|
ForceScrollBar 1.0 ForceScrollBar.qml
|
|
|
|
# Form
|
|
ActionBar 1.0 Form/ActionBar.qml
|
|
ActionButton 1.0 Form/ActionButton.qml
|
|
CheckBoxText 1.0 Form/CheckBoxText.qml
|
|
ExclusiveButtons 1.0 Form/ExclusiveButtons.qml
|
|
LightButton 1.0 Form/LightButton.qml
|
|
ListForm 1.0 Form/ListForm.qml
|
|
TextButtonA 1.0 Form/TextButtonA.qml
|
|
TextButtonB 1.0 Form/TextButtonB.qml
|
|
TextField 1.0 Form/TextField.qml
|
|
TransparentComboBox 1.0 Form/TransparentComboBox.qml
|
|
|
|
# Image
|
|
Icon 1.0 Image/Icon.qml
|
|
RoundedImage 1.0 Image/RoundedImage.qml
|
|
|
|
# InvertedMouseArea
|
|
InvertedMouseArea 1.0 InvertedMouseArea.qml
|
|
|
|
# Menu
|
|
ActionMenu 1.0 Menu/ActionMenu.qml
|
|
ActionMenuEntry 1.0 Menu/ActionMenuEntry.qml
|
|
Menu 1.0 Menu/Menu.qml
|
|
|
|
# Paned
|
|
Paned 1.0 Paned.qml
|
|
|
|
# Popup
|
|
DesktopPopup 1.0 Popup/DesktopPopup.qml
|
|
DropDownDynamicMenu 1.0 Popup/DropDownDynamicMenu.qml
|
|
DropDownMenu 1.0 Popup/DropDownMenu.qml
|
|
PopupShadow 1.0 Popup/PopupShadow.qml
|
|
|
|
# SearchBox
|
|
SearchBox 1.0 SearchBox.qml
|
|
|
|
# Tooltip
|
|
TooltipArea 1.0 Tooltip/TooltipArea.qml
|
|
|
|
# View
|
|
ScrollableListView 1.0 View/ScrollableListView.qml
|