mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-20 04:58:09 +00:00
13 lines
317 B
QML
13 lines
317 B
QML
pragma Singleton
|
|
import QtQml 2.2
|
|
|
|
import ColorsList 1.0
|
|
|
|
// =============================================================================
|
|
|
|
QtObject {
|
|
property string sectionName: 'Window'
|
|
property QtObject transientWindow: QtObject {
|
|
property var colorModel: ColorsList.add(sectionName+'_transient', 'l80')
|
|
}
|
|
}
|