mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-28 03:36:20 +00:00
11 lines
203 B
QML
11 lines
203 B
QML
pragma Singleton
|
|
import QtQuick 2.7
|
|
|
|
import 'qrc:/ui/style/global'
|
|
|
|
QtObject {
|
|
property QtObject separator: QtObject {
|
|
property int height: 1
|
|
property string color: '#DEDEDE'
|
|
}
|
|
}
|