mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 06:59:45 +00:00
11 lines
318 B
QML
11 lines
318 B
QML
pragma Singleton
|
|
import QtQml 2.2
|
|
import ColorsList 1.0
|
|
// =============================================================================
|
|
|
|
QtObject {
|
|
property string sectionName: 'Busy'
|
|
property color color: ColorsList.add(sectionName+'_indicator', 'q').color
|
|
property int duration: 1250
|
|
property int nSpheres: 8
|
|
}
|