1# See: https://wiki.qt.io/Qml_Styling
2
3module Linphone.Styles
4
5# Components styles ------------------------------------------------------------
6
7singleton AccountStatusStyle                   1.0 Account/AccountStatusStyle.qml
8
9singleton CardBlockStyle                       1.0 Blocks/CardBlockStyle.qml
10singleton RequestBlockStyle                    1.0 Blocks/RequestBlockStyle.qml
11
12singleton ChatStyle                            1.0 Chat/ChatStyle.qml
13
14singleton CallControlsStyle                    1.0 Calls/CallControlsStyle.qml
15singleton CallsStyle                           1.0 Calls/CallsStyle.qml
16singleton CallStatisticsStyle                  1.0 Calls/CallStatisticsStyle.qml
17singleton ConferenceControlsStyle              1.0 Calls/ConferenceControlsStyle.qml
18
19singleton CodecsViewerStyle                    1.0 Codecs/CodecsViewerStyle.qml
20
21singleton AvatarStyle                          1.0 Contact/AvatarStyle.qml
22singleton ContactDescriptionStyle              1.0 Contact/ContactDescriptionStyle.qml
23singleton ContactStyle                         1.0 Contact/ContactStyle.qml
24singleton MessagesCounterStyle                 1.0 Contact/MessagesCounterStyle.qml
25
26singleton SipAddressesMenuStyle                1.0 Menus/SipAddressesMenuStyle.qml
27
28singleton NotificationBasicStyle               1.0 Notifications/NotificationBasicStyle.qml
29singleton NotificationReceivedCallStyle        1.0 Notifications/NotificationReceivedCallStyle.qml
30singleton NotificationReceivedFileMessageStyle 1.0 Notifications/NotificationReceivedFileMessageStyle.qml
31singleton NotificationReceivedMessageStyle     1.0 Notifications/NotificationReceivedMessageStyle.qml
32singleton NotificationStyle                    1.0 Notifications/NotificationStyle.qml
33
34singleton TelKeypadStyle                       1.0 TelKeypad/TelKeypadStyle.qml
35
36singleton TimelineStyle                        1.0 Timeline/TimelineStyle.qml
37
38singleton SipAddressesViewStyle                1.0 View/SipAddressesViewStyle.qml
39