mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-27 08:49:19 +00:00
13 lines
290 B
QML
13 lines
290 B
QML
pragma Singleton
|
|
import QtQml 2.2
|
|
|
|
// =============================================================================
|
|
|
|
QtObject {
|
|
property QtObject ringPlayer: QtObject {
|
|
property int leftMargin: 10
|
|
}
|
|
property QtObject warningMessage: QtObject {
|
|
property int iconSize: 20
|
|
}
|
|
}
|