mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-21 05:38:12 +00:00
15 lines
311 B
QML
15 lines
311 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
|
|
}
|
|
}
|
|
}
|