mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-27 19:06:22 +00:00
14 lines
317 B
QML
14 lines
317 B
QML
pragma Singleton
|
|
import QtQuick 2.7
|
|
|
|
import 'qrc:/ui/style/global'
|
|
|
|
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.a
|
|
}
|
|
}
|