mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-29 01:39:19 +00:00
19 lines
379 B
QML
19 lines
379 B
QML
pragma Singleton
|
|
import QtQml 2.2
|
|
|
|
// =============================================================================
|
|
|
|
QtObject {
|
|
property QtObject buttons: QtObject {
|
|
property int spacing: 10
|
|
|
|
property QtObject button: QtObject {
|
|
property int height: 40
|
|
property int width: 258
|
|
}
|
|
}
|
|
|
|
property QtObject busy: QtObject {
|
|
property int size: 40
|
|
}
|
|
}
|