mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-05 05:49:40 +00:00
13 lines
241 B
QML
13 lines
241 B
QML
pragma Singleton
|
|
import QtQuick 2.7
|
|
|
|
QtObject {
|
|
property int animationDuration: 200
|
|
property int iconSize: 32
|
|
|
|
property string icon: 'collapse'
|
|
|
|
property Rectangle background: Rectangle {
|
|
color: 'transparent'
|
|
}
|
|
}
|