mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-18 20:08:11 +00:00
84 lines
3.4 KiB
Text
84 lines
3.4 KiB
Text
# ==============================================================================
|
|
# Common's components to export.
|
|
# ==============================================================================
|
|
|
|
module Common
|
|
|
|
# Constants --------------------------------------------------------------------
|
|
|
|
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
|
|
Slider 1.0 Form/Slider.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
|
|
|
|
HexField 1.0 Form/Fields/HexField.qml
|
|
NumericField 1.0 Form/Fields/NumericField.qml
|
|
PasswordField 1.0 Form/Fields/PasswordField.qml
|
|
PortField 1.0 Form/Fields/PortField.qml
|
|
ScrollableListViewField 1.0 Form/Fields/ScrollableListViewField.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
|
|
FormGroup 1.0 Form/Placements/FormGroup.qml
|
|
FormLine 1.0 Form/Placements/FormLine.qml
|
|
FormTable 1.0 Form/Placements/FormTable.qml
|
|
FormTableEntry 1.0 Form/Placements/FormTableEntry.qml
|
|
FormTableLine 1.0 Form/Placements/FormTableLine.qml
|
|
|
|
TabBar 1.0 Form/Tab/TabBar.qml
|
|
TabButton 1.0 Form/Tab/TabButton.qml
|
|
TabContainer 1.0 Form/Tab/TabContainer.qml
|
|
|
|
DragBox 1.0 Helpers/DragBox.qml
|
|
InvertedMouseArea 1.0 Helpers/InvertedMouseArea.qml
|
|
|
|
Icon 1.0 Image/Icon.qml
|
|
RoundedImage 1.0 Image/RoundedImage.qml
|
|
|
|
VuMeter 1.0 Indicators/VuMeter.qml
|
|
|
|
ApplicationMenu 1.0 Menus/ApplicationMenu.qml
|
|
DropDownDynamicMenu 1.0 Menus/DropDownDynamicMenu.qml
|
|
DropDownStaticMenu 1.0 Menus/DropDownStaticMenu.qml
|
|
DropDownStaticMenuEntry 1.0 Menus/DropDownStaticMenuEntry.qml
|
|
Menu 1.0 Menus/Menu.qml
|
|
MenuItem 1.0 Menus/MenuItem.qml
|
|
|
|
Borders 1.0 Misc/Borders.qml
|
|
ForceScrollBar 1.0 Misc/ForceScrollBar.qml
|
|
Paned 1.0 Misc/Paned.qml
|
|
|
|
DesktopPopup 1.0 Popup/DesktopPopup.qml
|
|
Popup 1.0 Popup/Popup.qml
|
|
PopupShadow 1.0 Popup/PopupShadow.qml
|
|
|
|
TooltipArea 1.0 Tooltip/TooltipArea.qml
|
|
|
|
ScrollableListView 1.0 View/ScrollableListView.qml
|
|
|
|
ApplicationWindow 1.0 Window/ApplicationWindow.qml
|
|
Window 1.0 Window/Window.qml
|