mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-28 03:36:20 +00:00
75 lines
2.9 KiB
Text
75 lines
2.9 KiB
Text
# ==============================================================================
|
|
# Common's components to export.
|
|
# ==============================================================================
|
|
|
|
module Common
|
|
|
|
# Constants --------------------------------------------------------------------
|
|
|
|
singleton Colors 1.0 Constants/Colors.qml
|
|
singleton Constants 1.0 Constants/Constants.qml
|
|
|
|
# Components -------------------------------------------------------------------
|
|
|
|
BusyIndicator 1.0 Animations/BusyIndicator.qml
|
|
|
|
ConfirmDialog 1.0 Dialog/ConfirmDialog.qml
|
|
DialogPlus 1.0 Dialog/DialogPlus.qml
|
|
|
|
ActionBar 1.0 Form/ActionBar.qml
|
|
ActionButton 1.0 Form/ActionButton.qml
|
|
ActionSwitch 1.0 Form/ActionSwitch.qml
|
|
CheckBoxText 1.0 Form/CheckBoxText.qml
|
|
ComboBox 1.0 Form/ComboBox.qml
|
|
DroppableTextArea 1.0 Form/DroppableTextArea.qml
|
|
ListForm 1.0 Form/ListForm.qml
|
|
SearchBox 1.0 Form/SearchBox.qml
|
|
StaticListForm 1.0 Form/StaticListForm.qml
|
|
Switch 1.0 Form/Switch.qml
|
|
TransparentTextInput 1.0 Form/TransparentTextInput.qml
|
|
|
|
ExclusiveButtons 1.0 Form/Buttons/ExclusiveButtons.qml
|
|
FileChooserButton 1.0 Form/Buttons/FileChooserButton.qml
|
|
TextButtonA 1.0 Form/Buttons/TextButtonA.qml
|
|
TextButtonB 1.0 Form/Buttons/TextButtonB.qml
|
|
|
|
NumericField 1.0 Form/Fields/NumericField.qml
|
|
PortField 1.0 Form/Fields/PortField.qml
|
|
TextAreaField 1.0 Form/Fields/TextAreaField.qml
|
|
TextField 1.0 Form/Fields/TextField.qml
|
|
|
|
Form 1.0 Form/Placements/Form.qml
|
|
FormEmptyLine 1.0 Form/Placements/FormEmptyLine.qml
|
|
FormEntry 1.0 Form/Placements/FormEntry.qml
|
|
FormGroup 1.0 Form/Placements/FormGroup.qml
|
|
FormHeader 1.0 Form/Placements/FormHeader.qml
|
|
FormHeaderEntry 1.0 Form/Placements/FormHeaderEntry.qml
|
|
FormHeaderGroup 1.0 Form/Placements/FormHeaderGroup.qml
|
|
FormLine 1.0 Form/Placements/FormLine.qml
|
|
|
|
TabBar 1.0 Form/Tab/TabBar.qml
|
|
TabButton 1.0 Form/Tab/TabButton.qml
|
|
TabContainer 1.0 Form/Tab/TabContainer.qml
|
|
|
|
InvertedMouseArea 1.0 Helpers/InvertedMouseArea.qml
|
|
|
|
Icon 1.0 Image/Icon.qml
|
|
RoundedImage 1.0 Image/RoundedImage.qml
|
|
|
|
ActionMenu 1.0 Menu/ActionMenu.qml
|
|
ActionMenuEntry 1.0 Menu/ActionMenuEntry.qml
|
|
Menu 1.0 Menu/Menu.qml
|
|
|
|
Borders 1.0 Misc/Borders.qml
|
|
Collapse 1.0 Misc/Collapse.qml
|
|
ForceScrollBar 1.0 Misc/ForceScrollBar.qml
|
|
Paned 1.0 Misc/Paned.qml
|
|
|
|
DesktopPopup 1.0 Popup/DesktopPopup.qml
|
|
DropDownDynamicMenu 1.0 Popup/DropDownDynamicMenu.qml
|
|
DropDownMenu 1.0 Popup/DropDownMenu.qml
|
|
PopupShadow 1.0 Popup/PopupShadow.qml
|
|
|
|
TooltipArea 1.0 Tooltip/TooltipArea.qml
|
|
|
|
ScrollableListView 1.0 View/ScrollableListView.qml
|