mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +00:00
16 lines
309 B
QML
16 lines
309 B
QML
pragma Singleton
|
|
import QtQuick 2.7
|
|
|
|
import Linphone 1.0
|
|
|
|
QtObject {
|
|
property QtObject shadow: QtObject {
|
|
property double radius: 8.0
|
|
|
|
property int horizontalOffset: 0
|
|
property int samples: 15
|
|
property int verticalOffset: 2
|
|
|
|
property string color: Colors.f
|
|
}
|
|
}
|